diff --git a/exampleSite/config.toml b/exampleSite/config.toml index dfcf2d3..aef4ace 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,12 +1,12 @@ -baseurl = "/" # Your domain name. Must end with "/" -languageCode = "en-us" -title = "Introduction" +baseURL = "https://example.org/" # Your domain name. Must end with "/" +languageCode = "en-us" # languageCode +title = "Introduction" # Site title theme = "introduction" +pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html +pygmentsCodefences = true enforce_ssl = false -builddrafts = false # Include pages with draft status of true -canonifyurls = true # Turns relative urls into absolute urls -# disqusshortname = "xxx" # Enable Disqus for comments -# googleAnalytics = "xxx" +# disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments +# googleAnalytics = "" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics [params] blogHead = "Blog" # Full name shows on blog post pages @@ -23,9 +23,7 @@ canonifyurls = true # Turns relative url cacheBuster = false # Add the current unix timestamp in query string for cache busting css assets (relevant in development mode) description = "Website Description" # Max 160 characters show in search results faviconFile = "img/fav.ico" - pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html - pygmentsCodefences = true - footerText = "" # Text to show in footer (overrides default text) + footerText = "" # Text to override default footer text (markdown allowed) fadeIn = true # Turn on/off the fade-in effect customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"] @@ -48,13 +46,13 @@ canonifyurls = true # Turns relative url # Find icon names here: http://fontawesome.io/cheatsheet/ [[params.social]] - url = "https://twitter.com/" + url = "https://twitter.com/" icon = "twitter" [[params.social]] - url = "https://facebook.com/" + url = "https://facebook.com/" icon = "facebook" [[params.social]] - url = "https://linkedin.com/" + url = "https://linkedin.com/" icon = "linkedin" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 67b8b36..78dc47c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,9 +1,9 @@ diff --git a/theme.toml b/theme.toml index da35277..6679a8b 100644 --- a/theme.toml +++ b/theme.toml @@ -1,21 +1,12 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example - name = "Introduction" -license = "Creative Commons Attribution 3.0 Unported" -licenselink = "https://github.com/vickylai/hugo-theme-introduction/blob/master/LICENSE.md" +license = "GNU Affero General Public License version 3" +licenselink = "https://github.com/vickylai/hugo-theme-introduction/blob/master/LICENSE" description = "Minimal, single page, smooth scrolling theme for Hugo." homepage = "https://github.com/vickylai/hugo-theme-introduction" tags = ["clean", "simple", "minimal", "minimalist", "responsive", "single page", "syntax highlighting", "projects", "starter", "white", "dark"] -features = ["responsive", "single page"] +features = ["responsive", "blog", "portfolio"] min_version = "0.30" [author] name = "Vicky Lai" - homepage = "https://vickylai.com" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" + homepage = "https://vickylai.com" \ No newline at end of file