From 0576e2c7a39ad2a20a734f25abff3b8911319684 Mon Sep 17 00:00:00 2001 From: Andriy Cherniy Date: Sat, 10 Sep 2022 22:08:04 +0300 Subject: initial commit --- config.toml.old | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 config.toml.old (limited to 'config.toml.old') diff --git a/config.toml.old b/config.toml.old new file mode 100644 index 0000000..f2d46ce --- /dev/null +++ b/config.toml.old @@ -0,0 +1,58 @@ +baseURL = 'https://quga.m0e.space/' +languageCode = 'en-us' +title = 'Qugalet' +theme = 'researcher' +disableKinds = ["taxonomy", "term"] +enableEmoji = true +math = false # enable KaTeX (https://katex.org/) globally +googleAnalytics = "" # add your tracking id + +[params] + author = "Qugalet" + description = "A simple monospaced resume theme for Hugo." + favicon = "favicon.ico" # path to a .ico to use as favicon + logo = "logo_smol.jpg" # url or path to a logo to put in the header + [params.footer] + text = "Made with <3 by Qugalet | Powered by Hugo | Theme by Olivier Roques" + url = "https://github.com/ojroques/hugo-researcher" + [params.style] # appearance options (can be omitted) + fontFamily = "Inconsolata" + pageWidth = "750px" + avatarSize = "90px" + colorBlack = "#222222" + colorRed = "#dc3545" + [[params.socialIcons]] + icon = "fab fa-twitter" + title = "Twitter" + url = "https://twitter.com/Andrmist" + [[params.socialIcons]] + icon = "fas fa-envelope" + title = "E-mail" + url = "mailto:qugalet@m0e.space" + [[params.socialIcons]] + icon = "fa-brands fa-mastodon" + title = "Fediverse" + url = "https://pl.m0e.space/qugalet" + +[permalinks] + "/" = "/:filename" + +[menu] + [[menu.main]] + name = "About" + url = "/about" + weight = 1 + # [[menu.main]] + # name = "Resume" + # url = "/resume.pdf" + # # 'pre' and 'post' hooks are available + # # here we use an icon from Bootstrap https://icons.getbootstrap.com/ + # pre = ' ' + # weight = 2 + [[menu.main]] + name = "Contact" + url = "/contact" + weight = 3 + +[markup.goldmark.renderer] + unsafe = true # allow raw HTML in markdown files -- cgit v1.3-3-ga95d