Skip to content

Commit

Permalink
fix(jekyll): reset config with empty strings
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Feb 2, 2016
1 parent 3964891 commit c0cb69a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gems: []
dev: true

# Reset base to / for localhost development
base: null
base: ""

# CDN location for development
file: http://sparanoid.s3-website-us-east-1.amazonaws.com
Expand Down
4 changes: 2 additions & 2 deletions _config.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ name: Almace Scaffolding
description: Almace Scaffolding - Super-fast Jekyll framework

# Base URL, this is useful when I need to build site in a subdirectory (like GitHub Pages for Projects), it provides a specific URL prefix, for example, if the production site URL is http://sparanoid.com/lab/version/, set `base` to `/lab/version/24`, without trailing slash.
# Default: null
base: null
# Default: ""
base: ""

# CSS path used in templates
# Default: /assets
Expand Down
12 changes: 1 addition & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ kramdown:
transliterated_header_ids: true
footnote_backlink: "↩︎"

redcarpet:
extensions:
- footnotes
- no_intra_emphasis
- smart
- space_after_headers
- strikethrough
- superscript
- tables

#
# Jekyll plugins
#
Expand All @@ -76,7 +66,7 @@ name: Almace Scaffolding
description: Almace Scaffolding - Super-fast Jekyll framework

# Base URL, this is useful when I need to build site in a subdirectory (like GitHub Pages for Projects), it provides a specific URL prefix, for example, if the production site URL is http://sparanoid.com/lab/version/, set `base` to `/lab/version/24`, without trailing slash.
# Default: null
# Default: ""
base: /lab/amsf

# CSS path used in templates
Expand Down

0 comments on commit c0cb69a

Please sign in to comment.