-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
51 lines (38 loc) · 1.46 KB
/
config.toml
File metadata and controls
51 lines (38 loc) · 1.46 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
baseurl = "https://feature-cpp.github.io/feature.cpp/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "feature.cpp #nakamecpp"
theme = "hugo-theme-techdoc"
hasCJKLanguage = true
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentsCodefences = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
[Params]
# Souce Code repository section
description = "東京・中目黒にて勉強会を開催中"
github_repository = "https://github.com/feature-cpp/feature.cpp"
version = "2"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
github_doc_repository = "https://github.com/feature-cpp/"
# Analytic section
google_analytics_id = "UA-137874799-1" # Your Google Analytics tracking id
tag_manager_container_id = "" # Your Google Tag Manager container id
google_site_verification = "" # Your Google Site Verification
# Theme settings section
dateformat = "" # default "2 Jan 2006"
# See the format reference https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
# path name excluded from documentation menu
menu_exclusion = ["archives", "blog", "entry", "post", "posts"]
# Global menu section
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Twitter"
url = "https://twitter.com/search?f=tweets&q=nakamecpp"
weight = 2