Skip to content

Commit

Permalink
Merge pull request #54 from wintermuted/travelougue-2017-iceland
Browse files Browse the repository at this point in the history
Add Basics for the Iceland post
  • Loading branch information
wintermuted authored Jul 21, 2024
2 parents e669b76 + d3bf56d commit 40eb4ee
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/picture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ presets:
# will always be the same size on all screens (icons, graphics, thumbnails, etc), but you'd like
# to supply higher resolution images to devices with higher pixel ratios.
thumbnail:
base_width: 270 # How wide the 1x image should be.
base_width: 250 # How wide the 1x image should be.
pixel_ratios: [1, 1.5, 2] # Which multipliers to target.
fallback_width: 270 # The default is 800, which is probably too big.
fallback_width: 250 # The default is 800, which is probably too big.
formats: [webp, original]
link_source: true
crop: '1:1'
Expand Down
2 changes: 1 addition & 1 deletion _includes/weblog-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current 2: {{ current[2] }}
Current 3: {{ current[3] }} -->

<ul class="nav nav-pills nav-fill">
<ul class="nav ">
<li class="nav-item">
{% if current[1] == 'weblog' %}
<a class="nav-link active" href="/weblog">
Expand Down
1 change: 1 addition & 0 deletions _layouts/category-archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h1>
{% elsif page.title == 'foraging' %}
{% elsif page.title == 'hiking' %}
{% elsif page.title == 'travelogue' %}
<p class="lead">Small & big trips in America and across the world.</p>
{% elsif post.category == 'roadtrip' %}
<p class="lead">Small & big trips in America and across the world.</p>
{% elsif page.title == 'changelog' %}
Expand Down
5 changes: 5 additions & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ $dark-theme-background: #111111;
$dark-theme-text: #cecece;
$dark-theme-navbar: rgb(22, 27, 34);

.post_list nav {
margin-top: 1rem;
margin-bottom: 1rem;
}

body {
font-size: 1rem;
font-family: 'Roboto Mono', monospace;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions collections/_posts/2017-10-01-iceland.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "Trip to Iceland"
layout: post
date: 2017-10-01 00:00:00 -0700
location: "Iceland"
author: "Jameson Nyeholt"
category: travelogue
image: /assets/img/posts/2017/september/iceland/landscape-peak.jpeg
tags:
- iceland
- europe
- North America
- volcanic
- travelouge
- roadtrip
- rachel
---

Rachel and I visited Iceland on our way to visit our good friend from High School who lives in Oslo, Norway. We were in Iceland for roughly a week during the low-season and road-tripped across the western-half of the volcanic island nation.

{% picture thumbnail /assets/img/posts/2017/september/iceland/landscape-peak.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/landscape-cliff.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/landscape-cairn.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/landscape-coast.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/landscape-moor.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/landscape-valley.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/rachel-cliff.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/building-church.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/couple-waterfall.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/fox-print.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/hot-spring-1.jpeg --a data-lightbox="lightbox1" %}
{% picture thumbnail /assets/img/posts/2017/september/iceland/hot-spring-2.jpeg --a data-lightbox="lightbox1" %}

0 comments on commit 40eb4ee

Please sign in to comment.