Last active
November 10, 2017 16:46
-
-
Save manbearwolf/ce2b3c7890ea0609189a1ccb81f510b5 to your computer and use it in GitHub Desktop.
Basic Jekyll (starter) (for Windows 10)...
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
| https://nodejs.org/en/ | |
| https://rubyinstaller.org/downloads/ | |
| https://desktop.github.com/ | |
| https://code.visualstudio.com/ | |
| (install the gems you use. Goes under c:\Users\<username>\.gems & .bundle)... | |
| PowerShell (Admin)... | |
| gem install bundler (http://bundler.io/) | |
| gem install jekyll-import (for blogger http://import.jekyllrb.com/docs/installation/)... | |
| gem install jekyll-sitemap (https://github.com/jekyll/jekyll-sitemap) | |
| gem install wdm (http://jekyll-windows.juthilo.com/4-wdm-gem/) | |
| etc. | |
| (GitHub Supported Gems) | |
| https://pages.github.com/versions/ | |
| https://help.github.com/articles/adding-jekyll-plugins-to-a-github-pages-site/ |
Author
Author
gem jemoji (http://rubygems.org/gems/jemoji) (https://www.webpagefx.com/tools/emoji-cheat-sheet/)
(Garbage, destroys nested <li> in jekyll, otherwise is cool.)
try this (if annoyed)... https://github.com/yihangho/emoji-for-jekyll (rb plugins works)
gem github-pages(https://github.com/github/pages-gem)
(helps erros in emails)
Author
gem update
gem cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://nodejs.org/en/
https://rubyinstaller.org/downloads/
https://desktop.github.com/
https://code.visualstudio.com/
(install the gems you use. Goes under c:\Users<username>.gems & .bundle)...
PowerShell (Admin)...
gem install bundler (http://bundler.io/)
gem install jekyll-import (for blogger http://import.jekyllrb.com/docs/installation/)...
gem install jekyll-sitemap (https://github.com/jekyll/jekyll-sitemap)
gem install jekyll-feed (https://github.com/jekyll/jekyll-feed)
gem install jekyll-gist (https://github.com/jekyll/jekyll-gist)
gem install wdm (http://jekyll-windows.juthilo.com/4-wdm-gem/)
etc.
(GitHub Supported Gems)
https://pages.github.com/versions/
https://help.github.com/articles/adding-jekyll-plugins-to-a-github-pages-site/