diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 38d6c04..8b189b9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,7 +21,7 @@ pygmentsUseClasses = true [[params.nav]] name = "Blog" - url = "/post/" + url = "/blog/" [[params.nav]] name = "Twitter" diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/blog/creating-a-new-theme.md similarity index 100% rename from exampleSite/content/post/creating-a-new-theme.md rename to exampleSite/content/blog/creating-a-new-theme.md diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/blog/goisforlovers.md similarity index 100% rename from exampleSite/content/post/goisforlovers.md rename to exampleSite/content/blog/goisforlovers.md diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/blog/hugoisforlovers.md similarity index 100% rename from exampleSite/content/post/hugoisforlovers.md rename to exampleSite/content/blog/hugoisforlovers.md diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/blog/migrate-from-jekyll.md similarity index 100% rename from exampleSite/content/post/migrate-from-jekyll.md rename to exampleSite/content/blog/migrate-from-jekyll.md diff --git a/exampleSite/content/css/custom.css b/exampleSite/static/css/custom.css similarity index 100% rename from exampleSite/content/css/custom.css rename to exampleSite/static/css/custom.css diff --git a/exampleSite/content/img/avatar.jpg b/exampleSite/static/img/avatar.jpg similarity index 100% rename from exampleSite/content/img/avatar.jpg rename to exampleSite/static/img/avatar.jpg diff --git a/exampleSite/content/js/custom.js b/exampleSite/static/js/custom.js similarity index 100% rename from exampleSite/content/js/custom.js rename to exampleSite/static/js/custom.js