pollux.codes

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

hugo.toml (869B)


      1 baseURL = 'https://pollux.codes/'
      2 languageCode = 'en-us'
      3 title = 'pollux codes'
      4 
      5 [taxonomies]
      6 	blogtags = 'blogtags'
      7 	arttags = 'arttags'
      8 
      9 [permalinks]
     10 	blogtags = "/blog/tags/:title"
     11 	arttags = "/art/tags/:title"
     12 
     13 [params]
     14 
     15 	buttons = [
     16 		{ file="buttons/landchad.gif", url="https://landchad.net" },
     17 		{ file="buttons/wiby.gif", url="https://wiby.me" },
     18 		{ file="buttons/renard.gif", url="https://lapfox.bandcamp.com" },
     19 		{ file="buttons/88x31.png", url="https://eightyeightthirty.one" },
     20 		{ file="buttons/gnu-linux.gif" },
     21 		{ file="buttons/nvim.gif" },
     22 		{ file="buttons/tor.gif" },
     23 		{ file="buttons/hoppean.png" },
     24 		{ file="buttons/burned_fur.gif" },
     25 		{ file="buttons/monero-now.gif" },
     26 		{ file="buttons/piracy.gif" },
     27 		{ file="buttons/hatems.jpg" },
     28 		{ file="buttons/hatemac.jpg" },
     29 		{ file="buttons/coffee.gif" }
     30 	]
     31 
     32   [params.author]
     33 		name = 'Pollux'