File tree Expand file tree Collapse file tree 4 files changed +28
-16
lines changed
Expand file tree Collapse file tree 4 files changed +28
-16
lines changed Original file line number Diff line number Diff line change 11baseurl = " https://example.com/" # Include trailing slash
22title = " Hugo Themes"
33theme = " hugo-swift-theme"
4+ # theme = "swift"
45author = " Steve Francia"
56copyright = " Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved."
67canonifyurls = true
@@ -11,6 +12,15 @@ pygmentsCodefences = true
1112pygmentsCodefencesGuessSyntax = true
1213
1314[params ]
15+ [params .designer ]
16+ name = " Weru"
17+ url = " https://www.linkedin.com/in/dan-weru-profile/"
18+ [[params .authors ]]
19+ name = " yourName" # can be nickname # if fullName 👇🏻 isn't set, name will be displayed on author card
20+ fullName = " Your Full Name" # optional. If set, it will display on author card
21+ bio = " It's time to flex. Write a short or not-so-short summary about yourself."
22+ photo = " myPhotoFile.jpg"
23+ url = " https://myURLofChoice.domain"
1424 # ga_analytics = "" # google analytics ID e.g UA-116386578-1
1525
1626 # ga_verify = "" # google verification code e.g 5jb-rxeBfITeJQKOuUss3ud6FPGTxXkCho-ZN5qlrZg
@@ -30,3 +40,21 @@ pygmentsCodefencesGuessSyntax = true
3040# [Params.staticman.reCaptcha]
3141# siteKey = "" # Use your own site key, you need to apply for one on Google
3242# secret = "" # ENCRYPT your password by going to https://<staticman-endpoint>/v3/encrypt/<your-site-secret>
43+
44+ [menu ]
45+ [[menu .main ]]
46+ name = " About"
47+ url = " about/"
48+ weight = 2
49+ [[menu .main ]]
50+ name = " Development"
51+ url = " categories/development/"
52+ weight = 3
53+ [[menu .main ]]
54+ name = " Golang"
55+ url = " categories/golang/"
56+ weight = 4
57+ [[menu .main ]]
58+ name = " Go"
59+ url = " tags/go/"
60+ weight = 5
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments