Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Last active November 10, 2017 16:46
Show Gist options
  • Select an option

  • Save manbearwolf/ce2b3c7890ea0609189a1ccb81f510b5 to your computer and use it in GitHub Desktop.

Select an option

Save manbearwolf/ce2b3c7890ea0609189a1ccb81f510b5 to your computer and use it in GitHub Desktop.
Basic Jekyll (starter) (for Windows 10)...
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/
@manbearwolf

manbearwolf commented Oct 23, 2017

Copy link
Copy Markdown
Author

@manbearwolf

manbearwolf commented Oct 26, 2017

Copy link
Copy Markdown
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)

@manbearwolf

Copy link
Copy Markdown
Author

gem update
gem cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment