This commit is contained in:
2018-03-30 23:24:54 +02:00
parent c75bef3cf6
commit f4bd016aba
4 changed files with 50 additions and 4 deletions

View File

@@ -256,3 +256,40 @@ defaults:
comments: # true
share: true
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)
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path/my-awesome-category/index.html ~> 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/

View File

@@ -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"

8
_pages/about.md Normal file
View File

@@ -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.

0
_pages/timeslicer.md Normal file
View File