Update theme & switch to go modules

This commit is contained in:
Salar Rahmanian 2022-10-11 19:11:55 -07:00
parent df2656ae6c
commit f2921ff3b6
10 changed files with 53 additions and 7 deletions

View file

@ -3,7 +3,7 @@ title = "Salar Rahmanian"
author = "Salar Rahmanian"
enableRobotsTXT = true
enableEmoji = true
theme = "hugo-clarity"
# theme = "hugo-clarity"
paginate = 10
[markup]
@ -89,3 +89,6 @@ gzip = false
[[deployment.matchers]]
pattern = "^.+\\.(html|xml|json)$"
gzip = true
[[module.imports]]
path = "github.com/softinio/hugo-clarity"