commit a1c25beab4c94604464a981075f10f5be1419c6f Author: Ryan Watters Date: Fri Dec 9 13:28:03 2016 -0600 Create first commit of new concept hugoDocs diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d9cc791d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +themes/theme-starter/pipeline/node_modules \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 000000000..5b5347234 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +## Hugo Theme Starter + diff --git a/config.toml b/config.toml new file mode 100644 index 000000000..d41ec74dd --- /dev/null +++ b/config.toml @@ -0,0 +1,90 @@ +archetypedir = "archetypes" +baseurl = "" +buildDrafts = false +buildFuture = false +canonifyurls = true +# Pointing to this file +config = "config.toml" +contentdir = "content" +copyright = "" +# Set to true is you don't want livereload in local development +disableLiveReload= false +# Set to false if you want rss xml files auto-generated +disableRSS = false +# Set to false if you want a sitemap.xml created at the site root +disableSitemap = false +# Set the unicode character used for the "return" link in page footnotes. +footnotereturnlinkcontents = "↩" +# Create an array of files you don't want hugo to build +ignoreFiles = [] +languageCode = "en-us" +# Point the generator to the folder used for layouts and templating +layoutDir = "layouts" +# Enable Logging +log = true +# Log Filepath (if set, logging enabled automatically) +logFil = "" +# This accepts yaml, toml, or json +metaDataFormat = "yaml" +# This intelligently adds an "s" to the titles of list pages +pluralizelisttitles = false +preserveTaxonomyNames = true +# This sets the title of the directory where hugo builds and pushes the final site when running "Hugo" (ie, without "server") +publishdir = "public" +pygmentsUseClasses = true +relativeURLs = true +source = "" +# This is the top-level, global site title +title = "" +# Change this once you've created your theme +theme = "theme-starter" +# Set to true to convert mysite/section/ to mysite/section.html +uglyURLs = false +verbose = false +verboseLog = false +# Setting this to false will keep hugo from watching for changes during local development +watch = true + +[permalinks] + singles = "/:title/" + +#CUSTOM PARAMS +[params] + sitesubtitle = "" + organizationname = "" + copyrightline = "" + sitedescription = "" + # Add GA Tracking Code Here. This leverages a built-in (ie, "internal") partial from HUGO: https://gohugo.io/extras/analytics#configuring-google-analytics + googleanalyticstrackingcode = "" + ## Critical Render Path. If true, site style will be embedded in a