`Blowfish`の設定
This commit is contained in:
parent
316defd561
commit
e0858e935c
|
@ -1,23 +1,25 @@
|
||||||
# -- Site Configuration --
|
# -- Site Configuration --
|
||||||
# Refer to the theme docs for more details about each of these parameters.
|
# Refer to the theme docs for more details about each of these parameters.
|
||||||
# https://nunocoracao.github.io/blowfish/docs/getting-started/
|
# https://blowfish.page/docs/getting-started/
|
||||||
|
|
||||||
theme = "blowfish"
|
theme = "blowfish"
|
||||||
# baseURL = "https://your_domain.com/"
|
baseURL = "https://everun.club/"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "ja"
|
||||||
|
hasCJKLanguage = true
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 20
|
paginate = 20
|
||||||
summaryLength = 30
|
summaryLength = 80
|
||||||
|
|
||||||
buildDrafts = false
|
buildDrafts = false
|
||||||
buildFuture = false
|
buildFuture = false
|
||||||
|
|
||||||
# googleAnalytics = "G-XXXXXXXXX"
|
# googleAnalytics = "G-XXXXXXXXX"
|
||||||
|
|
||||||
|
[imaging]
|
||||||
|
anchor = 'Center'
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tag = "tags"
|
|
||||||
category = "categories"
|
|
||||||
author = "authors"
|
author = "authors"
|
||||||
series = "series"
|
series = "series"
|
||||||
|
|
||||||
|
@ -28,3 +30,6 @@ buildFuture = false
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "JSON"]
|
home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
|
[permalinks]
|
||||||
|
posts = '/:year/:month/:filename/'
|
||||||
|
|
|
@ -1,63 +0,0 @@
|
||||||
languageCode = "en"
|
|
||||||
languageName = "English"
|
|
||||||
displayName = "EN"
|
|
||||||
isoCode = "en"
|
|
||||||
weight = 1
|
|
||||||
rtl = false
|
|
||||||
|
|
||||||
title = "Blowfish"
|
|
||||||
# logo = "img/logo.png"
|
|
||||||
description = "My awesome website"
|
|
||||||
# copyright = "Copy, _right?_ :thinking_face:"
|
|
||||||
|
|
||||||
dateFormat = "2 January 2006"
|
|
||||||
|
|
||||||
[author]
|
|
||||||
name = "Your name here"
|
|
||||||
image = "img/blowfish_logo.png"
|
|
||||||
headline = "I'm only human"
|
|
||||||
bio = "A little bit about you"
|
|
||||||
# links = [
|
|
||||||
# { email = "mailto:hello@your_domain.com" },
|
|
||||||
# { link = "https://link-to-some-website.com/" },
|
|
||||||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
|
||||||
# { apple = "https://www.apple.com" },
|
|
||||||
# { blogger = "https://username.blogspot.com/" },
|
|
||||||
# { codepen = "https://codepen.io/username" },
|
|
||||||
# { dev = "https://dev.to/username" },
|
|
||||||
# { discord = "https://discord.gg/invitecode" },
|
|
||||||
# { dribbble = "https://dribbble.com/username" },
|
|
||||||
# { facebook = "https://facebook.com/username" },
|
|
||||||
# { flickr = "https://www.flickr.com/photos/username/" },
|
|
||||||
# { foursquare = "https://foursquare.com/username" },
|
|
||||||
# { github = "https://github.com/username" },
|
|
||||||
# { gitlab = "https://gitlab.com/username" },
|
|
||||||
# { google = "https://www.google.com/" },
|
|
||||||
# { hashnode = "https://username.hashnode.dev" },
|
|
||||||
# { instagram = "https://instagram.com/username" },
|
|
||||||
# { keybase = "https://keybase.io/username" },
|
|
||||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
|
||||||
# { lastfm = "https://lastfm.com/user/username" },
|
|
||||||
# { linkedin = "https://linkedin.com/in/username" },
|
|
||||||
# { mastodon = "https://mastodon.instance/@username" },
|
|
||||||
# { medium = "https://medium.com/username" },
|
|
||||||
# { microsoft = "https://www.microsoft.com/" },
|
|
||||||
# { orcid = "https://orcid.org/userid" },
|
|
||||||
# { patreon = "https://www.patreon.com/username" },
|
|
||||||
# { pinterest = "https://pinterest.com/username" },
|
|
||||||
# { reddit = "https://reddit.com/user/username" },
|
|
||||||
# { researchgate = "https://www.researchgate.net/profile/username" },
|
|
||||||
# { slack = "https://workspace.url/team/userid" },
|
|
||||||
# { snapchat = "https://snapchat.com/add/username" },
|
|
||||||
# { soundcloud = "https://soundcloud.com/username" },
|
|
||||||
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
|
|
||||||
# { steam = "https://steamcommunity.com/profiles/userid" },
|
|
||||||
# { telegram = "https://t.me/username" },
|
|
||||||
# { tiktok = "https://tiktok.com/@username" },
|
|
||||||
# { tumblr = "https://username.tumblr.com" },
|
|
||||||
# { twitch = "https://twitch.tv/username" },
|
|
||||||
# { twitter = "https://twitter.com/username" },
|
|
||||||
# { whatsapp = "https://wa.me/phone-number" },
|
|
||||||
# { youtube = "https://youtube.com/username" },
|
|
||||||
# { ko-fi = "https://ko-fi.com/username" },
|
|
||||||
# ]
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
languageCode = "ja"
|
||||||
|
languageName = "Japanese"
|
||||||
|
displayName = "日本語"
|
||||||
|
isoCode = "ja"
|
||||||
|
weight = 1
|
||||||
|
rtl = false
|
||||||
|
|
||||||
|
title = "EveRun since 1989"
|
||||||
|
logo = "img/logo.jpg"
|
||||||
|
description = "東北大学のランニングサークル・イブランのホームページです"
|
||||||
|
# copyright = "Copy, _right?_ :thinking_face:"
|
||||||
|
|
||||||
|
dateFormat = "2006-01-02"
|
||||||
|
|
||||||
|
[author]
|
||||||
|
name = "東北大学ランニングサークル・イブラン"
|
||||||
|
image = "img/logo.jpg"
|
||||||
|
headline = "現役メンバーを募集中!我こそはという人はご連絡ください!"
|
||||||
|
bio = "東北大学の有志によるランニングサークルです。陸上部とは違い、そこまで本気にならずに、好きなペースで、好きな距離を走るサークルです。"
|
||||||
|
links = [
|
||||||
|
{ twitter = "https://twitter.com/everun1989" },
|
||||||
|
{ facebook = "https://www.facebook.com/groups/everun/" },
|
||||||
|
{ instagram = "https://instagram.com/everun1982" },
|
||||||
|
]
|
|
@ -10,33 +10,28 @@
|
||||||
# overridden by providing a weight value. The menu will then be
|
# overridden by providing a weight value. The menu will then be
|
||||||
# ordered by weight from lowest to highest.
|
# ordered by weight from lowest to highest.
|
||||||
|
|
||||||
#[[main]]
|
[[main]]
|
||||||
# name = "Blog"
|
name = "イブランについて"
|
||||||
# pageRef = "posts"
|
pageRef = "about"
|
||||||
# weight = 10
|
weight = 10
|
||||||
|
|
||||||
#[[main]]
|
[[main]]
|
||||||
# name = "Categories"
|
name = "スケジュール"
|
||||||
# pageRef = "categories"
|
pageRef = "schedule"
|
||||||
# weight = 20
|
weight = 20
|
||||||
|
|
||||||
#[[main]]
|
[[main]]
|
||||||
# name = "Tags"
|
name = "活動の記録"
|
||||||
# pageRef = "tags"
|
pageRef = "posts"
|
||||||
# weight = 30
|
weight = 30
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "執筆者"
|
||||||
|
pageRef = "authors"
|
||||||
|
weight = 50
|
||||||
|
|
||||||
# -- Footer Menu --
|
# -- Footer Menu --
|
||||||
# The footer menu is displayed at the bottom of the page, just before
|
# The footer menu is displayed at the bottom of the page, just before
|
||||||
# the copyright notice. Configure as per the main menu above.
|
# the copyright notice. Configure as per the main menu above.
|
||||||
|
|
||||||
|
|
||||||
# [[footer]]
|
|
||||||
# name = "Tags"
|
|
||||||
# pageRef = "tags"
|
|
||||||
# weight = 10
|
|
||||||
|
|
||||||
# [[footer]]
|
|
||||||
# name = "Categories"
|
|
||||||
# pageRef = "categories"
|
|
||||||
# weight = 20
|
|
|
@ -3,16 +3,16 @@
|
||||||
# customise the display of your website.
|
# customise the display of your website.
|
||||||
#
|
#
|
||||||
# Refer to the theme docs for more details about each of these parameters.
|
# Refer to the theme docs for more details about each of these parameters.
|
||||||
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
|
# https://blowfish.page/docs/configuration/#theme-parameters
|
||||||
|
|
||||||
colorScheme = "blowfish"
|
colorScheme = "blowfish"
|
||||||
defaultAppearance = "light" # valid options: light or dark
|
defaultAppearance = "light" # valid options: light or dark
|
||||||
autoSwitchAppearance = true
|
autoSwitchAppearance = true
|
||||||
|
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
enableCodeCopy = true
|
enableCodeCopy = false
|
||||||
|
|
||||||
# mainSections = ["section1", "section2"]
|
mainSections = ["posts"]
|
||||||
# robots = ""
|
# robots = ""
|
||||||
|
|
||||||
# disableImageOptimization = false
|
# disableImageOptimization = false
|
||||||
|
@ -32,12 +32,12 @@ enableCodeCopy = true
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "profile" # valid options: page, profile, hero, card, background, custom
|
layout = "profile" # valid options: page, profile, hero, card, background, custom
|
||||||
#homepageImage = "IMAGE.jpg" # used in: hero, and card
|
#homepageImage = "IMAGE.jpg" # used in: hero, and card
|
||||||
showRecent = false
|
showRecent = true
|
||||||
showRecentItems = 5
|
showRecentItems = 5
|
||||||
showMoreLink = false
|
showMoreLink = true
|
||||||
showMoreLinkDest = "/posts"
|
showMoreLinkDest = "/posts"
|
||||||
cardView = false
|
cardView = true
|
||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = true
|
||||||
layoutBackgroundBlur = false # only used when layout equals background
|
layoutBackgroundBlur = false # only used when layout equals background
|
||||||
|
|
||||||
[article]
|
[article]
|
||||||
|
@ -45,42 +45,42 @@ enableCodeCopy = true
|
||||||
#showViews = true
|
#showViews = true
|
||||||
#showLikes = true
|
#showLikes = true
|
||||||
showDateUpdated = false
|
showDateUpdated = false
|
||||||
showAuthor = true
|
showAuthor = false
|
||||||
showHero = true
|
showHero = true
|
||||||
heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||||
layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground
|
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||||
showBreadcrumbs = true
|
showBreadcrumbs = true
|
||||||
showDraftLabel = true
|
showDraftLabel = true
|
||||||
showEdit = true
|
showEdit = false
|
||||||
# editURL = "https://github.com/username/repo/"
|
# editURL = "https://github.com/username/repo/"
|
||||||
editAppendPath = true
|
editAppendPath = false
|
||||||
seriesOpened = false
|
seriesOpened = true
|
||||||
showHeadingAnchors = true
|
showHeadingAnchors = true
|
||||||
showPagination = true
|
showPagination = true
|
||||||
invertPagination = false
|
invertPagination = false
|
||||||
showReadingTime = true
|
showReadingTime = true
|
||||||
showTableOfContents = true
|
showTableOfContents = true
|
||||||
showTaxonomies = false
|
showTaxonomies = true
|
||||||
showAuthorsBadges = false
|
showAuthorsBadges = true
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
showSummary = true
|
showSummary = true
|
||||||
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
|
sharingLinks = false
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
#showHero = true
|
#showHero = true
|
||||||
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||||
#layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
#layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||||
#layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
#layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = true
|
||||||
showSummary = false
|
showSummary = true
|
||||||
#showViews = true
|
#showViews = true
|
||||||
#showLikes = true
|
#showLikes = true
|
||||||
showTableOfContents = false
|
showTableOfContents = false
|
||||||
showCards = false
|
showCards = true
|
||||||
groupByYear = true
|
groupByYear = true
|
||||||
cardView = false
|
cardView = true
|
||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = true
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
excludedKinds = []
|
excludedKinds = []
|
||||||
|
@ -89,22 +89,22 @@ enableCodeCopy = true
|
||||||
showTermCount = true
|
showTermCount = true
|
||||||
#showHero = true
|
#showHero = true
|
||||||
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = true
|
||||||
#showViews = false
|
#showViews = false
|
||||||
#showLikes = false
|
#showLikes = false
|
||||||
#showTableOfContents = true
|
#showTableOfContents = true
|
||||||
#cardView = false
|
cardView = true
|
||||||
|
|
||||||
[term]
|
[term]
|
||||||
#showHero = true
|
#showHero = true
|
||||||
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = true
|
||||||
#showViews = false
|
#showViews = false
|
||||||
#showLikes = false
|
#showLikes = false
|
||||||
#showTableOfContents = true
|
#showTableOfContents = true
|
||||||
#groupByYear = false
|
groupByYear = true
|
||||||
#cardViewScreenWidth = false
|
cardViewScreenWidth = true
|
||||||
#cardView = false
|
cardView = true
|
||||||
|
|
||||||
[firebase]
|
[firebase]
|
||||||
# apiKey = "XXXXXX"
|
# apiKey = "XXXXXX"
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
topic = "topics"
|
||||||
|
author = "authors"
|
Loading…
Reference in New Issue