diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..b73a21b --- /dev/null +++ b/config.toml @@ -0,0 +1,5 @@ +[outputs] + home = ["HTML"] + +[params] + cacheControl = "no-store, no-cache, must-revalidate, max-age=0" diff --git a/hugo.toml b/hugo.toml index a3b07c6..73ed7a5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,9 @@ baseURL = 'https://tee.is-a.dev' languageCode = 'en-us' title = 'tees website' + +[outputs] + home = ["HTML"] + +[params] + cacheControl = "no-store, no-cache, must-revalidate, max-age=0" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c75a73e..c0c47bb 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,4 +1,7 @@ + + +