2021-09-01 14:17:53 +09:00
|
|
|
# Welcome to Jekyll!
|
|
|
|
#
|
|
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
|
|
# which you are expected to set up once and rarely edit after that. If you find
|
|
|
|
# yourself editing this file very often, consider using Jekyll's data files
|
|
|
|
# feature for the data you need to update frequently.
|
|
|
|
#
|
|
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
|
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
|
|
|
|
# Site settings
|
|
|
|
# These are used to personalize your new site. If you look in the HTML files,
|
|
|
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
|
|
# You can create any custom variable you would like, and they will be accessible
|
|
|
|
# in the templates via {{ site.myvariable }}.
|
2021-12-04 19:33:31 +09:00
|
|
|
title: Brain Hackers Wiki
|
|
|
|
author: Brain Hackers
|
2021-09-01 14:17:53 +09:00
|
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
2021-12-04 19:33:31 +09:00
|
|
|
The Wiki of Brain Hackers
|
|
|
|
twitter_username: brainhackerz
|
|
|
|
github_username: brain-hackers
|
2021-09-01 14:17:53 +09:00
|
|
|
minimal_mistakes_skin: default
|
|
|
|
search: true
|
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
|
|
|
remote_theme: mmistakes/minimal-mistakes
|
|
|
|
# Outputting
|
|
|
|
permalink: /:categories/:title/
|
2021-12-04 19:33:31 +09:00
|
|
|
paginate: 10 # amount of posts to show
|
2021-09-01 14:17:53 +09:00
|
|
|
paginate_path: /page:num/
|
2021-12-04 19:33:31 +09:00
|
|
|
locale: ja
|
2021-09-01 14:17:53 +09:00
|
|
|
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
|
|
|
|
|
|
include:
|
|
|
|
- _pages
|
|
|
|
|
|
|
|
# Exclude from processing.
|
|
|
|
# The following items will not be processed, by default. Create a custom list
|
|
|
|
# to override the default setting.
|
2021-12-04 19:33:31 +09:00
|
|
|
exclude:
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
|
|
|
- node_modules
|
2022-01-12 02:50:11 +09:00
|
|
|
- '*/node_modules'
|
2021-12-04 19:33:31 +09:00
|
|
|
- vendor/bundle/
|
|
|
|
- vendor/cache/
|
|
|
|
- vendor/gems/
|
|
|
|
- vendor/ruby/
|
2021-09-01 14:17:53 +09:00
|
|
|
|
|
|
|
# Plugins (previously gems:)
|
|
|
|
plugins:
|
|
|
|
- jekyll-paginate
|
|
|
|
- jekyll-sitemap
|
|
|
|
- jekyll-gist
|
|
|
|
- jekyll-feed
|
|
|
|
- jemoji
|
|
|
|
- jekyll-include-cache
|
|
|
|
|
2021-12-04 19:33:31 +09:00
|
|
|
atom_feed:
|
|
|
|
hide: true
|
|
|
|
|
2021-12-04 19:55:09 +09:00
|
|
|
og_image: "assets/images/og_image.jpg"
|
|
|
|
|
2021-12-04 19:33:31 +09:00
|
|
|
stay_on_top_categories:
|
|
|
|
- 初めての方へ
|
|
|
|
- a
|
2021-09-01 14:17:53 +09:00
|
|
|
|
|
|
|
footer:
|
|
|
|
links:
|
|
|
|
- label: "Twitter"
|
|
|
|
icon: "fab fa-fw fa-twitter-square"
|
2021-12-04 19:33:31 +09:00
|
|
|
url: "https://twitter.com/brainhackerz"
|
2021-09-01 14:17:53 +09:00
|
|
|
- label: "GitHub"
|
|
|
|
icon: "fab fa-fw fa-github"
|
2021-12-04 19:33:31 +09:00
|
|
|
url: "https://github.com/brain-hackers"
|
|
|
|
- label: "Brainux.org"
|
|
|
|
icon: "fas fa-globe-asia"
|
|
|
|
url: "https://brainux.org/"
|
2021-09-01 14:17:53 +09:00
|
|
|
|
|
|
|
defaults:
|
|
|
|
# _posts
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
type: posts
|
|
|
|
values:
|
|
|
|
layout: single
|
2021-12-04 19:33:31 +09:00
|
|
|
author_profile: false
|
2021-09-01 14:17:53 +09:00
|
|
|
comments: true
|
2021-12-04 19:33:31 +09:00
|
|
|
show_date: false
|
|
|
|
toc: true
|
|
|
|
toc_sticky: true
|
2021-09-01 14:17:53 +09:00
|
|
|
# _pages
|
|
|
|
- scope:
|
|
|
|
path: "_pages"
|
|
|
|
type: pages
|
|
|
|
values:
|
|
|
|
layout: single
|
2021-12-04 19:33:31 +09:00
|
|
|
author_profile: false
|
|
|
|
show_date: false
|
2021-09-01 14:17:53 +09:00
|
|
|
|
|
|
|
category_archive:
|
|
|
|
type: liquid
|
|
|
|
path: /categories/
|
|
|
|
tag_archive:
|
|
|
|
type: liquid
|
|
|
|
path: /tags/
|