diff --git a/.gitignore b/.gitignore index cd5dbd2..ffe09a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _gen/ public/ +.hugo_build.lock diff --git a/config.toml b/config.toml index d75785f..4954921 100644 --- a/config.toml +++ b/config.toml @@ -19,13 +19,12 @@ enableGitInfo = true description = "Eric Liu's personal website" keywords = "blog,developer,personal" avatarurl = "images/gravatar.png" - footerContent = "Enter a text here." hideFooter = false hideCredits = true hideCopyright = false since = 2016 rtl= false - + commit="https://git.ericxliu.me/eric/ericxliu-me/commit" colorscheme = "auto" hideColorSchemeToggle = false diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..bde6433 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,22 @@ +{{ if not .Site.Params.hideFooter | default false }} + +{{ end }}