diff --git a/config.toml b/config.toml index 402aea3..618ca67 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,10 @@ -baseurl = "https://ericxliu.me" -languageCode = "en" title = "Eric's Personal Page" +theme = "hugo-coder" + +languageCode = "en" +defaultcontentlanguage = "en" + paginate = 20 canonifyurls = true @@ -19,11 +22,17 @@ pygmentscodefencesguesssyntax = true # wether you want to hide copyright and credits in the footer hideCredits = true hideCopyright = false + + rtl= false + + custom_css = [] + + # Social links [[params.social]] name = "Git" - icon = "fab fa-github" + icon = "fab fa-git" weight = 1 url = "https://git.ericxliu.me/eric" [[params.social]] @@ -33,19 +42,22 @@ pygmentscodefencesguesssyntax = true url = "https://www.linkedin.com/in/eric-liu-46648b93/" # Menu links -[[menu.main]] - name = "PLEX" - weight = 2 - url = "https://plex.ericxliu.me" -[[menu.main]] - name = "CONSOLE" - weight = 4 - url = "https://console.ericxliu.me" -[[menu.main]] - name = "NOTEBOOK" - weight = 5 - url = "https://notebook.ericxliu.me" -[[menu.main]] - name = "RSTUDIO" - weight = 6 - url = "https://r.ericxliu.me" +[languages] + [languages.en] + languagename = "English" + [[languages.en.menu.main]] + name = "Plex" + weight = 2 + url = "https://plex.ericxliu.me" + [[languages.en.menu.main]] + name = "Console" + weight = 4 + url = "https://console.ericxliu.me" + [[languages.en.menu.main]] + name = "Notebook" + weight = 5 + url = "https://notebook.ericxliu.me" + [[languages.en.menu.main]] + name = "Rstudio" + weight = 6 + url = "https://r.ericxliu.me"