diff --git a/.TEMP-jekyll-metadata b/.TEMP-jekyll-metadata new file mode 100644 index 0000000..dd2d6df Binary files /dev/null and b/.TEMP-jekyll-metadata differ diff --git a/maintenance.html b/404-maintenance.html similarity index 100% rename from maintenance.html rename to 404-maintenance.html diff --git a/_config.yml b/_config.yml index 06f4d3f..881c252 100644 --- a/_config.yml +++ b/_config.yml @@ -60,7 +60,7 @@ plugins: - jekyll-feed # Permalink -permalink: "casting/:title" +permalink: "blog/:title" # Compress compress_html: @@ -70,13 +70,26 @@ compress_html: defaults: - scope: - type: 'posts' + type: 'castingposts' values: - layout: post + layout: castingpost post-image: "" description: "" + posts_dir: "_castingposts" tags: - "" + + - + scope: + type: 'blogposts' + values: + layout: blogpost + post-image: "" + description: "" + posts_dir: "_blogposts" + tags: + - "" + - scope: type: 'pages' diff --git a/_includes/about.html b/_includes/about.html index fb62a55..4d2b750 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -17,8 +17,8 @@
{% assign i = 0 %}{% for tags in post.tags %}{{post.tags[i]}}{% assign i = i | plus:1 %}{% endfor %}
+ diff --git a/_includes/blogpage-heading.html b/_includes/blogpage-heading.html index 6afb715..7259881 100644 --- a/_includes/blogpage-heading.html +++ b/_includes/blogpage-heading.html @@ -2,7 +2,7 @@