diff options
Diffstat (limited to '')
| -rw-r--r-- | config.toml | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 4ada3f4..97f579b 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = "en"  title = 'Matt Strapp'  theme = "hugo-coder"  enableRobotsTXT = true +enableEmoji = true  [markup]  [markup.goldmark] @@ -21,6 +22,7 @@ info = "Coming Soon since 2018"  description = "Matt Strapp's personal website"  keywords = "developer,personal"  avatarurl = "images/avatar.png" +gravatar = "matt@mattstrapp.net"  commit = "https://git.mattstrapp.net/website/tree/"  favicon_32 = "/images/favicon-32x32.png" @@ -37,6 +39,12 @@ pygmentsstyle = "pastie"  pygmentscodefences = true  pygmentscodefencesguesssyntax = true +[taxonomies] +category = "categories" +series = "series" +tag = "tags" +author = "authors" +  [[params.social]]  name = "Git repositories"  icon = "fa fa-git fa-2x"  | 
