diff --git a/archetypes/blog.md b/archetypes/blog.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/blog.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml index 1fa969b..2c570fb 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,10 @@ title = "iGor milhit" theme = "portfoliGor" enableGitInfo = true +[permalinks] + posts = ":slug" + blog = ":slug" + [params] diff --git a/content/posts/phil.md b/content/blog/phil.md similarity index 100% rename from content/posts/phil.md rename to content/blog/phil.md diff --git a/themes/portfoliGor b/themes/portfoliGor index 35f7363..498a724 160000 --- a/themes/portfoliGor +++ b/themes/portfoliGor @@ -1 +1 @@ -Subproject commit 35f736369414cf2325d8d56fb486ea6b2aaa1748 +Subproject commit 498a724195695c837eb31d612df0d0365a9a6e1b