middleman-blog 4.0.2 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.github/workflows/ci.yml +25 -0
- data/.github/workflows/stale.yml +21 -0
- data/CHANGELOG.md +72 -60
- data/Gemfile +16 -26
- data/README.md +20 -36
- data/Rakefile +15 -19
- data/features/summary.feature +3 -6
- data/features/support/env.rb +9 -10
- data/features/support/time_steps.rb +13 -14
- data/features/tags.feature +5 -1
- data/fixtures/article-dirs-app/config-directory-indexes.rb +4 -2
- data/fixtures/article-dirs-app/config-permalink-with-dot.rb +4 -2
- data/fixtures/article-dirs-app/config.rb +4 -2
- data/fixtures/blog-sources-app/config.rb +3 -4
- data/fixtures/blog-sources-no-date-app/config.rb +3 -4
- data/fixtures/blog-sources-no-day-app/config.rb +3 -4
- data/fixtures/blog-sources-no-title-app/config.rb +2 -3
- data/fixtures/blog-sources-subdirs-app/config.rb +4 -5
- data/fixtures/calendar-and-tag-app/config-directory-indexes.rb +5 -3
- data/fixtures/calendar-and-tag-app/config.rb +6 -4
- data/fixtures/calendar-app/config-directory-indexes.rb +6 -6
- data/fixtures/calendar-app/config-only-year.rb +8 -8
- data/fixtures/calendar-app/config.rb +6 -6
- data/fixtures/calendar-multiblog-app/config.rb +14 -12
- data/fixtures/custom-article-template-app/config.rb +2 -0
- data/fixtures/custom-collections-app/config-blog-prefix.rb +9 -7
- data/fixtures/custom-collections-app/config-directory-indexes.rb +8 -6
- data/fixtures/custom-collections-app/config.rb +8 -6
- data/fixtures/custom-collections-multiblog-app/config.rb +16 -14
- data/fixtures/custom-collections-sources-app/config.rb +7 -5
- data/fixtures/custom-permalinks-app/config-directory-indexes.rb +5 -3
- data/fixtures/custom-permalinks-app/config.rb +5 -3
- data/fixtures/filename-date-app/config.rb +3 -1
- data/fixtures/future-date-app/config.rb +4 -2
- data/fixtures/indexes-app/config.rb +4 -2
- data/fixtures/lang-path-app/config.rb +4 -2
- data/fixtures/language-app/config.rb +3 -1
- data/fixtures/layouts-app/config.rb +3 -1
- data/fixtures/paginate-app/config-directory-indexes.rb +13 -13
- data/fixtures/paginate-app/config-paginate-off.rb +13 -13
- data/fixtures/paginate-app/config.rb +13 -13
- data/fixtures/paginate-multiblog-app/config.rb +15 -13
- data/fixtures/permalink-app/config.rb +4 -5
- data/fixtures/preview-app/config.rb +4 -2
- data/fixtures/published-app/config.rb +4 -2
- data/fixtures/summary-app/config.rb +2 -0
- data/fixtures/tags-app/config-directory-indexes.rb +7 -5
- data/fixtures/tags-app/config-filters.rb +2 -0
- data/fixtures/tags-app/config-no-tags.rb +2 -0
- data/fixtures/tags-app/config.rb +7 -5
- data/fixtures/tags-app/source/blog/2011-01-01-new-article.html.markdown +1 -1
- data/fixtures/tags-app/source/blog/2011-01-02-another-article.html.markdown +1 -0
- data/fixtures/tags-multiblog-app/config.rb +12 -10
- data/fixtures/time-zone-app/config.rb +2 -0
- data/lib/middleman-blog/blog_article.rb +20 -41
- data/lib/middleman-blog/blog_data.rb +22 -33
- data/lib/middleman-blog/calendar_pages.rb +16 -20
- data/lib/middleman-blog/commands/article.rb +54 -61
- data/lib/middleman-blog/commands/article.tt +2 -2
- data/lib/middleman-blog/custom_pages.rb +10 -9
- data/lib/middleman-blog/extension.rb +22 -19
- data/lib/middleman-blog/helpers.rb +18 -25
- data/lib/middleman-blog/paginator.rb +8 -5
- data/lib/middleman-blog/tag_pages.rb +13 -23
- data/lib/middleman-blog/truncate_html.rb +14 -11
- data/lib/middleman-blog/uri_templates.rb +37 -17
- data/lib/middleman-blog/version.rb +3 -3
- data/lib/middleman-blog.rb +7 -7
- data/lib/middleman_extension.rb +3 -1
- data/middleman-blog.gemspec +16 -23
- data/spec/spec_helper.rb +3 -4
- data/spec/uri_templates_spec.rb +24 -29
- metadata +15 -37
- data/.travis.yml +0 -38
- data/fixtures/default-template-app/Gemfile +0 -6
- data/fixtures/default-template-app/config.rb +0 -35
- data/fixtures/default-template-app/source/2013-04-01-new-article.html.markdown +0 -25
- data/fixtures/default-template-app/source/about-me.html.erb +0 -0
- data/fixtures/default-template-app/source/archives.html.erb +0 -10
- data/fixtures/default-template-app/source/index.html.erb +0 -11
- data/fixtures/default-template-app/source/javascripts/_zepto.pjax.js +0 -744
- data/fixtures/default-template-app/source/javascripts/app.js +0 -11
- data/fixtures/default-template-app/source/javascripts/modernizr.js +0 -1
- data/fixtures/default-template-app/source/layouts/layout.erb +0 -62
- data/fixtures/default-template-app/source/stylesheets/app.css.scss +0 -109
- /data/{CONTRIBUTING.md → .github/CONTRIBUTING.md} +0 -0
- /data/{ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md} +0 -0
@@ -1,8 +1,10 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
Time.zone = 'Pacific Time (US & Canada)'
|
2
4
|
|
3
5
|
activate :blog do |blog|
|
4
|
-
blog.sources =
|
5
|
-
blog.permalink =
|
6
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
7
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
6
8
|
blog.calendar_template = 'calendar.html'
|
7
9
|
end
|
8
10
|
|
@@ -1,7 +1,9 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
Time.zone = 'Pacific Time (US & Canada)'
|
2
4
|
|
3
5
|
activate :blog do |blog|
|
4
|
-
blog.sources =
|
5
|
-
blog.permalink =
|
6
|
-
blog.calendar_template = blog.tag_template =
|
6
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
7
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
8
|
+
blog.calendar_template = blog.tag_template = 'archive.html'
|
7
9
|
end
|
@@ -1,11 +1,11 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
blog.sources = "blog/:year-:month-:day-:title.html"
|
6
|
-
blog.permalink = "blog/:year-:month-:day-:title.html"
|
7
|
-
blog.calendar_template = 'calendar.html'
|
3
|
+
Time.zone = 'Pacific Time (US & Canada)'
|
8
4
|
|
5
|
+
activate :blog do |blog|
|
6
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
7
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
8
|
+
blog.calendar_template = 'calendar.html'
|
9
9
|
end
|
10
10
|
|
11
11
|
activate :directory_indexes
|
@@ -1,11 +1,11 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
blog.sources = "blog/:year-:month-:day-:title.html"
|
6
|
-
blog.permalink = "blog/:year-:month-:day-:title.html"
|
7
|
-
blog.calendar_template = 'calendar.html'
|
8
|
-
blog.generate_month_pages = false
|
9
|
-
blog.generate_day_pages = false
|
3
|
+
Time.zone = 'Pacific Time (US & Canada)'
|
10
4
|
|
5
|
+
activate :blog do |blog|
|
6
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
7
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
8
|
+
blog.calendar_template = 'calendar.html'
|
9
|
+
blog.generate_month_pages = false
|
10
|
+
blog.generate_day_pages = false
|
11
11
|
end
|
@@ -1,9 +1,9 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
blog.sources = "blog/:year-:month-:day-:title.html"
|
6
|
-
blog.permalink = "blog/:year-:month-:day-:title.html"
|
7
|
-
blog.calendar_template = 'calendar.html'
|
3
|
+
Time.zone = 'Pacific Time (US & Canada)'
|
8
4
|
|
5
|
+
activate :blog do |blog|
|
6
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
7
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
8
|
+
blog.calendar_template = 'calendar.html'
|
9
9
|
end
|
@@ -1,17 +1,19 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
Time.zone = 'Pacific Time (US & Canada)'
|
2
4
|
|
3
5
|
activate :blog do |blog|
|
4
|
-
blog.name =
|
5
|
-
blog.prefix =
|
6
|
-
blog.sources =
|
7
|
-
blog.permalink =
|
8
|
-
blog.calendar_template =
|
6
|
+
blog.name = 'blog_name_1'
|
7
|
+
blog.prefix = 'blog1'
|
8
|
+
blog.sources = ':year-:month-:day-:title.html'
|
9
|
+
blog.permalink = ':year-:month-:day-:title.html'
|
10
|
+
blog.calendar_template = 'calendar1.html'
|
9
11
|
end
|
10
12
|
|
11
13
|
activate :blog do |blog|
|
12
|
-
blog.name =
|
13
|
-
blog.prefix =
|
14
|
-
blog.sources =
|
15
|
-
blog.permalink =
|
16
|
-
blog.calendar_template =
|
17
|
-
end
|
14
|
+
blog.name = 'blog_name_2'
|
15
|
+
blog.prefix = 'blog2'
|
16
|
+
blog.sources = ':year-:month-:day-:title.html'
|
17
|
+
blog.permalink = ':year-:month-:day-:title.html'
|
18
|
+
blog.calendar_template = 'calendar2.html'
|
19
|
+
end
|
@@ -1,13 +1,15 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'middleman-blog'
|
2
4
|
activate :blog do |blog|
|
3
|
-
blog.prefix =
|
4
|
-
blog.sources =
|
5
|
-
blog.permalink =
|
5
|
+
blog.prefix = 'blog/'
|
6
|
+
blog.sources = ':year-:month-:day-:title.html'
|
7
|
+
blog.permalink = ':year-:month-:day-:title.html'
|
6
8
|
|
7
9
|
blog.custom_collections = {
|
8
|
-
:
|
9
|
-
:
|
10
|
-
:
|
10
|
+
category: {
|
11
|
+
link: '/categories/:category.html',
|
12
|
+
template: '/category.html'
|
11
13
|
}
|
12
14
|
}
|
13
15
|
end
|
@@ -1,11 +1,13 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'middleman-blog'
|
2
4
|
activate :blog do |blog|
|
3
|
-
blog.sources =
|
4
|
-
blog.permalink =
|
5
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
6
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
5
7
|
blog.custom_collections = {
|
6
|
-
:
|
7
|
-
:
|
8
|
-
:
|
8
|
+
category: {
|
9
|
+
link: '/categories/:category.html',
|
10
|
+
template: '/category.html'
|
9
11
|
}
|
10
12
|
}
|
11
13
|
end
|
@@ -1,12 +1,14 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'middleman-blog'
|
2
4
|
activate :blog do |blog|
|
3
|
-
blog.sources =
|
4
|
-
blog.permalink =
|
5
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
6
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
5
7
|
|
6
8
|
blog.custom_collections = {
|
7
|
-
:
|
8
|
-
:
|
9
|
-
:
|
9
|
+
category: {
|
10
|
+
link: '/categories/:category.html',
|
11
|
+
template: '/category.html'
|
10
12
|
}
|
11
13
|
}
|
12
14
|
end
|
@@ -1,27 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
activate :blog do |blog|
|
2
|
-
blog.name =
|
3
|
-
blog.prefix =
|
4
|
-
blog.sources =
|
5
|
-
blog.permalink =
|
4
|
+
blog.name = 'blog_name_1'
|
5
|
+
blog.prefix = 'blog1'
|
6
|
+
blog.sources = ':year-:month-:day-:title.html'
|
7
|
+
blog.permalink = ':year-:month-:day-:title.html'
|
6
8
|
|
7
9
|
blog.custom_collections = {
|
8
|
-
:
|
9
|
-
:
|
10
|
-
:
|
10
|
+
category: {
|
11
|
+
link: 'categories/:category.html',
|
12
|
+
template: 'category1.html'
|
11
13
|
}
|
12
14
|
}
|
13
15
|
end
|
14
16
|
|
15
17
|
activate :blog do |blog|
|
16
|
-
blog.name =
|
17
|
-
blog.prefix =
|
18
|
-
blog.sources =
|
19
|
-
blog.permalink =
|
18
|
+
blog.name = 'blog_name_2'
|
19
|
+
blog.prefix = 'blog2'
|
20
|
+
blog.sources = ':year-:month-:day-:title.html'
|
21
|
+
blog.permalink = ':year-:month-:day-:title.html'
|
20
22
|
|
21
23
|
blog.custom_collections = {
|
22
|
-
:
|
23
|
-
:
|
24
|
-
:
|
24
|
+
category: {
|
25
|
+
link: 'categories/:category.html',
|
26
|
+
template: 'category2.html'
|
25
27
|
}
|
26
28
|
}
|
27
29
|
end
|
@@ -1,11 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
activate :blog do |blog|
|
2
|
-
blog.sources =
|
3
|
-
blog.permalink =
|
4
|
+
blog.sources = ':category/:year-:month-:day-:title.html'
|
5
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
4
6
|
|
5
7
|
blog.custom_collections = {
|
6
|
-
:
|
7
|
-
:
|
8
|
-
:
|
8
|
+
category: {
|
9
|
+
link: '/categories/:category.html',
|
10
|
+
template: '/category.html'
|
9
11
|
}
|
10
12
|
}
|
11
13
|
end
|
@@ -1,7 +1,9 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'middleman-blog'
|
2
4
|
activate :blog do |blog|
|
3
|
-
blog.sources =
|
4
|
-
blog.permalink =
|
5
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
6
|
+
blog.permalink = 'blog/:category/:title.html'
|
5
7
|
end
|
6
8
|
|
7
9
|
activate :directory_indexes
|
@@ -1,5 +1,7 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'middleman-blog'
|
2
4
|
activate :blog do |blog|
|
3
|
-
blog.sources =
|
4
|
-
blog.permalink =
|
5
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
6
|
+
blog.permalink = 'blog/:category/:title.html'
|
5
7
|
end
|
@@ -1,6 +1,8 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
activate :i18n
|
2
4
|
|
3
5
|
activate :blog do |blog|
|
4
|
-
blog.sources =
|
5
|
-
blog.permalink =
|
6
|
+
blog.sources = 'blog/{year}-{month}-{day}-{title}.{lang}.html'
|
7
|
+
blog.permalink = '{lang}/{title}.html'
|
6
8
|
end
|
@@ -1,19 +1,19 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
3
|
+
activate :blog do |blog|
|
4
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
5
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
6
|
+
blog.calendar_template = 'calendar.html'
|
7
|
+
blog.tag_template = 'tag.html'
|
8
|
+
blog.paginate = true
|
9
|
+
blog.per_page = 5
|
9
10
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
}
|
11
|
+
blog.custom_collections = {
|
12
|
+
category: {
|
13
|
+
link: '/categories/:category.html',
|
14
|
+
template: '/category.html'
|
15
15
|
}
|
16
|
-
|
16
|
+
}
|
17
17
|
end
|
18
18
|
|
19
19
|
activate :directory_indexes
|
@@ -1,17 +1,17 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
3
|
+
activate :blog do |blog|
|
4
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
5
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
6
|
+
blog.calendar_template = 'calendar.html'
|
7
|
+
blog.tag_template = 'tag.html'
|
8
|
+
# blog.paginate = true
|
9
|
+
blog.per_page = 5
|
9
10
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
}
|
11
|
+
blog.custom_collections = {
|
12
|
+
category: {
|
13
|
+
link: '/categories/:category.html',
|
14
|
+
template: '/category.html'
|
15
15
|
}
|
16
|
-
|
16
|
+
}
|
17
17
|
end
|
@@ -1,18 +1,18 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
3
|
+
activate :blog do |blog|
|
4
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
5
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
6
|
+
blog.calendar_template = 'calendar.html'
|
7
|
+
blog.tag_template = 'tag.html'
|
8
|
+
blog.paginate = true
|
9
|
+
blog.per_page = 5
|
9
10
|
|
10
|
-
|
11
|
+
blog.custom_collections = {
|
11
12
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
}
|
13
|
+
category: {
|
14
|
+
link: '/categories/:category.html',
|
15
|
+
template: '/category.html'
|
16
16
|
}
|
17
|
-
|
17
|
+
}
|
18
18
|
end
|
@@ -1,8 +1,10 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
activate :blog do |blog|
|
2
|
-
blog.name =
|
3
|
-
blog.prefix =
|
4
|
-
blog.sources =
|
5
|
-
blog.permalink =
|
4
|
+
blog.name = 'blog_name_1'
|
5
|
+
blog.prefix = 'blog1'
|
6
|
+
blog.sources = ':year-:month-:day-:title.html'
|
7
|
+
blog.permalink = ':year-:month-:day-:title.html'
|
6
8
|
blog.calendar_template = 'calendar1.html'
|
7
9
|
blog.tag_template = 'tag1.html'
|
8
10
|
blog.paginate = true
|
@@ -10,10 +12,10 @@ activate :blog do |blog|
|
|
10
12
|
end
|
11
13
|
|
12
14
|
activate :blog do |blog2|
|
13
|
-
blog2.name =
|
14
|
-
blog2.prefix =
|
15
|
-
blog2.sources =
|
16
|
-
blog2.permalink =
|
15
|
+
blog2.name = 'blog_name_2'
|
16
|
+
blog2.prefix = 'blog2'
|
17
|
+
blog2.sources = ':year-:month-:day-:title.html'
|
18
|
+
blog2.permalink = ':year-:month-:day-:title.html'
|
17
19
|
blog2.calendar_template = 'calendar2.html'
|
18
20
|
blog2.tag_template = 'tag2.html'
|
19
21
|
blog2.paginate = true
|
@@ -21,11 +23,11 @@ activate :blog do |blog2|
|
|
21
23
|
end
|
22
24
|
|
23
25
|
activate :blog do |blog3|
|
24
|
-
blog3.name =
|
25
|
-
blog3.prefix =
|
26
|
-
blog3.sources =
|
27
|
-
blog3.permalink =
|
26
|
+
blog3.name = 'blog_name_3'
|
27
|
+
blog3.prefix = 'blog3'
|
28
|
+
blog3.sources = ':year-:month-:day-:title.html'
|
29
|
+
blog3.permalink = ':year-:month-:day-:title.html'
|
28
30
|
blog3.calendar_template = 'calendar3.html'
|
29
31
|
blog3.tag_template = 'tag3.html'
|
30
32
|
blog3.paginate = false
|
31
|
-
end
|
33
|
+
end
|
@@ -1,7 +1,6 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
|
2
|
-
activate :blog do |
|
3
|
-
|
4
|
-
|
5
|
-
blog.permalink = ":category/:custom-:year-:month-:day-:title.html"
|
6
|
-
|
3
|
+
activate :blog do |blog|
|
4
|
+
blog.sources = ':category/:year-:month-:day-:title.html'
|
5
|
+
blog.permalink = ':category/:custom-:year-:month-:day-:title.html'
|
7
6
|
end
|
@@ -1,9 +1,11 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
blog.
|
3
|
+
require 'middleman-blog'
|
4
|
+
|
5
|
+
activate :blog do |blog|
|
6
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
7
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
8
|
+
blog.tag_template = '/tag.html'
|
7
9
|
end
|
8
10
|
|
9
11
|
activate :directory_indexes
|
data/fixtures/tags-app/config.rb
CHANGED
@@ -1,7 +1,9 @@
|
|
1
|
-
|
1
|
+
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
blog.
|
3
|
+
require 'middleman-blog'
|
4
|
+
|
5
|
+
activate :blog do |blog|
|
6
|
+
blog.sources = 'blog/:year-:month-:day-:title.html'
|
7
|
+
blog.permalink = 'blog/:year-:month-:day-:title.html'
|
8
|
+
blog.tag_template = '/tag.html'
|
7
9
|
end
|