diff options
| -rw-r--r-- | assets/css/components/_card.scss | 4 | ||||
| -rw-r--r-- | content/notebook/index.md | 4 | ||||
| -rw-r--r-- | content/notebook/pages/about-the-notebook.md | 4 | ||||
| -rw-r--r-- | content/notebook/pages/index.md | 1 | ||||
| -rw-r--r-- | content/services/index.md | 2 | ||||
| -rw-r--r-- | content/visual/index.md | 4 | 
6 files changed, 7 insertions, 12 deletions
| diff --git a/assets/css/components/_card.scss b/assets/css/components/_card.scss index ab399d8..692841b 100644 --- a/assets/css/components/_card.scss +++ b/assets/css/components/_card.scss | |||
| @@ -133,8 +133,8 @@ | |||
| 133 | @include iro.bem-elem('thumbnail') { | 133 | @include iro.bem-elem('thumbnail') { | 
| 134 | position: relative; | 134 | position: relative; | 
| 135 | width: 100%; | 135 | width: 100%; | 
| 136 | height: 2em; | 136 | height: 3em; | 
| 137 | padding-top: 46%; | 137 | padding-top: 30%; | 
| 138 | } | 138 | } | 
| 139 | 139 | ||
| 140 | @include iro.bem-elem('thumbnail-img') { | 140 | @include iro.bem-elem('thumbnail-img') { | 
| diff --git a/content/notebook/index.md b/content/notebook/index.md index d16dd58..b1e2d2a 100644 --- a/content/notebook/index.md +++ b/content/notebook/index.md | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | --- | 1 | --- | 
| 2 | title: Notebook | 2 | title: Notebook | 
| 3 | position: 5 | 3 | position: 4 | 
| 4 | list_limit: 4 | 4 | list_limit: 4 | 
| 5 | list_order: date_desc | 5 | list_order: date_desc | 
| 6 | list_flatten: true | 6 | list_flatten: true | 
| 7 | feed: true | 7 | feed: true | 
| 8 | --- | 8 | --- | 
| 9 | |||
| 10 | Random thoughts, ordered and unordered. | ||
| diff --git a/content/notebook/pages/about-the-notebook.md b/content/notebook/pages/about-the-notebook.md deleted file mode 100644 index dc96694..0000000 --- a/content/notebook/pages/about-the-notebook.md +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: What's the Notebook? | ||
| 3 | --- | ||
| 4 | |||
| diff --git a/content/notebook/pages/index.md b/content/notebook/pages/index.md index b32e28a..510b20b 100644 --- a/content/notebook/pages/index.md +++ b/content/notebook/pages/index.md | |||
| @@ -3,4 +3,5 @@ title: Pages | |||
| 3 | position: 1 | 3 | position: 1 | 
| 4 | list_read_indicators: true | 4 | list_read_indicators: true | 
| 5 | feed: true | 5 | feed: true | 
| 6 | unlisted: true | ||
| 6 | --- | 7 | --- | 
| diff --git a/content/services/index.md b/content/services/index.md index 343e028..8a2b7bd 100644 --- a/content/services/index.md +++ b/content/services/index.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | --- | 1 | --- | 
| 2 | title: Services | 2 | title: Services | 
| 3 | position: 4 | 3 | position: 5 | 
| 4 | list_layout: grid-2 | 4 | list_layout: grid-2 | 
| 5 | list_post_icon: arrow-up-right | 5 | list_post_icon: arrow-up-right | 
| 6 | --- | 6 | --- | 
| diff --git a/content/visual/index.md b/content/visual/index.md index d18e52b..dc688f9 100644 --- a/content/visual/index.md +++ b/content/visual/index.md | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | --- | 1 | --- | 
| 2 | title: Visual Projects | 2 | title: Visual Projects | 
| 3 | position: 2 | 3 | position: 2 | 
| 4 | list_layout: gallery-3 | 4 | list_layout: gallery-2 | 
| 5 | list_order: date_desc | 5 | list_order: date_desc | 
| 6 | list_flatten: true | 6 | list_flatten: true | 
| 7 | list_limit: 6 | 7 | list_limit: 4 | 
| 8 | feed: true | 8 | feed: true | 
| 9 | --- | 9 | --- | 
