2020-11-21 16:22:46 +08:00
|
|
|
title: /dev/null
|
|
|
|
author: npc_strider
|
|
|
|
email: npc-strider@gmail.com
|
|
|
|
description: > # this means to ignore newlines until "show_exerpts:"
|
|
|
|
It just works!
|
|
|
|
show_excerpts: false # set to true to show excerpts on the homepage
|
|
|
|
|
|
|
|
paginate: 10
|
|
|
|
paginate_path: "/code/page:num/"
|
2020-11-21 09:51:56 +08:00
|
|
|
baseurl: "/code" # the subpath of your site, e.g. /blog
|
|
|
|
production_url: "https://npc-strider.github.io/code" # the base hostname & protocol for your site, e.g. http://example.com
|
2020-11-21 16:22:46 +08:00
|
|
|
|
|
|
|
# tag_permalink_style: pretty
|
|
|
|
# tag_page_layout: tag_page
|
|
|
|
# tag_page_dir: tag
|
|
|
|
|
|
|
|
dash:
|
|
|
|
date_format: "%b %-d, %Y"
|
|
|
|
|
|
|
|
# generate social links in footer
|
|
|
|
# supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple
|
|
|
|
social_links:
|
|
|
|
- url: https://www.youtube.com/c/npcstrider
|
|
|
|
icon: youtube
|
|
|
|
color: red
|
|
|
|
- url: https://steamcommunity.com/id/morley376
|
|
|
|
icon: steam
|
|
|
|
color: red
|
|
|
|
- url: https://github.com/npc-strider
|
|
|
|
icon: github-square
|
|
|
|
color: blue
|
|
|
|
|
|
|
|
show_author: true
|
|
|
|
|
|
|
|
animation_speed: 50
|
2020-11-21 09:51:56 +08:00
|
|
|
|
|
|
|
# Build settings
|
2020-11-21 16:22:46 +08:00
|
|
|
theme: jekyll-dash
|
|
|
|
|
2020-11-21 09:51:56 +08:00
|
|
|
plugins:
|
2020-11-21 16:22:46 +08:00
|
|
|
- jekyll-feed
|
|
|
|
- jekyll-seo-tag
|
|
|
|
- jekyll-paginate
|
2020-11-21 16:56:10 +08:00
|
|
|
- jekyll-sitemap
|
2020-11-21 16:22:46 +08:00
|
|
|
- liquid-md5
|
|
|
|
# - jekyll/tagging
|
|
|
|
|
|
|
|
# Replaces the default avatar provider (gravatar)
|
|
|
|
avatar_source: github
|
|
|
|
github_username: npc-strider
|