-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
83 lines (74 loc) · 2.68 KB
/
config.toml
File metadata and controls
83 lines (74 loc) · 2.68 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
baseurl = "https://page.remh.dev/"
title = "M.Hagino's Personal Site"
theme = "hugo-creative-portfolio-theme"
author = "Minori Hagino"
copyright = "© 2022-2023. All rights reserved."
languageCode = "ja-jp"
publishDir = "docs"
canonifyurls = true
hasCJKLanguage = true
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
[params]
# Style options: default (pink), blue, green, pink, red, sea, violet
# Use custom.css for your custom styling
customCSS = ["default", "/docs/css/custom.css"]
style = "default"
description = "Describe your website"
# copyright = "©2022−2023 Minori Hagino"
sidebarAbout = [
"理系大学院2年生となる一般男性(23)の個人サイトです。",
"現在一部ページのみ試験運用中、ほとんどのページは作成中です。"
]
# Contact page
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
email = "remh@ymail.ne.jp"
# Optional Matomo analytics (formerly piwik)
# [params.analytics.matomo]
# URL = "https://stats.example.com"
# ID = "42"
# # Track all subdomains with "*.example.com" (Optional)
# domain = "www.example.com"
# # Optional integrity check hash
# hash = ""
# Nav links in the side bar
[[params.navlinks]]
name = "Home"
url = "404.html"
# url = "portfolio/"
home = true
[[params.navlinks]]
name = "About"
url = "404.html"
# url = "about/"
[[params.navlinks]]
name = "Get in touch"
url = "404.html"
# url = "contact/"
[[params.navlinks]]
name = "プライバシーポリシー"
url = "documents/privacy-policy"
[params.social]
# facebook = "full page or profile url in facebook"
# googleplus = "full profile url in googleplus"
email = "remh@ymail.ne.jp"
twitter = "4voltex"
# linkedin = "full profile url in linkedin"
# stackoverflow = "full profile url in stackoverflow"
instagram = "256duckleek"
github = "PyRadiolarus"
# gitlab = "full profile url in gitlab"
youtube = "https://www.youtube.com/channel/UCAu_F7mOd0ailzv1gboBdwA/"
# whatsapp = "wa.me service link"