forked from talkgo/night
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·72 lines (57 loc) · 2.02 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
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
baseurl = "https://talkgo.org/"
title = "Go 夜读"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
sectionPagesMenu = "main"
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""
# Code highlighting options
# Hugo uses Chroma but names are the same as the old pygments highlighter
# Highlight shortcode and code fences (```) will be treated similarly
pygmentscodefences = true
# Change highlight style here.
# For a full list see: https://xyproto.github.io/splash/docs/all.html
pygmentsStyle = "tango" # "emacs" # "autumn" # "manni" # "friendly"
# Other Chroma options can be added here (and in the highlight shortcode in the markdown file)
# See list of supported options: https://gohugo.io/content-management/syntax-highlighting/#options
# for example: pygmentsoptions = "linenos=true"
[params]
# General information
author = "Go 夜读 SIG 小组"
description = "Talk Go - Go source reading and offline technical discussion every Thursday night."
copyright = "Released under the Apache 2.0 license"
# Repository
provider = "GitHub"
repo_url = "https://github.com/talkgo/night"
version = ""
logo = "images/2018-12-11-night-reading-go.jpg"
favicon = "images/favicon.ico"
permalink = " "
# Custom assets
custom_css = []
custom_js = []
# Syntax highlighting theme
highlight_css = ""
# Theme color, available values are: red, pink, purple, deep-purple, indigo, blue, light-blue, cyan, teal, green, light-green, lime, yellow, amber, orange, deep-orange, brown, grey and blue-grey
[params.palette]
primary = "indigo"
accent = "deep-purple"
[params.font]
text = "Ubuntu"
code = "Ubuntu Mono"
[social]
Github = "talkgo"
YouTube = "https://youtube.com/c/talkgo_night"
Twitter = "talkgo_night"
Facebook = "https://www.facebook.com/groups/talkgo/"
Telegram = "https://t.me/talkgo"
Slakc = "https://talkgo.slack.com"
[blackfriday]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true
[outputs]
home = [ "HTML" ]
page = [ "HTML" ]