home | blog | art | now | git gpg | email | rss

pollux.codes

Files for the pollux.codes site
git clone git://pollux.codes/git/pollux.codes.git
Log | Files | Refs

hugo.toml (1244B)


      1 baseURL = 'https://pollux.codes/'
      2 languageCode = 'en-us'
      3 title = 'pollux codes'
      4 
      5 enableGitInfo = true
      6 
      7 [markup.highlight]
      8 	style = 'rrt'
      9 	lineNos = true
     10 	lineNumbersInTable = false
     11 	tabWidth = 8
     12 
     13 [taxonomies]
     14 	blogtags = 'blogtags'
     15 	arttags = 'arttags'
     16 
     17 [permalinks]
     18 	blogtags = "/blog/tags/:title"
     19 	arttags = "/art/tags/:title"
     20 
     21 [params]
     22 
     23 	buttons = [
     24 		{ file="buttons/88x31.png", url="https://eightyeightthirty.one" },
     25 		{ file="buttons/fpc.gif", url="https://www.firearmspolicy.org/" },
     26 		{ file="buttons/gnu-linux.gif", url="https://kernel.org/" },
     27 		{ file="buttons/landchad.gif", url="https://landchad.net" },
     28 		{ file="buttons/monero-now.gif", url="https://www.getmonero.org/" },
     29 		{ file="buttons/qutebrowser.gif", url="https://qutebrowser.org/" },
     30 		{ file="buttons/renard.gif", url="https://lapfox.bandcamp.com" },
     31 		{ file="buttons/tor.gif", url="https://www.torproject.org/" },
     32 		{ file="buttons/vim.gif", url="https://www.vim.org/" },
     33 		{ file="buttons/wiby.gif", url="https://wiby.me" },
     34 		{ file="buttons/burned_fur.gif" },
     35 		{ file="buttons/coffee.gif" },
     36 		{ file="buttons/hatemac.jpg" },
     37 		{ file="buttons/hatems.jpg" },
     38 		{ file="buttons/hoppean.png" },
     39 		{ file="buttons/piracy.gif" },
     40 	]
     41 
     42 [params.author]
     43 	name = 'Pollux'