-
Notifications
You must be signed in to change notification settings - Fork 2
Home
gregory nicholas edited this page Dec 27, 2017
·
7 revisions
wiki for gregorynicholas.github.com
jekyll reference
- https://github.com/jekyll/jekyll/wiki
- https://github.com/jekyll/jekyll/tree/docs-terminal-style
- http://jekit.codeforamerica.org
- blogging with jekyll:
-
pages gem
- https://github.com/github/pages-gem
-
Gemfile
:gem 'github-pages', group: :jekyll_plugins
-
$
:bundle exec github-pages versions
-
github-pages health-check
- health-check: https://github.com/github/pages-health-check
- updating:
-
$
:gem update github-pages
-
-
jekyll plugins
- https://help.github.com/articles/adding-jekyll-plugins-to-a-github-pages-site/
- https://pages.github.com/versions/
- repository metadata:
- mentions-on-github-pages
-
themes
- https://github.com/pages-themes
- cayman: https://github.com/pages-themes/cayman
-
_config.yml
theme: jekyll-theme-cayman
title: [The title of your site]
description: [A short description of your site's purpose]
user profile
- viewing contributions:
builds
- deploying github pages:
- customizing builds:
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master
custom-footer
custom-sidebar