A template for including data visualizations in a Jekyll-powered blog with Github Pages.
- Click on the "Use this template" button to create a new repository.
- Choose a new name for your new repository
- Go to the Settings section of your new repository, scroll down to the "Github Pages" section, and select the "Master" as the branch to be used for GitHub pages. This will automatically build the website.
- Customize your site
- Enter your site name, description, etc by editing the
_config.yml
file. - There are 3 different ways that you can make changes to your blog's files:
- Edit files within your in the browser at GitHub.com
- Use a third party GitHub content editor, like Prose by Development Seed.
- Clone down your repository and make updates locally, then push them to your GitHub repository.
- Enter your site name, description, etc by editing the
- Publish a post
- Posts are written in Markdown and any files added to the
_posts
directory will be automatically uploaded and published - Useful resource: Markdown Cheatsheet
- Posts are written in Markdown and any files added to the