Add beginnings of a walkthrough, styled with Pixyll theme using Jekyll#3
Open
laughinghan wants to merge 11 commits into
Open
Add beginnings of a walkthrough, styled with Pixyll theme using Jekyll#3laughinghan wants to merge 11 commits into
laughinghan wants to merge 11 commits into
Conversation
First, did the Gemfile stuff from the official GitHub instructions: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#step-2-install-jekyll-using-bundler Then, rather than `jekyll new .` like those instructions recommend, which creates a whole scaffolded directory structure and files and stuff that we don't want, instead copied the minimal set of files (well, the entire _sass/ folder, but other than that, the minimal set of files) from [johnotander/pixyll] to make jekyll serve && open http://localhost:4000/see-pixyll-in-action.html work and display with the right styles/the Pixyll theme. [johnotander/pixyll]: johnotander/pixyll@dca7f12
Gets rid of this message during `jekyll serve`:
Pagination: Pagination is enabled, but I couldn't find an index.html page to use as the pagination template. Skipping pagination.
Based on https://jekyllrb.com/docs/configuration/#default-configuration except for Sass, which isn't documented there, but is documented at https://jekyllrb.com/docs/assets/#sassscss Except for _posts/, which isn't configurable, but it turns out we don't need it at all! Note that at first I tried setting `source: _jekyll`, but then Jekyll couldn't find index.html, so I tried to symlink _jekyll/index.html to ../index.html, but it turns out that for security reasons Jekyll only supports symlinks within site.source: jekyll/jekyll#4710
TO BE CONTINUED
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See it live: https://laughinghan.github.io/mvsf/walkthrough.html
So far as I know there's no affect on the main visualization, so feel free to merge this in even though it's still work-in-progress