From d7da16ecfa5cadb643df78694db44963ba665cbe Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 8 Feb 2023 16:19:28 -0800 Subject: init --- config.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100755 index 0000000..227db8f --- /dev/null +++ b/config.toml @@ -0,0 +1,29 @@ +baseURL = "/" +title = "shubh's website" +pygmentsstyle = "friendly" +pygmentscodefences = true +pygmentsUseClasses=true +pygmentscodefencesguesssyntax = true +disableHugoGeneratorInject = true + +[params] +mode="light" +subtitle = "Hello! I am a Computer Science student at SFU. This website is a collection of my random postings, nerdy computer stuff, mostly about linux and security." +note = "**Note**: The views here are my own and do not reflect those of my employer - past, current, or future." +copyright = "© 2023 | Made using [hugo](https://gohugo.io/)" +favicon = "/favicon.ico" + +[[menu.main]] +name = "home" +url = "/" +weight = 1 + +[[menu.main]] +name = "posts" +url = "/posts" +weight = 2 + +[[menu.main]] +name = "about" +url = "/about" +weight = 3 -- cgit v1.2.3