This is a Github Pages Site, built with Jekyll.
Work on your post locally so you can preview your changes before you push them up.
-
Requires Ruby
-
Download the Repo
git clone https://github.com/SeattleFeministJS/seattlefeministjs.github.io.git
-
Install bower and npm dependencies
npm install
bower install
-
Install jekyll
gem install jekyll
-
Preview in browser
jekyll serve
Open your browser to localhost:4000
-
Running
jekyll serve
will auto-generate your site when a file is updated -
Create a new file in the
_posts
directory-
Posts are created in Markdown
-
Follow the naming convention
YYYY-MM-DD-name-of-post.md
-
Include this at the top of your post (edited with appropriate data) - see existing posts for details
layout: post title: "My Post Title" date: 2016-04-21 11:56:05 -0700 categories: meetup author: pattyok
Add yourself to the _config.yml file to get your full name on the post (follow example there)
-
-
Once satisfied with the changes push your changes up, if you don't have direct write access, make a pull request.