Skip to content

No CNAME for staging. #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 2, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
cleanup config
  • Loading branch information
JonRowe committed Feb 1, 2015
commit a9c7d3774a93fad4bcdff64c48372a440263a41c
10 changes: 0 additions & 10 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,13 @@
blog.layout = "blog_post"

blog.permalink = "/{year}/{month}/{title}"
# Matcher for blog source files
# blog.sources = "{year}-{month}-{day}-{title}.html"
# blog.taglink = "tags/{tag}.html"
# blog.summary_separator = /(READMORE)/
# blog.summary_length = 250
# blog.year_link = "{year}.html"
# blog.month_link = "{year}/{month}.html"
# blog.day_link = "{year}/{month}/{day}.html"
# blog.default_extension = ".markdown"

blog.tag_template = "tag.html"
blog.calendar_template = "calendar.html"

# Enable pagination
blog.paginate = true
blog.per_page = 10
# blog.page_link = "page/{num}"
end

page "/blog/feed.xml", layout: false
Expand Down