-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
gh-pages
branch files into /docs
and add test files
- Jekyll ignore `/docs` and `/test` folders when using from root - Update Staticman config to point to correct branch and data file location - Replace `{{ base_path }}` references with `absolute_url` filter - Update documentation
- Loading branch information
Showing
570 changed files
with
22,895 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# main links links | ||
# main links | ||
main: | ||
- title: "Quick-Start Guide" | ||
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ | ||
- title: "About" | ||
url: https://mmistakes.github.io/minimal-mistakes/about/ | ||
- title: "Sample Posts" | ||
url: /year-archive/ | ||
- title: "Sample Collections" | ||
url: /collection-archive/ | ||
- title: "Sitemap" | ||
url: /sitemap/ | ||
# - title: "About" | ||
# url: https://mmistakes.github.io/minimal-mistakes/about/ | ||
# - title: "Sample Posts" | ||
# url: /year-archive/ | ||
# - title: "Sample Collections" | ||
# url: /collection-archive/ | ||
# - title: "Sitemap" | ||
# url: /sitemap/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "github-pages", group: :jekyll_plugins | ||
|
||
gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
|
||
# If you have any plugins, put them here! | ||
# group :jekyll_plugins do | ||
# gem "jekyll-paginate" | ||
# gem "jekyll-sitemap" | ||
# gem "jekyll-gist" | ||
# gem "jekyll-feed" | ||
# gem "jemoji" | ||
# end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Develop override settings | ||
|
||
url: http://localhost:4000 | ||
|
||
analytics: | ||
provider: false | ||
|
||
comments: | ||
disqus: | ||
shortname : "mmistakes-dev" | ||
|
||
sass: | ||
style: expanded |
Oops, something went wrong.