Skip to content

Commit 8f2a524

Browse files
committed
update theme
1 parent 78eb09d commit 8f2a524

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3473
-4
lines changed

config.toml

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,59 @@ baseurl = "https://blog.gopheracademy.com"
22
languageCode = "en-us"
33
title = "Gopher Academy Blog"
44
disqusShortname = "gopheracademy"
5-
theme = "gaweb"
65
pygmentscodefences = true
76
pygmentsStyle = "vs"
7+
8+
theme = "mediumish-gohugo-theme"
9+
copyright = "Copyright © 2019, GopherAcademy; all rights reserved."
10+
canonifyurls = true
11+
paginate = 10
12+
summaryLength = 25
13+
# Enable syntax highlighting
14+
# comment or delete the following lines 11 ~ 14
15+
pygmentsCodefences = true
16+
pygmentsCodefencesGuessSyntax = true
17+
pygmentsUseClasses=true
18+
pygmentsOptions = "linenos=table"
19+
820
[taxonomies]
9-
author = "authors"
1021
series = "series"
1122
tag = "tags"
12-
category = "categories"
23+
24+
# If you want to use disqus, uncomment the line below
25+
# disqusShortname = "yourdiscussshortname"
26+
27+
# ids used below are not valid. Replace with valid ones
28+
[params]
29+
# ga_analytics = "" # google analytics ID e.g UA-116386578-1
30+
31+
# ga_verify = "" # google verification code e.g 5jb-rxeBfITeJQKOuUss3ud6FPGTxXkCho-ZN5qlrZg
32+
# twitter = "" # twitter handle e.g @weru
33+
34+
[params.index]
35+
picture = "/images/galogo16.png"
36+
title = "GopherAcademy Blog"
37+
subtitle = "Community Contributed Articles and Tutorials on Go"
38+
mdtext = ''' '''
39+
alertbar = true
40+
41+
[params.social]
42+
github = "gopheracademy"
43+
twitter = "gopheracademy"
44+
45+
## Main Menu
46+
[[menu.main]]
47+
name = "Series"
48+
weight = 100
49+
identifier = "series"
50+
url = "/series"
51+
[[menu.main]]
52+
name = "Tags"
53+
identifier = "tags"
54+
weight = 200
55+
url = "/tags"
56+
[[menu.main]]
57+
name = "Imprint"
58+
identifier = "imprint"
59+
weight = 200
60+
url = "/static/imprint"

content/advent-2019/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
author = ["Brian Ketelsen"]
2+
author = ["Brian Ketelsen","Erik St. Martin"]
33
date = "2019-12-01T05:26:58-05:00"
44
linktitle = "Introduction"
55
series = ["Advent 2019"]

0 commit comments

Comments
 (0)