+ {{- .Title }} + {{- if .Draft }} [draft]{{- end }} +
+{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
+diff --git a/config.yml b/config.yml index 593b805..4052be5 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,6 @@ baseURL: "http://blog.morgan.kr" title: Morgan's Blog -theme: "oldtheme" +theme: "mytheme" buildDrafts: false buildFuture: false diff --git a/themes/oldtheme/assets/css/common/404.css b/themes/mytheme/assets/css/common/404.css similarity index 100% rename from themes/oldtheme/assets/css/common/404.css rename to themes/mytheme/assets/css/common/404.css diff --git a/themes/oldtheme/assets/css/common/archive.css b/themes/mytheme/assets/css/common/archive.css similarity index 100% rename from themes/oldtheme/assets/css/common/archive.css rename to themes/mytheme/assets/css/common/archive.css diff --git a/themes/oldtheme/assets/css/common/footer.css b/themes/mytheme/assets/css/common/footer.css similarity index 100% rename from themes/oldtheme/assets/css/common/footer.css rename to themes/mytheme/assets/css/common/footer.css diff --git a/themes/oldtheme/assets/css/common/header.css b/themes/mytheme/assets/css/common/header.css similarity index 100% rename from themes/oldtheme/assets/css/common/header.css rename to themes/mytheme/assets/css/common/header.css diff --git a/themes/oldtheme/assets/css/common/main.css b/themes/mytheme/assets/css/common/main.css similarity index 100% rename from themes/oldtheme/assets/css/common/main.css rename to themes/mytheme/assets/css/common/main.css diff --git a/themes/oldtheme/assets/css/common/post-entry.css b/themes/mytheme/assets/css/common/post-entry.css similarity index 98% rename from themes/oldtheme/assets/css/common/post-entry.css rename to themes/mytheme/assets/css/common/post-entry.css index 6b75407..bff01ca 100644 --- a/themes/oldtheme/assets/css/common/post-entry.css +++ b/themes/mytheme/assets/css/common/post-entry.css @@ -60,7 +60,7 @@ } .post-entry:active { - transform: scale(0.96); + transform: scale(0.99); } .tag-entry .entry-cover { diff --git a/themes/oldtheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css similarity index 100% rename from themes/oldtheme/assets/css/common/post-single.css rename to themes/mytheme/assets/css/common/post-single.css diff --git a/themes/oldtheme/assets/css/common/profile-mode.css b/themes/mytheme/assets/css/common/profile-mode.css similarity index 100% rename from themes/oldtheme/assets/css/common/profile-mode.css rename to themes/mytheme/assets/css/common/profile-mode.css diff --git a/themes/oldtheme/assets/css/common/search.css b/themes/mytheme/assets/css/common/search.css similarity index 100% rename from themes/oldtheme/assets/css/common/search.css rename to themes/mytheme/assets/css/common/search.css diff --git a/themes/oldtheme/assets/css/common/terms.css b/themes/mytheme/assets/css/common/terms.css similarity index 100% rename from themes/oldtheme/assets/css/common/terms.css rename to themes/mytheme/assets/css/common/terms.css diff --git a/themes/oldtheme/assets/css/core/license.css b/themes/mytheme/assets/css/core/license.css similarity index 100% rename from themes/oldtheme/assets/css/core/license.css rename to themes/mytheme/assets/css/core/license.css diff --git a/themes/oldtheme/assets/css/core/reset.css b/themes/mytheme/assets/css/core/reset.css similarity index 100% rename from themes/oldtheme/assets/css/core/reset.css rename to themes/mytheme/assets/css/core/reset.css diff --git a/themes/oldtheme/assets/css/core/theme-vars.css b/themes/mytheme/assets/css/core/theme-vars.css similarity index 100% rename from themes/oldtheme/assets/css/core/theme-vars.css rename to themes/mytheme/assets/css/core/theme-vars.css diff --git a/themes/oldtheme/assets/css/core/zmedia.css b/themes/mytheme/assets/css/core/zmedia.css similarity index 100% rename from themes/oldtheme/assets/css/core/zmedia.css rename to themes/mytheme/assets/css/core/zmedia.css diff --git a/themes/oldtheme/assets/css/extended/blank.css b/themes/mytheme/assets/css/extended/blank.css similarity index 100% rename from themes/oldtheme/assets/css/extended/blank.css rename to themes/mytheme/assets/css/extended/blank.css diff --git a/themes/oldtheme/assets/css/hljs/an-old-hope.min.css b/themes/mytheme/assets/css/hljs/an-old-hope.min.css similarity index 100% rename from themes/oldtheme/assets/css/hljs/an-old-hope.min.css rename to themes/mytheme/assets/css/hljs/an-old-hope.min.css diff --git a/themes/oldtheme/assets/css/includes/scroll-bar.css b/themes/mytheme/assets/css/includes/scroll-bar.css similarity index 100% rename from themes/oldtheme/assets/css/includes/scroll-bar.css rename to themes/mytheme/assets/css/includes/scroll-bar.css diff --git a/themes/mytheme/assets/css/main.css b/themes/mytheme/assets/css/main.css deleted file mode 100644 index e69de29..0000000 diff --git a/themes/oldtheme/assets/js/fastsearch.js b/themes/mytheme/assets/js/fastsearch.js similarity index 100% rename from themes/oldtheme/assets/js/fastsearch.js rename to themes/mytheme/assets/js/fastsearch.js diff --git a/themes/oldtheme/assets/js/fuse.basic.min.js b/themes/mytheme/assets/js/fuse.basic.min.js similarity index 100% rename from themes/oldtheme/assets/js/fuse.basic.min.js rename to themes/mytheme/assets/js/fuse.basic.min.js diff --git a/themes/oldtheme/assets/js/highlight.min.js b/themes/mytheme/assets/js/highlight.min.js similarity index 100% rename from themes/oldtheme/assets/js/highlight.min.js rename to themes/mytheme/assets/js/highlight.min.js diff --git a/themes/oldtheme/assets/js/license.js b/themes/mytheme/assets/js/license.js similarity index 100% rename from themes/oldtheme/assets/js/license.js rename to themes/mytheme/assets/js/license.js diff --git a/themes/mytheme/assets/js/main.js b/themes/mytheme/assets/js/main.js deleted file mode 100644 index e2aac52..0000000 --- a/themes/mytheme/assets/js/main.js +++ /dev/null @@ -1 +0,0 @@ -console.log('This site was generated by Hugo.'); diff --git a/themes/oldtheme/layouts/_default/_markup/render-image.html b/themes/mytheme/layouts/_default/_markup/render-image.html similarity index 100% rename from themes/oldtheme/layouts/_default/_markup/render-image.html rename to themes/mytheme/layouts/_default/_markup/render-image.html diff --git a/themes/oldtheme/layouts/_default/archives.html b/themes/mytheme/layouts/_default/archives.html similarity index 100% rename from themes/oldtheme/layouts/_default/archives.html rename to themes/mytheme/layouts/_default/archives.html diff --git a/themes/mytheme/layouts/_default/baseof.html b/themes/mytheme/layouts/_default/baseof.html index a8e958b..3d13f07 100644 --- a/themes/mytheme/layouts/_default/baseof.html +++ b/themes/mytheme/layouts/_default/baseof.html @@ -1,16 +1,23 @@ - + +
- {{ partial "head.html" . }} + {{- partial "head.html" . }} - -{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
+