-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
47 lines (39 loc) · 1.41 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
baseURL = "/"
languageCode = "en-ja"
title = "yankなぺーじ"
themesDir = "themes"
theme = "hugo-whisper-theme"
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
# Controls how many words are printed in the content summary on the docs homepage.
# See https://gohugo.io/content-management/summaries/
summaryLength = 30
[[menu.main]]
name = "Profile(about me)"
url = "/"
weight = 2
[[menu.main]]
name = "MEMO"
url = "/docs/"
weight = 2
[params]
google_analytics_id=""
homepage_button_link = '/docs'
homepage_button_text = 'やんくのメモをみてみる'
homepage_intro = 'Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal.'
## You can enable to add anchor links to header elements
enable_anchor_link = true
[params.homepage_meta_tags]
meta_description = "yy_yankのなんかのドキュメント"
meta_og_title = "yankなぺーじ"
meta_og_type = "website"
meta_og_url = "https://hugo-whisper.netlify.com"
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-whisper-theme/master/images/tn.png"
meta_og_description = "yy_yankのなんかのドキュメント"
meta_twitter_card = "summary"
meta_twitter_site = "@yy_yank"
meta_twitter_creator = "@yy_yank"
[params.logo]
mobile = "/images/logo-mobile.svg"
standard = "/images/logo.svg"