From 2c080040db73eb91ff8398013a536e0df48c6e0d Mon Sep 17 00:00:00 2001 From: koirand Date: Sun, 23 Sep 2018 23:02:15 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=AF=20Update=20exampleSite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/config.toml | 2 +- .../content/{post => blog}/creating-a-new-theme.md | 0 exampleSite/content/{post => blog}/goisforlovers.md | 0 .../content/{post => blog}/hugoisforlovers.md | 0 .../content/{post => blog}/migrate-from-jekyll.md | 0 exampleSite/{content => static}/css/custom.css | 0 exampleSite/{content => static}/img/avatar.jpg | Bin exampleSite/{content => static}/js/custom.js | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename exampleSite/content/{post => blog}/creating-a-new-theme.md (100%) rename exampleSite/content/{post => blog}/goisforlovers.md (100%) rename exampleSite/content/{post => blog}/hugoisforlovers.md (100%) rename exampleSite/content/{post => blog}/migrate-from-jekyll.md (100%) rename exampleSite/{content => static}/css/custom.css (100%) rename exampleSite/{content => static}/img/avatar.jpg (100%) rename exampleSite/{content => static}/js/custom.js (100%) 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