diff --git a/config.toml b/config.toml index 39c0361..e6092a4 100644 --- a/config.toml +++ b/config.toml @@ -1,16 +1,17 @@ title = "Eric's Personal Page" - theme = "hugo-coder" - languageCode = "en" defaultcontentlanguage = "en" - paginate = 20 -canonifyurls = true +#canonifyurls = true -pygmentsstyle = "b2" +pygmentsstyle = "bw" pygmentscodefences = true pygmentscodefencesguesssyntax = true +enableEmoji = true +enableTwemoji = true +enableGitInfo = true + [params] # theme parameters author = "Eric Liu" @@ -18,21 +19,19 @@ pygmentscodefencesguesssyntax = true description = "Eric Liu's personal website" keywords = "blog,developer,personal" avatarurl = "images/gravatar.png" - - # wether you want to hide copyright and credits in the footer + footerContent = "Enter a text here." + hideFooter = false hideCredits = true hideCopyright = false - + since = 2016 rtl= false - colorscheme = "light" + colorscheme = "auto" + hideColorSchemeToggle = false # Series see also post count maxSeeAlsoItems = 5 - # Enable Twemoji - enableTwemoji = true - # Custom CSS custom_css = []