Skip to content

PolyglotConf/polyglotconf.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

769d28f · Apr 25, 2016
Apr 25, 2016
Apr 16, 2016
Feb 23, 2014
May 22, 2015
Apr 15, 2014
Feb 23, 2014
Feb 23, 2014
Feb 26, 2014
Oct 21, 2015
Apr 1, 2015
Apr 16, 2016
Feb 26, 2014
Apr 25, 2016

Repository files navigation

Layout

_harp/  

The site source code. Run the harp server here. Edit files here.

*

Everything else in the root directory is the compiled output of _harp. These are the deployable assets. They live at the root of the repo because this is the requirement of our deploy target, GitHub pages.

Install

Install harp

harp docs: http://harpjs.com/docs/environment/install

Develop

Run the harp server

harp server _harp -p 8000

Do work

Modify source files in _harp/

Deploy

harp docs: http://harpjs.com/docs/deployment/github-pages

Compile

harp compile _harp ./

Commit and push

For org pages, push to master. For project pages, push to gh-pages.