From f4bd016abaaa07b526420e6ef803c363bdfa3d76 Mon Sep 17 00:00:00 2001 From: Jens Mohrmann Date: Fri, 30 Mar 2018 23:24:54 +0200 Subject: [PATCH] testing --- _config.yml | 39 ++++++++++++++++++++++++++++++++++++++- _data/navigation.yml | 7 ++++--- _pages/about.md | 8 ++++++++ _pages/timeslicer.md | 0 4 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 _pages/about.md create mode 100644 _pages/timeslicer.md diff --git a/_config.yml b/_config.yml index c1bcddf..d18d24c 100644 --- a/_config.yml +++ b/_config.yml @@ -255,4 +255,41 @@ defaults: read_time: true comments: # true share: true - related: true \ No newline at end of file + related: true + # _pages + - scope: + path: "_pages" + type: pages + values: + layout: single + author_profile: true + + + +# Archives +# Type +# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) +# - Jekyll Archives plugin archive pages ~> type: jekyll-archives +# Path (examples) +# - Archive page should exist at path when using Liquid method or you can +# expect broken links (especially with breadcrumbs enabled) +# - /tags/my-awesome-tag/index.html ~> path: /tags/ +# - path: /categories/ +# - path: / +category_archive: + type: liquid + path: /categories/ +tag_archive: + type: liquid + path: /tags/ +# https://github.com/jekyll/jekyll-archives +# jekyll-archives: +# enabled: +# - categories +# - tags +# layouts: +# category: archive-taxonomy +# tag: archive-taxonomy +# permalinks: +# category: /categories/:name/ +# tag: /tags/:name/ \ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml index dfc7e23..8fa7dad 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,9 +1,10 @@ # main links main: - - title: "Travel Blog" + - title: "About" + url: https://9x.github.io/about/ + - title: "My Travel Blog" url: https://nothingtodeclare.net - # - title: "About" - # url: https://mmistakes.github.io/minimal-mistakes/about/ + # - title: "Sample Posts" # url: /year-archive/ # - title: "Sample Collections" diff --git a/_pages/about.md b/_pages/about.md new file mode 100644 index 0000000..17fc4d7 --- /dev/null +++ b/_pages/about.md @@ -0,0 +1,8 @@ +--- +permalink: /about/ +title: "About" +excerpt: "Minimal Mistakes is a flexible two-column Jekyll theme." +toc: false +--- + +A place to document and share projects of mine. \ No newline at end of file diff --git a/_pages/timeslicer.md b/_pages/timeslicer.md new file mode 100644 index 0000000..e69de29