From 35b398a0f824a6849b9e4b58733c6a9972e4a17d Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Jan 2023 09:45:32 -0300 Subject: Installed lugo --- config.toml | 62 +++++++++---------------------------------------------------- 1 file changed, 9 insertions(+), 53 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 1d6d845..a777369 100644 --- a/config.toml +++ b/config.toml @@ -1,53 +1,9 @@ -baseURL = "https://rogs.me/" -languageCode = "en-us" -title = "rogs" -theme = "archie" -staticDir = ["static"] -paginate=3 # articles per page -copyright = "© Rogs" - - -[permalinks] - posts = "/:year/:month/:title/" - -[params] - author = "Roger Gonzalez" - subtitle = "my blog, thoughts and other stuff" - avatar = "avatar.png" - mode = "dark" - - [[params.social]] - name = "fas fa-envelope" - url = "mailto:roger@rogs.me" - [[params.social]] - name = "fab fa-gitlab" - url = "https://gitlab.com/rogs" - [[params.social]] - name = "fab fa-linkedin-in" - url = "https://linkedin.com/in/rogergonzalez21" - [[params.social]] - name = "fab fa-keybase" - url = "https://keybase.io/rogs" - [[params.social]] - name = "fas fa-rss" - url = "https://rogs.me/index.xml" - -[[menu.main]] -name = "About" -url = "/" -weight = 1 - -[[menu.main]] -name = "Projects" -url = "/projects" -weight = 2 - -[[menu.main]] -name = "Blog" -url = "/posts" -weight = 3 - -[[menu.main]] -name = "Tags" -url = "/tags" -weight = 4 +baseURL = 'https://rogs.me' +languageCode = 'en-us' +title = 'rogs' +theme = 'lugo' + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true -- cgit v1.2.3