diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 054aa78..df0ccac 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,14 +1,15 @@ -baseurl = "https://you.github.io/" -builddrafts = false +baseurl = "your-base-url" +theme = "cocoa-eh-hugo-theme" +builddrafts = true canonifyurls = true contentdir = "content" languageCode = "en-US" layoutdir = "layouts" publishdir = "public" -author = "Arthur Dent" -title = "Arthur Dent" +author = "" +title = "Cocoa-EH" pygmentsuseclasses = true -disqusshortname = "cocoaexamplesite" # Comment out to disable Disqus. +disqusshortname = "" pluralizelisttitles = false [permalinks] @@ -16,22 +17,16 @@ fixed = ":title/" blog = "blog/:slug/" [params] -author = "Arthur Dent" -# gravatar = "" # do not use in the same time as Avatar -# avatar = "" # path to image in static dir e.g img/avatar.png (do not use in the same time as Gravatar) -# cachebuster = false # FIXME: See issue #32. +author = "" +cachebuster = true dateform = "Jan 2, 2006" dateformfull = "Mon Jan 2 2006 15:04:05 MST" -description = "Don't panic" -email = "you@example.space" -faviconfile = "img/leaf.ico" -gatracker = "XYZ" -github = "//github.com/you" +description = "" +logofile = "images/logo.png" +faviconfile = "images/logo.png" highlightjs = true -# highlightjslanguages = ["go"] # additional languages not included in the "common" set -initials = "ad" # Displayed on single post page; DEPRECATED in v0.3.0. lang = "en" -linkedin = "//linkedin.com/in/you" -twitter = "//twitter.com/you" - -extracssfiles = [ "/css/override.css" ] # In your `static/css`, add/remove files as necessary. +github = "" +email = "" +linkedin = "" +twitter = "" \ No newline at end of file diff --git a/exampleSite/content/about-this-site.html b/exampleSite/content/about-this-site.html deleted file mode 100644 index 72a1331..0000000 --- a/exampleSite/content/about-this-site.html +++ /dev/null @@ -1,8 +0,0 @@ - - -
- - - - - diff --git a/exampleSite/content/fixed/colophon.md b/exampleSite/content/fixed/colophon.md deleted file mode 100644 index c68cde4..0000000 --- a/exampleSite/content/fixed/colophon.md +++ /dev/null @@ -1,15 +0,0 @@ -+++ -date = "2015-08-22T06:28:26-07:00" -draft = false -title = "colophon" -heading = "About This Site" - -+++ - -This website is a personal homepage. - -The site is built with Hugo—a static site generator made with Go. The website [source code](/) is available on GitHub. It uses the cocoa theme. The posts are written in Markdown. - -The primary font face is Open Sans and the monospace font face is Ubuntu Mono. The social icons are from the Ionicons font set. CSS classes for code syntax highlighting are inserted during compile-time by Hugo using Pygments. - -If you find errors, [please let me know](/). diff --git a/exampleSite/content/fixed/code.md b/exampleSite/content/fixed/projects.md similarity index 98% rename from exampleSite/content/fixed/code.md rename to exampleSite/content/fixed/projects.md index a81a4e9..c23d02e 100644 --- a/exampleSite/content/fixed/code.md +++ b/exampleSite/content/fixed/projects.md @@ -1,7 +1,7 @@ +++ date = "2015-08-19T20:29:37-07:00" draft = false -title = "Code" +title = "Projects" +++ diff --git a/exampleSite/content/posts.html b/exampleSite/content/posts.html deleted file mode 100644 index 587b817..0000000 --- a/exampleSite/content/posts.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/exampleSite/content/writing.html b/exampleSite/content/writing.html deleted file mode 100644 index f6d1240..0000000 --- a/exampleSite/content/writing.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/exampleSite/static/css/.gitkeep b/exampleSite/static/css/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/exampleSite/static/css/override.css b/exampleSite/static/css/override.css deleted file mode 100644 index 66e0989..0000000 --- a/exampleSite/static/css/override.css +++ /dev/null @@ -1 +0,0 @@ -/* override css styles of the main theme here */ diff --git a/exampleSite/static/img/leaf.ico b/exampleSite/static/img/leaf.ico deleted file mode 100644 index f16a581..0000000 Binary files a/exampleSite/static/img/leaf.ico and /dev/null differ diff --git a/exampleSite/static/img/logo.png b/exampleSite/static/img/logo.png new file mode 100644 index 0000000..57bfc13 Binary files /dev/null and b/exampleSite/static/img/logo.png differ