brainux.org/_config.yml

95 lines
2.5 KiB
YAML
Raw Permalink Normal View History

2021-02-24 02:49:02 +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-03-13 22:49:49 +09:00
title: Brainux
subtitle: A Linux disto for SHARP Brain
2021-03-13 23:47:28 +09:00
author: Brain Hackers
2021-02-24 02:49:02 +09:00
description: >- # this means to ignore newlines until "baseurl:"
2021-03-13 22:49:49 +09:00
SHARP Brain 専用 Linux ディストリビューション Brainux
twitter_username: brainhackerz
github_username: brain-hackers
2021-02-24 02:49:02 +09:00
minimal_mistakes_skin: default
search: true
# Build settings
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
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.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
2021-03-13 22:49:49 +09:00
atom_feed:
hide: true
2021-02-24 02:49:02 +09:00
2021-03-13 23:47:58 +09:00
og_image: "assets/images/og_image.jpg"
2021-02-24 02:49:02 +09:00
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
2021-03-13 22:49:49 +09:00
url: "https://twitter.com/brainhackerz/"
2021-02-24 02:49:02 +09:00
- label: "GitHub"
icon: "fab fa-fw fa-github"
2021-03-13 22:49:49 +09:00
url: "https://github.com/brain-hackers/"
2021-05-02 00:56:46 +09:00
- label: "<img height=\"46\" width=\"158\" src=\"https://packagecloud.io/images/packagecloud-badge.png\"/>"
icon: "_"
url: "https://packagecloud.io/"
2021-02-24 02:49:02 +09:00
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
2021-03-13 22:49:49 +09:00
author_profile: false
2021-02-24 02:49:02 +09:00
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
2021-03-13 22:49:49 +09:00
author_profile: false