|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- baseURL = "https://linuxmintpl.github.io/blog/"
- languageCode = "en-us"
- title = "Blog LinuxMint.pl"
- theme = "minimal"
- disqusShortname = "username"
- googleAnalytics = ""
- publishDir = "docs"
-
- [params]
- author = "Calin Tataru"
- description = "Personal blog theme powered by Hugo"
- githubUsername = "#"
- accent = "green"
- showBorder = true
- backgroundColor = "white"
- font = "Raleway"
- highlight = true
- highlightStyle = "solarized-dark"
- highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
-
- [[menu.main]]
- url = "/"
- name = "Home"
- weight = 1
-
- [[menu.main]]
- url = "/posts/"
- name = "Posts"
- weight = 2
-
- [[menu.main]]
- url = "/project/"
- name = "Projects"
- weight = 3
-
-
-
-
-
- [[menu.icon]]
- url = "mailto:me@example.com"
- name = "envelope-o"
- weight = 1
-
- [[menu.icon]]
- url = "https://github.com/linuxmintpl/"
- name = "github"
- weight = 2
-
- [[menu.icon]]
- url = "https://twitter.com/username/"
- name = "twitter"
- weight = 3
-
- [[menu.icon]]
- url = "https://www.linkedin.com/in/username/"
- name = "linkedin"
- weight = 4
-
- [[menu.icon]]
- url = "https://www.stackoverflow.com/username/"
- name = "stack-overflow"
- weight = 5
|