init
This commit is contained in:
commit
c93aeb1a16
47 changed files with 10312 additions and 0 deletions
8
app/config/sculpin_kernel.yml
Normal file
8
app/config/sculpin_kernel.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sculpin_content_types:
|
||||
posts:
|
||||
permalink: blog/:year/:month/:day/:filename/
|
||||
|
||||
# To disable posts (e.g., if you aren't planning on having any posts and Sculpin's watch mode complains):
|
||||
#sculpin_content_types:
|
||||
# posts:
|
||||
# enabled: false
|
9
app/config/sculpin_site.yml
Normal file
9
app/config/sculpin_site.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# The contents of this file are parsed and made available as
|
||||
# via `site.*`. So for example, {{ site.title }} can be used
|
||||
# in a template to get the contents of the `title` key.
|
||||
title: Sculpin Blog Skeleton
|
||||
subtitle: To Get You Started
|
||||
|
||||
# Insert your disqus shortname
|
||||
#disqus:
|
||||
# shortname:
|
Loading…
Add table
Add a link
Reference in a new issue