Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 34b3dec

Browse files
author
Barrie Hadfield
committed
blog settings
1 parent aa9c3f2 commit 34b3dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def table_of_contents(resource)
3636
# This will add a prefix to all links, template references and source paths
3737
# blog.prefix = "blog"
3838

39-
blog.paginate = true
39+
# blog.paginate = true
4040

4141
blog.permalink = "blog/{year}/{month}/{day}/{title}.html"
4242
# Matcher for blog source files
@@ -50,8 +50,8 @@ def table_of_contents(resource)
5050
# blog.day_link = "{year}/{month}/{day}.html"
5151
# blog.default_extension = ".markdown"
5252

53-
blog.tag_template = "tag.html"
54-
blog.calendar_template = "calendar.html"
53+
# blog.tag_template = "tag.html"
54+
# blog.calendar_template = "calendar.html"
5555

5656
# Enable pagination
5757
# blog.paginate = true

0 commit comments

Comments
 (0)