mirror of https://github.com/luizdepra/hugo-coder.git

Khosrow Moossavi
14.51.2018 9a070c238083e03ebbe799f6eb958381531fbbc8
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
baseurl = "http://www.example.com"
title = "johndoe"
 
theme = "coder"
 
languagecode = "en"
 
paginate = 20
canonifyurls = true
 
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
 
disqusShortname = "yourdiscussshortname"
 
[params]
    author = "John Doe"
    description = "John Doe's personal website"
    keywords = "blog,developer,personal"
    info = "Full Stack DevOps and Magician"
 
    hideCredits = false
    hideCopyright = false
 
    # Custom CSS
    custom_css = []
 
[[params.social]]
    name = "Github"
    weight = 1
    url = "https://github.com/johndoe/"
[[params.social]]
    name = "Twitter"
    weight = 2
    url = "https://twitter.com/johndoe/"
[[params.social]]
    name = "LinkedIn"
    weight = 3
    url = "https://www.linkedin.com/in/johndoe/"
 
[[menu.main]]
    name = "Blog"
    weight = 1
    url  = "/posts/"
[[menu.main]]
    name = "About"
    weight = 2
    url = "/about/"