mirror of
https://github.com/9x/9x.github.io.git
synced 2026-09-02 09:04:33 +02:00
testing
This commit is contained in:
39
_config.yml
39
_config.yml
@@ -255,4 +255,41 @@ defaults:
|
||||
read_time: true
|
||||
comments: # true
|
||||
share: true
|
||||
related: 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/
|
||||
@@ -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
8
_pages/about.md
Normal 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
0
_pages/timeslicer.md
Normal file
Reference in New Issue
Block a user