Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

HuntingBears/huntingbears.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48c577a · May 16, 2020

History

77 Commits
Jun 1, 2017
Jun 28, 2019
Jun 1, 2017
Jun 29, 2019
Jun 1, 2017
Jun 1, 2017
Jun 1, 2017
Jun 1, 2017
Jun 28, 2019
Jun 29, 2019
Jun 1, 2017
Jun 1, 2017
Jul 12, 2017
Jun 1, 2017
Jan 2, 2015
Jun 28, 2019
Jul 12, 2017
Mar 22, 2018
Mar 22, 2018
Jun 1, 2017
Jan 2, 2015
Jun 1, 2017
Jun 1, 2017
Jan 2, 2015
Jul 8, 2017
Jun 1, 2017
Jun 1, 2017

Repository files navigation

layout

huntingbears.github.io

Steps to configure jekyll-pystarter

  1. Clone jekyll-pystarter

    git clone https://github.com/LuisAlejandro/jekyll-pystarter.git

  2. Create environment.

    make environment

Steps to write a new post

  1. Create a draft.

    make draft TITLE="New Draft"

  2. Use Markdown to start writing your post. Include any images as references to existing images on the web.

  3. When your post is ready, publish it.

    make publish DRAFT="path/to/draft.md"