Modify config.toml.

This commit is contained in:
Kazuhiro MUSASHI 2025-07-12 17:24:51 +09:00
parent 05b5d07631
commit dbeb25a1a8
31 changed files with 630 additions and 702 deletions

View File

@ -11,11 +11,11 @@ theme = "DoIt"
[params] [params]
# DoIt theme version # DoIt theme version
version = "0.2.X" version = "0.4.X"
# website title # website title
title = "His greatness lies in his sense of responsibilities" title = "His greatness lies in his sense of responsibilities"
# site description # site description
description = "@kazu634のブログです" description = "kazu634のブログです"
# site keywords # site keywords
keywords = ["Tech", "Hugo"] keywords = ["Tech", "Hugo"]
# site default theme ("light", "dark", "black", "auto") # site default theme ("light", "dark", "black", "auto")
@ -31,9 +31,24 @@ theme = "DoIt"
images = ["/images/profile.png"] images = ["/images/profile.png"]
# enable PWA support # enable PWA support
enablePWA = false enablePWA = false
# App icon config # [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
cacheRemoteImages = true
# [Experimental] generate image srcset attribute with hugo image processing feature.
optimizeImages = true
# [Experimental] resize method for srcset attribute in optimizeImages, more info: https://gohugo.io/content-management/image-processing/#image-processing-options
srcsetSmallResizeMethod = "700x webp Lanczos q75"
srcsetDefaultResizeMethod = "1200x webp Lanczos q75"
srcsetLargeResizeMethod = "2000x webp Lanczos q75"
# License information # License information
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>' license = '<a rel="license external nofollow noopener noreferrer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
# Author config
[params.author]
name = "kazu634"
email = "kazu634@kazu634.com"
link = ""
avatar = ""
gravatarEmail = ""
# App icon config
[params.app] [params.app]
# optional site title override for the app when added to an iOS home screen or Android launcher # optional site title override for the app when added to an iOS home screen or Android launcher
title = "@kazu634 Blog" title = "@kazu634 Blog"
@ -49,7 +64,7 @@ theme = "DoIt"
# Search config # Search config
[params.search] [params.search]
enable = true enable = true
# type of search engine ("lunr", "algolia", "fuse") # type of search engine ("algolia", "fuse")
type = "fuse" type = "fuse"
# max index length of the chunked content # max index length of the chunked content
contentLength = 4000 contentLength = 4000
@ -63,6 +78,10 @@ theme = "DoIt"
highlightTag = "em" highlightTag = "em"
# whether to use the absolute URL based on the baseURL in search index # whether to use the absolute URL based on the baseURL in search index
absoluteURL = false absoluteURL = false
[params.search.algolia]
index = ""
appID = ""
searchKey = ""
[params.search.fuse] [params.search.fuse]
# https://fusejs.io/api/options.html # https://fusejs.io/api/options.html
isCaseSensitive = false isCaseSensitive = false
@ -74,12 +93,14 @@ theme = "DoIt"
ignoreLocation = false ignoreLocation = false
useExtendedSearch = false useExtendedSearch = false
ignoreFieldNorm = false ignoreFieldNorm = false
[params.image]
# cache remote images for better optimisations
cacheRemote = true
# Image resizing and optimisation
optimise = true
# Header config # Header config
[params.header] [params.header]
# desktop header mode ("fixed", "normal", "auto")
desktopMode = "fixed"
# mobile header mode ("fixed", "normal", "auto")
mobileMode = "auto"
# Theme change mode # Theme change mode
# theme change mode ("switch", "select") # theme change mode ("switch", "select")
themeChangeMode = "select" themeChangeMode = "select"
@ -104,7 +125,7 @@ theme = "DoIt"
# whether to show Hugo and theme info # whether to show Hugo and theme info
hugo = true hugo = true
# Hosted on (HTML format is supported) # Hosted on (HTML format is supported)
# <a title="Github Pages" href="https://docs.github.com/en/pages/" target="_blank" rel="noopener noreffer">GitHub Pages</a> # <a title="Github Pages" href="https://docs.github.com/en/pages/" target="_blank" rel="noopener noreferrer">GitHub Pages</a>
hostedOn = '' hostedOn = ''
# whether to show copyright info # whether to show copyright info
copyright = true copyright = true
@ -115,7 +136,7 @@ theme = "DoIt"
# ICP info only in China (HTML format is supported) # ICP info only in China (HTML format is supported)
icp = "" icp = ""
# license info (HTML format is supported) # license info (HTML format is supported)
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>' license = '<a rel="license external nofollow noopener noreferrer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
# Section (all posts) page config # Section (all posts) page config
[params.section] [params.section]
@ -154,6 +175,8 @@ theme = "DoIt"
# Place your avatar file under static or assets directory # Place your avatar file under static or assets directory
# The filepath is relative to the static or assets directory # The filepath is relative to the static or assets directory
avatarURL = "/images/profile.png" avatarURL = "/images/profile.png"
# URL the avatar links to
avatarLinkURL = ""
# title shown in home page (HTML format is supported) # title shown in home page (HTML format is supported)
title = "Kazuhiro Musashi" title = "Kazuhiro Musashi"
# subtitle shown in home page # subtitle shown in home page
@ -175,59 +198,78 @@ theme = "DoIt"
# Social config about the author # Social config about the author
[params.social] [params.social]
Twitter = "MusashiKazuhiro"
GitHub = "kazu634"
Linkedin = "一弘-武蔵-b90bba54"
Instagram = ""
Facebook = "kazu634"
Telegram = ""
Medium = ""
Gitlab = ""
Youtubelegacy = ""
Youtubecustom = ""
Youtubechannel = "UC1acPRvMPda9eL1JqlO-_rA"
Tumblr = ""
Quora = ""
Keybase = ""
Pinterest = ""
Reddit = ""
Codepen = ""
FreeCodeCamp = ""
Bitbucket = ""
Stackoverflow = ""
Weibo = ""
Odnoklassniki = ""
VK = ""
Flickr = "42332031@N02"
Xing = ""
Snapchat = ""
Soundcloud = ""
Spotify = ""
Bandcamp = ""
Paypal = ""
Fivehundredpx = ""
Mix = ""
Goodreads = ""
Lastfm = ""
Foursquare = "musashikazuhiro"
Hackernews = ""
Kickstarter = ""
Patreon = ""
Steam = ""
Twitch = ""
Strava = "89291248"
Skype = ""
Whatsapp = ""
Zhihu = ""
Douban = ""
Angellist = ""
Slidershare = ""
Jsfiddle = ""
Deviantart = ""
Behance = ""
Dribbble = ""
Wordpress = ""
Vine = ""
Googlescholar = ""
Researchgate = ""
Mastodon = "@kazu634"
Thingiverse = ""
Devto = ""
Gitea = "https://gitea.kazu634.com/kazu634"
XMPP = ""
Matrix = ""
Bilibili = ""
ORCID = ""
Liberapay = ""
Ko-Fi = ""
BuyMeACoffee = ""
Linktree = ""
QQ = ""
QQGroup = ""
Email = "misc+blog@kazu634.com"
RSS = true # RSS = true #
[params.social.Twitter]
weight = 1
id = "MusashiKazuhiro"
[params.social.Mastodon]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 2
# your social ID
id = "@kazu634"
# prefix of your social link
prefix = "https://mstdn.guru/"
# content hovering on the icon
title = "Mastodon"
[params.social.Facebook]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 3
# your social ID
id = "kazu634"
[params.social.Linkedin]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 4
# your social ID
id = "一弘-武蔵-b90bba54"
[params.social.Github]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 5
# your social ID
id = "kazu634"
[params.social.Gitea]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 6
# your social ID
id = "https://gitea.kazu634.com/kazu634"
[params.social.Foursquare]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 7
# your social ID
id = "musashikazuhiro"
[params.social.Strava]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 8
# your social ID
id = "89291248"
[params.social.Flickr]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 9
# your social ID
id = "42332031@N02"
[params.social.Youtubechannel]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 10
# your social ID
id = "UC1acPRvMPda9eL1JqlO-_rA"
# Page config # Page config
[params.page] [params.page]
# whether to hide a page from home page # whether to hide a page from home page
@ -242,8 +284,6 @@ theme = "DoIt"
ruby = true ruby = true
# whether to enable the fraction extended syntax # whether to enable the fraction extended syntax
fraction = true fraction = true
# whether to enable the fontawesome extended syntax
fontawesome = true
# whether to show link to Raw Markdown content of the content # whether to show link to Raw Markdown content of the content
linkToMarkdown = false linkToMarkdown = false
# configure the link to the source file of the post # configure the link to the source file of the post
@ -259,10 +299,14 @@ theme = "DoIt"
# "https://github.com/user/repo/issues/new?title=[bug]%20{title}&body=|Field|Value|%0A|-|-|%0A|Title|{title}|%0A|Url|{url}|%0A|Filename|https://github.com/user/repo/blob/main/{path}|" # "https://github.com/user/repo/issues/new?title=[bug]%20{title}&body=|Field|Value|%0A|-|-|%0A|Title|{title}|%0A|Url|{url}|%0A|Filename|https://github.com/user/repo/blob/main/{path}|"
# whether to show the full text content in RSS # whether to show the full text content in RSS
rssFullText = false rssFullText = false
# page layout style ("normal", "wide")
pageStyle = "wide"
# whether to enable series navigation # whether to enable series navigation
seriesNavigation = true seriesNavigation = true
# whether to enable last modified time
enableLastMod = true
# whether to enable word count
enableWordCount = false
# whether to enable reading time estimation
enableReadingTime = false
# outdated article reminder config # outdated article reminder config
[params.page.outdatedArticleReminder] [params.page.outdatedArticleReminder]
enable = false enable = false
@ -291,12 +335,18 @@ theme = "DoIt"
copyTex = true copyTex = true
# KaTeX extension mhchem # KaTeX extension mhchem
mhchem = true mhchem = true
# Use MathJax instead of KaTeX
mathjax = false
# Code config # Code config
[params.page.code] [params.page.code]
# whether to show the copy button of the code block
copy = true
# the maximum number of lines of displayed code by default # the maximum number of lines of displayed code by default
maxShownLines = 10 maxShownLines = 10
# whether to enable line numbers in the code block
lineNos = true
# whether to enable line wrapping in the code block
wrap = true
# whether to display the header in the code block
header = true
# Table config # Table config
[params.page.table] [params.page.table]
# whether to enable sorting in the tables # whether to enable sorting in the tables
@ -322,10 +372,40 @@ theme = "DoIt"
enable = true enable = true
Twitter = true Twitter = true
Facebook = true Facebook = true
Whatsapp = true Linkedin = false
Whatsapp = false
Pinterest = false
Tumblr = false
HackerNews = false
Reddit = false
VK = false
Buffer = false
Xing = false
Line = true Line = true
Pocket = true Instapaper = false
Trello = true Pocket = false
Digg = false
Stumbleupon = false
Flipboard = false
Weibo = true
Renren = false
Myspace = false
Blogger = false
Baidu = false
Odnoklassniki = false
Evernote = false
Skype = false
Trello = false
Mix = false
Mastodon = false
# server for PlantUML online rendering
[params.page.plantuml]
server = "https://www.plantuml.com/plantuml"
# instant.page config
[params.page.instantpage]
enable = false
# Comment config # Comment config
[params.page.comment] [params.page.comment]
enable = false enable = false
@ -334,7 +414,133 @@ theme = "DoIt"
# #
enable = false enable = false
# Disqus shortname to use Disqus in posts # Disqus shortname to use Disqus in posts
shortname = "blog-kazu634" shortname = ""
# Gitalk comment config
[params.page.comment.gitalk]
#
enable = false
owner = ""
repo = ""
clientId = ""
clientSecret = ""
# Valine comment config
[params.page.comment.valine]
enable = false
appId = ""
appKey = ""
placeholder = ""
avatar = "mp"
meta= ""
pageSize = 10
lang = ""
visitor = true
recordIP = true
highlight = true
enableQQ = false
serverURLs = ""
# emoji data file name, default is "google.yml"
# ("apple.yml", "google.yml", "facebook.yml", "twitter.yml")
# located in "themes/DoIt/assets/data/emoji/" directory
# you can store your own data files in the same path under your project:
# "assets/data/emoji/"
emoji = ""
# Waline comment config
[params.page.comment.waline]
#
enable = false
serverURL = ""
pageview = true
comment = true
# emoji = ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
# meta = ['nick', 'mail', 'link']
# requiredMeta = []
# login = 'enable'
# wordLimit = 0
# pageSize = 10
# imageUploader = false
# highlighter = false
# texRenderer = false
# Facebook comment config
[params.page.comment.facebook]
enable = false
width = "100%"
numPosts = 10
appId = ""
languageCode = ""
# Telegram comments config
[params.page.comment.telegram]
enable = false
siteID = ""
limit = 5
height = ""
color = ""
colorful = true
dislikes = false
outlined = false
dark = false
# Commento comment config
[params.page.comment.commento]
enable = false
# Utterances comment config
[params.page.comment.utterances]
enable = false
# owner/repo
repo = ""
issueTerm = "pathname"
label = ""
lightTheme = "github-light"
darkTheme = "github-dark"
# Twikoo comment config
[params.page.comment.twikoo]
enable = false
envId = ""
region = ""
path = ""
cloudbase = true # boolean : true / false. #If you deploy your Twikoo on CloudBase, set it to true.
visitor = true
commentCount = true
# Vssue comment config
[params.page.comment.vssue]
enable = false
platform = "" # ("bitbucket", "gitea", "gitee", "github", "gitlab")
owner = ""
repo = ""
clientId = ""
clientSecret = ""
# Remark42 comment config
[params.page.comment.remark42]
enable = false
host = ""
site_id = ""
max_shown_comments = 15
show_email_subscription = true
simple_view = false
# giscus comment config
[params.page.comment.giscus]
enable = false
# owner/repo
dataRepo = ""
dataRepoId = ""
dataCategory = ""
dataCategoryId = ""
dataMapping = "pathname"
dataReactionsEnabled = "1"
dataEmitMetadata = "0"
dataInputPosition = "bottom"
lightTheme = "light"
darkTheme = "dark"
dataLang = "en"
dataLoading = "lazy"
# artalk comment config
[params.page.comment.artalk]
enable = false
server = ""
site = ""
lite = false
katex = false
lightbox = false
pageview = true
commentCount = true
# Third-party library config # Third-party library config
[params.page.library] [params.page.library]
[params.page.library.css] [params.page.library.css]
@ -371,6 +577,7 @@ theme = "DoIt"
enable = false enable = false
count = 5 count = 5
# Sponsor config # Sponsor config
[params.sponsor] [params.sponsor]
enable = false enable = false
@ -405,19 +612,43 @@ theme = "DoIt"
image = "" image = ""
# thumbnail URL # thumbnail URL
thumbnailUrl = "" thumbnailUrl = ""
#
# alternate site name in Google search result
alternateName = [""]
# Analytics config # Analytics config
[params.analytics] [params.analytics]
enable = true enable = false
# Google Analytics # Google Analytics
[params.analytics.google] [params.analytics.google]
id = "UA-57665492-1" id = ""
# whether to anonymize IP # whether to anonymize IP
anonymizeIP = true anonymizeIP = true
# Fathom Analytics
[params.analytics.fathom]
id = ""
# server url for your tracker if you're self hosting
server = ""
# Baidu Analytics
[params.analytics.baidu]
id = ""
# Umami Analytics
[params.analytics.umami]
data_website_id = ""
src = ""
data_host_url = ""
data_domains = ""
# Plausible Analytics
[params.analytics.plausible]
data_domain = ""
src = ""
# Cloudflare Analytics
[params.analytics.cloudflare]
token = ""
# Cookie consent config # Cookie consent config
[params.cookieconsent] [params.cookieconsent]
enable = false enable = true
# text strings used for Cookie consent banner # text strings used for Cookie consent banner
[params.cookieconsent.content] [params.cookieconsent.content]
message = "" message = ""
@ -435,10 +666,9 @@ theme = "DoIt"
# Compatibility config # Compatibility config
[params.compatibility] [params.compatibility]
# whether to use Polyfill.io to be compatible with older browsers # whether to use Polyfill.io on cdnjs to be compatible with older browsers
# https://blog.cloudflare.com/polyfill-io-now-available-on-cdnjs-reduce-your-supply-chain-risk
polyfill = false polyfill = false
# whether to use object-fit-images to be compatible with older browsers
objectFit = false
# Markup related config in Hugo # Markup related config in Hugo
[markup] [markup]
@ -469,14 +699,6 @@ theme = "DoIt"
startLevel = 2 startLevel = 2
endLevel = 6 endLevel = 6
# Author config
[author]
name = "kazu634"
email = "simoom634@yahoo.co.jp"
link = ""
avatar = ""
gravatarEmail = ""
# Sitemap config # Sitemap config
[sitemap] [sitemap]
changefreq = "weekly" changefreq = "weekly"
@ -485,14 +707,16 @@ theme = "DoIt"
# Permalinks config # Permalinks config
[Permalinks] [Permalinks]
# posts = ":year/:filename" posts = ":year/:contentbasename"
# posts = ":year/:month/:contentbasename"
# posts = ":contentbasename"
# Privacy config # Privacy config
[privacy] [privacy]
# privacy of the Google Analytics (replaced by params.analytics.google) # privacy of the Google Analytics (replaced by params.analytics.google)
[privacy.googleAnalytics] [privacy.googleAnalytics]
# ... # ...
[privacy.twitter] [privacy.x]
enableDNT = true enableDNT = true
[privacy.youtube] [privacy.youtube]
privacyEnhanced = true privacyEnhanced = true
@ -523,7 +747,6 @@ category = "categories"
tag = "tags" tag = "tags"
series = "series" series = "series"
[menu] [menu]
[[menu.main]] [[menu.main]]
identifier = "posts" identifier = "posts"
@ -536,17 +759,6 @@ series = "series"
# title will be shown when you hover on this menu link # title will be shown when you hover on this menu link
title = "" title = ""
weight = 1 weight = 1
[[menu.main]]
identifier = "photos"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Photos"
url = "/photos/"
# title will be shown when you hover on this menu link
title = ""
weight = 2
[[menu.main]] [[menu.main]]
identifier = "tags" identifier = "tags"
pre = "" pre = ""
@ -554,7 +766,7 @@ series = "series"
name = "Tags" name = "Tags"
url = "/tags/" url = "/tags/"
title = "" title = ""
weight = 3 weight = 2
[[menu.main]] [[menu.main]]
identifier = "categories" identifier = "categories"
pre = "" pre = ""
@ -562,5 +774,5 @@ series = "series"
name = "Categories" name = "Categories"
url = "/categories/" url = "/categories/"
title = "" title = ""
weight = 4 weight = 3

View File

@ -11,11 +11,11 @@ theme = "DoIt"
[params] [params]
# DoIt theme version # DoIt theme version
version = "0.2.X" version = "0.4.X"
# website title # website title
title = "His greatness lies in his sense of responsibilities" title = "His greatness lies in his sense of responsibilities"
# site description # site description
description = "@kazu634のブログです" description = "kazu634のブログです"
# site keywords # site keywords
keywords = ["Tech", "Hugo"] keywords = ["Tech", "Hugo"]
# site default theme ("light", "dark", "black", "auto") # site default theme ("light", "dark", "black", "auto")
@ -31,9 +31,24 @@ theme = "DoIt"
images = ["/images/profile.png"] images = ["/images/profile.png"]
# enable PWA support # enable PWA support
enablePWA = false enablePWA = false
# App icon config # [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
cacheRemoteImages = true
# [Experimental] generate image srcset attribute with hugo image processing feature.
optimizeImages = true
# [Experimental] resize method for srcset attribute in optimizeImages, more info: https://gohugo.io/content-management/image-processing/#image-processing-options
srcsetSmallResizeMethod = "700x webp Lanczos q75"
srcsetDefaultResizeMethod = "1200x webp Lanczos q75"
srcsetLargeResizeMethod = "2000x webp Lanczos q75"
# License information # License information
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>' license = '<a rel="license external nofollow noopener noreferrer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
# Author config
[params.author]
name = "kazu634"
email = "kazu634@kazu634.com"
link = ""
avatar = ""
gravatarEmail = ""
# App icon config
[params.app] [params.app]
# optional site title override for the app when added to an iOS home screen or Android launcher # optional site title override for the app when added to an iOS home screen or Android launcher
title = "@kazu634 Blog" title = "@kazu634 Blog"
@ -49,7 +64,7 @@ theme = "DoIt"
# Search config # Search config
[params.search] [params.search]
enable = true enable = true
# type of search engine ("lunr", "algolia", "fuse") # type of search engine ("algolia", "fuse")
type = "fuse" type = "fuse"
# max index length of the chunked content # max index length of the chunked content
contentLength = 4000 contentLength = 4000
@ -63,6 +78,10 @@ theme = "DoIt"
highlightTag = "em" highlightTag = "em"
# whether to use the absolute URL based on the baseURL in search index # whether to use the absolute URL based on the baseURL in search index
absoluteURL = false absoluteURL = false
[params.search.algolia]
index = ""
appID = ""
searchKey = ""
[params.search.fuse] [params.search.fuse]
# https://fusejs.io/api/options.html # https://fusejs.io/api/options.html
isCaseSensitive = false isCaseSensitive = false
@ -74,12 +93,14 @@ theme = "DoIt"
ignoreLocation = false ignoreLocation = false
useExtendedSearch = false useExtendedSearch = false
ignoreFieldNorm = false ignoreFieldNorm = false
[params.image]
# cache remote images for better optimisations
cacheRemote = true
# Image resizing and optimisation
optimise = true
# Header config # Header config
[params.header] [params.header]
# desktop header mode ("fixed", "normal", "auto")
desktopMode = "fixed"
# mobile header mode ("fixed", "normal", "auto")
mobileMode = "auto"
# Theme change mode # Theme change mode
# theme change mode ("switch", "select") # theme change mode ("switch", "select")
themeChangeMode = "select" themeChangeMode = "select"
@ -104,7 +125,7 @@ theme = "DoIt"
# whether to show Hugo and theme info # whether to show Hugo and theme info
hugo = true hugo = true
# Hosted on (HTML format is supported) # Hosted on (HTML format is supported)
# <a title="Github Pages" href="https://docs.github.com/en/pages/" target="_blank" rel="noopener noreffer">GitHub Pages</a> # <a title="Github Pages" href="https://docs.github.com/en/pages/" target="_blank" rel="noopener noreferrer">GitHub Pages</a>
hostedOn = '' hostedOn = ''
# whether to show copyright info # whether to show copyright info
copyright = true copyright = true
@ -115,7 +136,7 @@ theme = "DoIt"
# ICP info only in China (HTML format is supported) # ICP info only in China (HTML format is supported)
icp = "" icp = ""
# license info (HTML format is supported) # license info (HTML format is supported)
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>' license = '<a rel="license external nofollow noopener noreferrer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
# Section (all posts) page config # Section (all posts) page config
[params.section] [params.section]
@ -154,6 +175,8 @@ theme = "DoIt"
# Place your avatar file under static or assets directory # Place your avatar file under static or assets directory
# The filepath is relative to the static or assets directory # The filepath is relative to the static or assets directory
avatarURL = "/images/profile.png" avatarURL = "/images/profile.png"
# URL the avatar links to
avatarLinkURL = ""
# title shown in home page (HTML format is supported) # title shown in home page (HTML format is supported)
title = "Kazuhiro Musashi" title = "Kazuhiro Musashi"
# subtitle shown in home page # subtitle shown in home page
@ -175,59 +198,78 @@ theme = "DoIt"
# Social config about the author # Social config about the author
[params.social] [params.social]
Twitter = "MusashiKazuhiro"
GitHub = "kazu634"
Linkedin = "一弘-武蔵-b90bba54"
Instagram = ""
Facebook = "kazu634"
Telegram = ""
Medium = ""
Gitlab = ""
Youtubelegacy = ""
Youtubecustom = ""
Youtubechannel = "UC1acPRvMPda9eL1JqlO-_rA"
Tumblr = ""
Quora = ""
Keybase = ""
Pinterest = ""
Reddit = ""
Codepen = ""
FreeCodeCamp = ""
Bitbucket = ""
Stackoverflow = ""
Weibo = ""
Odnoklassniki = ""
VK = ""
Flickr = "42332031@N02"
Xing = ""
Snapchat = ""
Soundcloud = ""
Spotify = ""
Bandcamp = ""
Paypal = ""
Fivehundredpx = ""
Mix = ""
Goodreads = ""
Lastfm = ""
Foursquare = "musashikazuhiro"
Hackernews = ""
Kickstarter = ""
Patreon = ""
Steam = ""
Twitch = ""
Strava = "89291248"
Skype = ""
Whatsapp = ""
Zhihu = ""
Douban = ""
Angellist = ""
Slidershare = ""
Jsfiddle = ""
Deviantart = ""
Behance = ""
Dribbble = ""
Wordpress = ""
Vine = ""
Googlescholar = ""
Researchgate = ""
Mastodon = "@kazu634"
Thingiverse = ""
Devto = ""
Gitea = "https://gitea.kazu634.com/kazu634"
XMPP = ""
Matrix = ""
Bilibili = ""
ORCID = ""
Liberapay = ""
Ko-Fi = ""
BuyMeACoffee = ""
Linktree = ""
QQ = ""
QQGroup = ""
Email = "misc+blog@kazu634.com"
RSS = true # RSS = true #
[params.social.Twitter]
weight = 1
id = "MusashiKazuhiro"
[params.social.Mastodon]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 2
# your social ID
id = "@kazu634"
# prefix of your social link
prefix = "https://mstdn.guru/"
# content hovering on the icon
title = "Mastodon"
[params.social.Facebook]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 3
# your social ID
id = "kazu634"
[params.social.Linkedin]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 4
# your social ID
id = "一弘-武蔵-b90bba54"
[params.social.Github]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 5
# your social ID
id = "kazu634"
[params.social.Gitea]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 6
# your social ID
id = "https://gitea.kazu634.com/kazu634"
[params.social.Foursquare]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 7
# your social ID
id = "musashikazuhiro"
[params.social.Strava]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 8
# your social ID
id = "89291248"
[params.social.Flickr]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 9
# your social ID
id = "42332031@N02"
[params.social.Youtubechannel]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 10
# your social ID
id = "UC1acPRvMPda9eL1JqlO-_rA"
# Page config # Page config
[params.page] [params.page]
# whether to hide a page from home page # whether to hide a page from home page
@ -242,8 +284,6 @@ theme = "DoIt"
ruby = true ruby = true
# whether to enable the fraction extended syntax # whether to enable the fraction extended syntax
fraction = true fraction = true
# whether to enable the fontawesome extended syntax
fontawesome = true
# whether to show link to Raw Markdown content of the content # whether to show link to Raw Markdown content of the content
linkToMarkdown = false linkToMarkdown = false
# configure the link to the source file of the post # configure the link to the source file of the post
@ -259,10 +299,14 @@ theme = "DoIt"
# "https://github.com/user/repo/issues/new?title=[bug]%20{title}&body=|Field|Value|%0A|-|-|%0A|Title|{title}|%0A|Url|{url}|%0A|Filename|https://github.com/user/repo/blob/main/{path}|" # "https://github.com/user/repo/issues/new?title=[bug]%20{title}&body=|Field|Value|%0A|-|-|%0A|Title|{title}|%0A|Url|{url}|%0A|Filename|https://github.com/user/repo/blob/main/{path}|"
# whether to show the full text content in RSS # whether to show the full text content in RSS
rssFullText = false rssFullText = false
# page layout style ("normal", "wide")
pageStyle = "wide"
# whether to enable series navigation # whether to enable series navigation
seriesNavigation = true seriesNavigation = true
# whether to enable last modified time
enableLastMod = true
# whether to enable word count
enableWordCount = false
# whether to enable reading time estimation
enableReadingTime = false
# outdated article reminder config # outdated article reminder config
[params.page.outdatedArticleReminder] [params.page.outdatedArticleReminder]
enable = false enable = false
@ -291,12 +335,18 @@ theme = "DoIt"
copyTex = true copyTex = true
# KaTeX extension mhchem # KaTeX extension mhchem
mhchem = true mhchem = true
# Use MathJax instead of KaTeX
mathjax = false
# Code config # Code config
[params.page.code] [params.page.code]
# whether to show the copy button of the code block
copy = true
# the maximum number of lines of displayed code by default # the maximum number of lines of displayed code by default
maxShownLines = 10 maxShownLines = 10
# whether to enable line numbers in the code block
lineNos = true
# whether to enable line wrapping in the code block
wrap = true
# whether to display the header in the code block
header = true
# Table config # Table config
[params.page.table] [params.page.table]
# whether to enable sorting in the tables # whether to enable sorting in the tables
@ -322,10 +372,40 @@ theme = "DoIt"
enable = true enable = true
Twitter = true Twitter = true
Facebook = true Facebook = true
Whatsapp = true Linkedin = false
Whatsapp = false
Pinterest = false
Tumblr = false
HackerNews = false
Reddit = false
VK = false
Buffer = false
Xing = false
Line = true Line = true
Pocket = true Instapaper = false
Trello = true Pocket = false
Digg = false
Stumbleupon = false
Flipboard = false
Weibo = true
Renren = false
Myspace = false
Blogger = false
Baidu = false
Odnoklassniki = false
Evernote = false
Skype = false
Trello = false
Mix = false
Mastodon = false
# server for PlantUML online rendering
[params.page.plantuml]
server = "https://www.plantuml.com/plantuml"
# instant.page config
[params.page.instantpage]
enable = false
# Comment config # Comment config
[params.page.comment] [params.page.comment]
enable = false enable = false
@ -334,7 +414,133 @@ theme = "DoIt"
# #
enable = false enable = false
# Disqus shortname to use Disqus in posts # Disqus shortname to use Disqus in posts
shortname = "blog-kazu634" shortname = ""
# Gitalk comment config
[params.page.comment.gitalk]
#
enable = false
owner = ""
repo = ""
clientId = ""
clientSecret = ""
# Valine comment config
[params.page.comment.valine]
enable = false
appId = ""
appKey = ""
placeholder = ""
avatar = "mp"
meta= ""
pageSize = 10
lang = ""
visitor = true
recordIP = true
highlight = true
enableQQ = false
serverURLs = ""
# emoji data file name, default is "google.yml"
# ("apple.yml", "google.yml", "facebook.yml", "twitter.yml")
# located in "themes/DoIt/assets/data/emoji/" directory
# you can store your own data files in the same path under your project:
# "assets/data/emoji/"
emoji = ""
# Waline comment config
[params.page.comment.waline]
#
enable = false
serverURL = ""
pageview = true
comment = true
# emoji = ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
# meta = ['nick', 'mail', 'link']
# requiredMeta = []
# login = 'enable'
# wordLimit = 0
# pageSize = 10
# imageUploader = false
# highlighter = false
# texRenderer = false
# Facebook comment config
[params.page.comment.facebook]
enable = false
width = "100%"
numPosts = 10
appId = ""
languageCode = ""
# Telegram comments config
[params.page.comment.telegram]
enable = false
siteID = ""
limit = 5
height = ""
color = ""
colorful = true
dislikes = false
outlined = false
dark = false
# Commento comment config
[params.page.comment.commento]
enable = false
# Utterances comment config
[params.page.comment.utterances]
enable = false
# owner/repo
repo = ""
issueTerm = "pathname"
label = ""
lightTheme = "github-light"
darkTheme = "github-dark"
# Twikoo comment config
[params.page.comment.twikoo]
enable = false
envId = ""
region = ""
path = ""
cloudbase = true # boolean : true / false. #If you deploy your Twikoo on CloudBase, set it to true.
visitor = true
commentCount = true
# Vssue comment config
[params.page.comment.vssue]
enable = false
platform = "" # ("bitbucket", "gitea", "gitee", "github", "gitlab")
owner = ""
repo = ""
clientId = ""
clientSecret = ""
# Remark42 comment config
[params.page.comment.remark42]
enable = false
host = ""
site_id = ""
max_shown_comments = 15
show_email_subscription = true
simple_view = false
# giscus comment config
[params.page.comment.giscus]
enable = false
# owner/repo
dataRepo = ""
dataRepoId = ""
dataCategory = ""
dataCategoryId = ""
dataMapping = "pathname"
dataReactionsEnabled = "1"
dataEmitMetadata = "0"
dataInputPosition = "bottom"
lightTheme = "light"
darkTheme = "dark"
dataLang = "en"
dataLoading = "lazy"
# artalk comment config
[params.page.comment.artalk]
enable = false
server = ""
site = ""
lite = false
katex = false
lightbox = false
pageview = true
commentCount = true
# Third-party library config # Third-party library config
[params.page.library] [params.page.library]
[params.page.library.css] [params.page.library.css]
@ -371,6 +577,7 @@ theme = "DoIt"
enable = false enable = false
count = 5 count = 5
# Sponsor config # Sponsor config
[params.sponsor] [params.sponsor]
enable = false enable = false
@ -405,19 +612,43 @@ theme = "DoIt"
image = "" image = ""
# thumbnail URL # thumbnail URL
thumbnailUrl = "" thumbnailUrl = ""
#
# alternate site name in Google search result
alternateName = [""]
# Analytics config # Analytics config
[params.analytics] [params.analytics]
enable = true enable = false
# Google Analytics # Google Analytics
[params.analytics.google] [params.analytics.google]
id = "UA-57665492-1" id = ""
# whether to anonymize IP # whether to anonymize IP
anonymizeIP = true anonymizeIP = true
# Fathom Analytics
[params.analytics.fathom]
id = ""
# server url for your tracker if you're self hosting
server = ""
# Baidu Analytics
[params.analytics.baidu]
id = ""
# Umami Analytics
[params.analytics.umami]
data_website_id = ""
src = ""
data_host_url = ""
data_domains = ""
# Plausible Analytics
[params.analytics.plausible]
data_domain = ""
src = ""
# Cloudflare Analytics
[params.analytics.cloudflare]
token = ""
# Cookie consent config # Cookie consent config
[params.cookieconsent] [params.cookieconsent]
enable = false enable = true
# text strings used for Cookie consent banner # text strings used for Cookie consent banner
[params.cookieconsent.content] [params.cookieconsent.content]
message = "" message = ""
@ -435,10 +666,9 @@ theme = "DoIt"
# Compatibility config # Compatibility config
[params.compatibility] [params.compatibility]
# whether to use Polyfill.io to be compatible with older browsers # whether to use Polyfill.io on cdnjs to be compatible with older browsers
# https://blog.cloudflare.com/polyfill-io-now-available-on-cdnjs-reduce-your-supply-chain-risk
polyfill = false polyfill = false
# whether to use object-fit-images to be compatible with older browsers
objectFit = false
# Markup related config in Hugo # Markup related config in Hugo
[markup] [markup]
@ -469,14 +699,6 @@ theme = "DoIt"
startLevel = 2 startLevel = 2
endLevel = 6 endLevel = 6
# Author config
[author]
name = "kazu634"
email = "simoom634@yahoo.co.jp"
link = ""
avatar = ""
gravatarEmail = ""
# Sitemap config # Sitemap config
[sitemap] [sitemap]
changefreq = "weekly" changefreq = "weekly"
@ -485,14 +707,16 @@ theme = "DoIt"
# Permalinks config # Permalinks config
[Permalinks] [Permalinks]
# posts = ":year/:filename" posts = ":year/:contentbasename"
# posts = ":year/:month/:contentbasename"
# posts = ":contentbasename"
# Privacy config # Privacy config
[privacy] [privacy]
# privacy of the Google Analytics (replaced by params.analytics.google) # privacy of the Google Analytics (replaced by params.analytics.google)
[privacy.googleAnalytics] [privacy.googleAnalytics]
# ... # ...
[privacy.twitter] [privacy.x]
enableDNT = true enableDNT = true
[privacy.youtube] [privacy.youtube]
privacyEnhanced = true privacyEnhanced = true
@ -515,7 +739,6 @@ theme = "DoIt"
page = ["HTML", "MarkDown"] page = ["HTML", "MarkDown"]
section = ["HTML", "RSS"] section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"] taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML"]
# Options for taxonomies # Options for taxonomies
[taxonomies] [taxonomies]
@ -524,7 +747,6 @@ category = "categories"
tag = "tags" tag = "tags"
series = "series" series = "series"
[menu] [menu]
[[menu.main]] [[menu.main]]
identifier = "posts" identifier = "posts"
@ -537,17 +759,6 @@ series = "series"
# title will be shown when you hover on this menu link # title will be shown when you hover on this menu link
title = "" title = ""
weight = 1 weight = 1
[[menu.main]]
identifier = "photos"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Photos"
url = "/photos/"
# title will be shown when you hover on this menu link
title = ""
weight = 2
[[menu.main]] [[menu.main]]
identifier = "tags" identifier = "tags"
pre = "" pre = ""
@ -555,7 +766,7 @@ series = "series"
name = "Tags" name = "Tags"
url = "/tags/" url = "/tags/"
title = "" title = ""
weight = 3 weight = 2
[[menu.main]] [[menu.main]]
identifier = "categories" identifier = "categories"
pre = "" pre = ""
@ -563,5 +774,5 @@ series = "series"
name = "Categories" name = "Categories"
url = "/categories/" url = "/categories/"
title = "" title = ""
weight = 4 weight = 3

View File

@ -1,16 +0,0 @@
+++
title = "秋の上野公園"
date = 2022-11-19T17:21:00+09:00
lastmod = 2022-11-20T18:21:00+09:00
description = "秋の上野公園を訪ねてきました"
tags = ["上野"]
author = "kazu634"
categories = ["写真"]
camera = "Sony a6400"
lens = "E 35mm F1.8 OSS"
location = "上野公園"
images = ["https://live.staticflickr.com/65535/52510534640_3ba9395a29_b.jpg"]
+++
<img src="https://live.staticflickr.com/65535/52510321594_edcbd751c4_z.jpg" width="640" height="427" alt="DSC00726.JPG">

View File

@ -1,15 +0,0 @@
+++
title = "ウィスキー"
date = 2022-11-23T21:21:00+09:00
lastmod = 2022-11-23T21:21:00+09:00
description = "竹鶴だよ"
tags = ["蒲田"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 35mm F1.8 OSS"
location = "蒲田 バーボンロード"
images = ["ogp/2022-11-23-kamata-barbon-road.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52519225539/in/dateposted/" title="DSC00826.JPG"><img src="https://live.staticflickr.com/65535/52519225539_bc5a39ab80_z.jpg" width="640" height="427" alt="DSC00826.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "手水舎"
date = 2022-11-26T21:21:00+09:00
lastmod = 2022-11-26T21:21:00+09:00
description = "神社の手を洗うところを「手水舎」と呼びます"
tags = ["武蔵新田"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 35mm F1.8 OSS"
location = "新田神社"
images = ["ogp/2022-11-27-temizuya.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52524592196/in/dateposted/" title="DSC00852.JPG"><img src="https://live.staticflickr.com/65535/52524592196_8f3f47763a_z.jpg" width="640" height="427" alt="DSC00852.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "トトロ"
date = 2022-12-04T01:21:00+09:00
lastmod = 2022-12-04T01:21:00+09:00
description = "トトロだよ"
tags = ["武蔵新田"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 35mm F1.8 OSS"
location = "お家"
images = ["ogp/2022-12-04-totoro.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52506437245/in/dateposted-public/" title="DSC00665.JPG"><img src="https://live.staticflickr.com/65535/52506437245_4969311426_z.jpg" width="640" height="427" alt="DSC00665.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "うな重"
date = 2022-12-05T21:21:00+09:00
lastmod = 2022-12-05T21:21:00+09:00
description = "うな重を食べました"
tags = ["蒲田"]
categories = ["写真"]
author = "kazu634"
camera = "Apple iPhone 12 Pro"
lens = "Back Camera"
location = "寿々喜"
images = ["ogp/2022-12-05-eel.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52541599287/in/dateposted/" title="IMG_5324.JPG"><img src="https://live.staticflickr.com/65535/52541599287_242b77259f_z.jpg" width="640" height="480" alt="IMG_5324.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "山と川と橋と"
date = 2022-12-12T20:21:00+09:00
lastmod = 2022-12-12T20:21:00+09:00
description = "岩国にある有名な橋です"
tags = ["岩国"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 35mm F1.8 OSS"
location = "錦帯橋"
images = ["ogp/2022-12-12-kintai-bridge.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52557033265/in/dateposted/" title="DSC00885.JPG"><img src="https://live.staticflickr.com/65535/52557033265_7ab329df71_z.jpg" width="640" height="427" alt="DSC00885.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "川面に映るホテル"
date = 2022-12-14T20:11:00+09:00
lastmod = 2022-12-14T20:11:00+09:00
description = "錦帯橋の近くにあるホテルが川の表面に写っています"
tags = ["岩国"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 35mm F1.8 OSS"
location = "錦帯橋"
images = ["ogp/2022-12-14-reflection-of-river.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52557039820/in/dateposted/" title="DSC00896.JPG"><img src="https://live.staticflickr.com/65535/52557039820_b09eecc83c_z.jpg" width="640" height="427" alt="DSC00896.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "天狗"
date = 2022-12-21T20:11:00+09:00
lastmod = 2022-12-21T20:11:00+09:00
description = "別府にいる天狗さんです"
tags = ["別府"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 15mm F1.4 G"
location = "やよい天狗"
images = ["ogp/2022-12-21-yayoi-tengu-beppu.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52571069241/in/dateposted/" title="DSC01788.JPG"><img src="https://live.staticflickr.com/65535/52571069241_b14a98f09d_z.jpg" width="640" height="427" alt="DSC01788.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "格式の高い湯屋"
date = 2022-12-25T20:11:00+09:00
lastmod = 2022-12-25T20:11:00+09:00
description = "別府にある有名な銭湯です"
tags = ["別府"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 15mm F1.4 G"
location = "竹瓦温泉"
images = ["ogp/2022-12-25-takegawara-onsen.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52571603788/in/dateposted/" title="DSC01800.JPG"><img src="https://live.staticflickr.com/65535/52571603788_394f3425ac_z.jpg" width="640" height="427" alt="DSC01800.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "鹽竈神社"
date = 2023-01-01T12:11:00+09:00
lastmod = 2023-01-01T12:11:00+09:00
description = "鹽竈神社です"
tags = ["塩竈"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 35mm F1.8 G"
location = "鹽竈神社"
images = ["ogp/2023-01-01-shiogama.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52601995381/in/datetaken-public/" title="Untitled"><img src="https://live.staticflickr.com/65535/52601995381_83eab08e1f_b.jpg" width="683" height="1024" alt="Untitled"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "お猫様"
date = 2023-01-03T12:11:00+09:00
lastmod = 2023-01-03T12:11:00+09:00
description = "別府で見かけた猫ちゃんです"
tags = ["別府"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 15mm F1.4 G"
location = "別府の居酒屋街"
images = ["ogp/2023-01-03-cat-beppu.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52571073016/in/datetaken-public/" title="DSC01797.JPG"><img src="https://live.staticflickr.com/65535/52571073016_aac31b3da2_z.jpg" width="640" height="427" alt="DSC01797.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "有名な路地"
date = 2023-01-07T12:11:00+09:00
lastmod = 2023-01-07T12:11:00+09:00
description = "鹿児島市内にある有名な路地"
tags = ["鹿児島"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 15mm F1.4 G"
location = "名山堀"
images = ["ogp/2023-01-07-kagoshima-meizan-bori.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52584703542/in/datetaken-public/" title="DSC01872.JPG"><img src="https://live.staticflickr.com/65535/52584703542_88ca93e2d9_z.jpg" width="640" height="427" alt="DSC01872.JPG"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "タイヤ公園"
date = 2023-01-28T12:11:00+09:00
lastmod = 2023-01-28T12:11:00+09:00
description = "蒲田のタイヤ公園"
tags = ["蒲田"]
categories = ["写真"]
author = "kazu634"
camera = "Ricoh GR IIIx"
lens = "26.0 mm"
location = "西六郷公園"
images = ["ogp/2023-01-28-kamata-tires.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52653985314/in/datetaken-public/" title="R0000151.JPG"><img src="https://live.staticflickr.com/65535/52653985314_b323d64b8f_b.jpg" width="1024" height="683" alt="R0000151.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "お猿さん"
date = 2023-03-06T12:11:00+09:00
lastmod = 2023-03-06T12:11:00+09:00
description = "湯島天神で見かけた猿回し"
tags = ["湯島"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a6400"
lens = "E 50mm F1.8 G"
location = "湯島天神"
images = ["ogp/2023-03-06-yushima-monkey.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52729632141/in/datetaken-public/" title="DSC02362.JPG"><img src="https://live.staticflickr.com/65535/52729632141_4e89413600_b.jpg" width="1024" height="683" alt="DSC02362.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "だるまさんの寺"
date = 2023-04-01T12:11:00+09:00
lastmod = 2023-04-01T12:11:00+09:00
description = "だるまさんがたくさんいるお寺です"
tags = ["大阪"]
categories = ["写真"]
author = "kazu634"
camera = "Ricoh GR IIIx"
lens = "26.0 mm"
location = "勝尾寺"
images = ["ogp/2023-04-01-katsuoji.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52787287236/in/datetaken-public/" title="R0000504.JPG"><img src="https://live.staticflickr.com/65535/52787287236_b59a1f257c_b.jpg" width="1024" height="683" alt="R0000504.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "パンダ"
date = 2023-06-10T12:11:00+09:00
lastmod = 2023-06-10T12:11:00+09:00
description = "御徒町駅のパンダ"
tags = ["御徒町"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a7c"
lens = "FE 55mm F1.8 ZA"
location = "御徒町駅"
images = ["ogp/2023-06-10-okachimachi.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/52966215748/in/datetaken-public/" title="DSC02461.JPG"><img src="https://live.staticflickr.com/65535/52966215748_45c6306bde_b.jpg" width="1024" height="683" alt="DSC02461.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "巫女さん"
date = 2023-07-01T12:11:00+09:00
lastmod = 2023-07-01T12:11:00+09:00
description = "三嶋大社で歩いている巫女さん"
tags = ["三島"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a7c"
lens = "DG DN Contemporary 022"
location = "三嶋大社"
images = ["ogp/2023-07-01-mishima-shrine.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/53017052303/in/datetaken-public/" title="DSC02707.JPG"><img src="https://live.staticflickr.com/65535/53017052303_40250c3c38_b.jpg" width="1024" height="683" alt="DSC02707.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "女川のこどもたち"
date = 2023-08-14T12:11:00+09:00
lastmod = 2023-08-14T12:11:00+09:00
description = "女川港のところにあったこどもたちの像"
tags = ["女川"]
categories = ["写真"]
author = "kazu634"
camera = "Ricoh GR IIIx"
lens = "26.0 mm"
location = "女川港"
images = ["ogp/2023-08-14-onagawa.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/53124244706/in/datetaken-public/" title="R0000711.JPG"><img src="https://live.staticflickr.com/65535/53124244706_7fc209bc7a_b.jpg" width="683" height="1024" alt="R0000711.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,14 +0,0 @@
+++
title = "海と雲"
date = 2023-09-03T12:11:00+09:00
description = "山下公園から見た海と空の様子"
tags = ["横浜"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a7c"
lens = "16-28mm F2.8 DG DN | Contemporary"
location = "山下公園"
images = ["ogp/2023-09-03-yamashita-park.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/53160573198/in/datetaken/" title="DSC03144.JPG"><img src="https://live.staticflickr.com/65535/53160573198_6efb5af94e_b.jpg" width="1024" height="683" alt="DSC03144.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,14 +0,0 @@
+++
title = "亀さん"
date = 2023-09-18T13:49:10+09:00
description = "石切神社の境内を散策して見つけました"
tags = ["大阪"]
categories = ["写真"]
author = "kazu634"
camera = "Richo GR IIIx"
lens = "-"
location = "石切神社"
images = ["ogp/2023-09-18-ishikiri.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/53235327047/in/datetaken-public/" title="R0000956.JPG"><img src="https://live.staticflickr.com/65535/53235327047_1b388abe82_z.jpg" width="640" height="427" alt="R0000956.JPG"/></a>

View File

@ -1,14 +0,0 @@
+++
title = "落ち葉と木漏れ日"
date = 2023-11-24T14:12:00+09:00
description = "秋の定禅寺通りの一コマです"
tags = ["仙台"]
categories = ["写真"]
author = "kazu634"
camera = "Richo GR IIIx"
lens = "-"
location = "定禅寺通り"
images = ["ogp/2023-11-24-sendai-autumn.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/53352608321/in/datetaken-public/" title="R0001377.JPG"><img src="https://live.staticflickr.com/65535/53352608321_dda215b7ac_z.jpg" width="640" height="427" alt="R0001377.JPG"/></a>

View File

@ -1,14 +0,0 @@
+++
title = "カオサンロード"
date = 2023-12-26T18:27:07+09:00
description = "カオサンロードの起点だよ"
tags = ["バンコク"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a7c"
lens = "16-28mm F2.8 DG DN | Contemporary"
location = "カオサンロード"
images = ["ogp/2023-12-26-khao-san-road.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/53446171891/in/album-72177720313852146" title="DSC03571.JPG"><img src="https://live.staticflickr.com/65535/53446171891_81ea96ac05.jpg" width="500" height="333" alt="DSC03571.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "フィリピン・マニラ"
date = 2024-01-26T12:11:00+09:00
lastmod = 2024-01-26T12:11:00+09:00
description = "マニラ"
tags = ["マニラ"]
categories = ["写真"]
author = "kazu634"
camera = "Apple iPhone15"
lens = "Back Dual Wide Camera"
location = "マニラ"
images = ["ogp/2024-01-26-manila.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/53492850503/in/album-72177720314389531" title="IMG_0302.JPG"><img src="https://live.staticflickr.com/65535/53492850503_87682d1ab7.jpg" width="500" height="375" alt="IMG_0302.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "福岡・中洲にかかる橋"
date = 2024-04-25T12:11:00+09:00
lastmod = 2024-04-25T12:11:00+09:00
description = "中洲にかかる橋の写真です"
tags = ["中洲"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a7c"
lens = "FE 35mm F1.4 GM"
location = "中洲"
images = ["ogp/2024-04-25-fukuoka.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/53683690514/in/album-72177720316534102" title="DSC04755.JPG"><img src="https://live.staticflickr.com/65535/53683690514_cb6d23058a.jpg" width="500" height="333" alt="DSC04755.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "遠野の風景"
date = 2024-09-30T12:11:00+09:00
lastmod = 2024-09-30T12:11:00+09:00
description = "カッパを探しに遠野に行きました"
tags = ["遠野"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a7c"
lens = "16-28mm F2.8 DG DN | Contemporary 022"
location = "遠野"
images = ["ogp/2024-09-30-tohno.webp"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/42332031@N02/54037866999/in/album-72177720320792412" title="DSC06524.JPG"><img src="https://live.staticflickr.com/65535/54037866999_4e87cddd03.jpg" width="500" height="333" alt="DSC06524.JPG"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,15 +0,0 @@
+++
title = "ミュー2"
date = 2024-11-09T12:11:00+09:00
lastmod = 2024-11-09T12:11:00+09:00
description = "ポケモン工芸展を見に行きました"
tags = ["虎ノ門"]
categories = ["写真"]
author = "kazu634"
camera = "Apple iPhone15"
lens = "iPhone15 Back Camera"
location = "虎ノ門ヒルズ"
images = ["ogp/2024-11-09-mu2.webp"]
+++
![Image](https://farm66.staticflickr.com/65535/54127563838_876653acdf_c.jpg)

View File

@ -1,15 +0,0 @@
+++
title = "柿"
date = 2024-11-10T12:11:00+09:00
lastmod = 2024-11-10T12:11:00+09:00
description = "お家の庭の柿を撮りました"
tags = ["多賀城"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a7c"
lens = "FE 50mm F1.4 GM"
location = "お家の庭"
images = ["ogp/2024-11-10-kaki.webp"]
+++
![Image](https://farm66.staticflickr.com/65535/54129416766_5c46df470f_c.jpg)

View File

@ -1,15 +0,0 @@
+++
title = "気仙沼の漁火"
date = 2024-11-12T12:11:00+09:00
lastmod = 2024-11-12T12:11:00+09:00
description = "気仙沼の漁船の漁火"
tags = ["気仙沼"]
categories = ["写真"]
author = "kazu634"
camera = "Sony a7c"
lens = "FE 50mm F1.4 GM"
location = "気仙沼"
images = ["ogp/2024-11-12-isaribi-kesennuma.webp"]
+++
![Image](https://farm66.staticflickr.com/65535/54161302628_039a69d7ae_c.jpg)

View File

@ -1,78 +0,0 @@
{{- define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end -}}
{{- define "content" -}}
{{- $params := .Scratch.Get "params" -}}
{{- $toc := $params.toc -}}
{{- if eq $toc true -}}
{{- $toc = .Site.Params.page.toc | default dict -}}
{{- else if eq $toc false -}}
{{- $toc = dict "enable" false -}}
{{- end -}}
{{- /* Auto TOC */ -}}
{{- if ne $toc.enable false -}}
<div class="toc" id="toc-auto">
<h2 class="toc-title">{{ T "contents" }}</h2>
<div class="toc-content{{ if eq $toc.auto false }} always-active{{ end }}" id="toc-content-auto"></div>
</div>
{{- end -}}
<article class="page single">
{{- /* Title */ -}}
<h1 class="single-title animated flipInX">{{ .Title }}</h1>
{{- /* Subtitle */ -}}
{{- with $params.subtitle -}}
<h2 class="single-subtitle">{{ . }}</h2>
{{- end -}}
{{- /* Meta */ -}}
<div class="post-meta">
<div class="post-meta-line">
{{- $author := $params.author | default .Site.Author.name | default (T "author") -}}
{{- $authorLink := $params.authorlink | default .Site.Author.link | default .Site.Home.RelPermalink -}}
<span class="post-author">
{{- $options := dict "Class" "author" "Destination" $authorLink "Title" "Author" "Rel" "author" "Icon" (dict "Class" "fas fa-user-circle fa-fw") "Content" $author -}}
{{- partial "plugin/link.html" $options -}}
</span>
</div>
<div class="post-meta-line">
{{- with .Site.Params.dateformat | default "2006-01-02" | .PublishDate.Format -}}
<i class="far fa-calendar-alt fa-fw"></i>&nbsp;<time datetime="{{ . }}">{{ . }}</time>&nbsp;&nbsp;
{{- end -}}
{{- with $params.camera -}}
<i class="fas fa-camera"></i>&nbsp;{{ . }}&nbsp;
{{- end -}}
{{- with $params.lens -}}
&nbsp;({{ . }})&nbsp;&nbsp;
{{- end -}}
{{- with $params.location -}}
<i class="fas fa-globe"></i>&nbsp;{{ . }}&nbsp;&nbsp;
{{- end -}}
</div>
</div>
{{- /* Featured image */ -}}
{{- $image := $params.featuredimage -}}
{{- with .Resources.GetMatch "featured-image" -}}
{{- $image = .RelPermalink -}}
{{- end -}}
{{- with $image -}}
<div class="featured-image">
{{- dict "Src" . "Title" $.Description "Resources" $.Resources | partial "plugin/image.html" -}}
</div>
{{- end -}}
{{- /* Content */ -}}
<div class="content" id="content">
{{- dict "Content" .Content "Ruby" $params.ruby "Fraction" $params.fraction "Fontawesome" $params.fontawesome | partial "function/content.html" | safeHTML -}}
</div>
{{- /* Footer */ -}}
{{- partial "single/footer.html" . -}}
{{- /* Comment */ -}}
{{- partial "comment.html" . -}}
</article>
{{- end -}}