Website for a live audio podcast episodes at live.webuild.sg
- clone the project:
git clone git@github.com:webuildsg/live.git && cd live
- install dependancies:
npm i && bundle install - start the website locally:
npm start
- build static pages:
jekyll build
-
start local server:
jekyll serve --config _dev_config.yml --watch -
add a git pre-commit hook to generate new
sitemap.xmlwith new episodes. edit file.git/hooks/pre-commit#!/bin/sh rm sitemap.xml jekyll build mv _publish/sitemap.xml sitemap.xml -
command line watch for building css and javascript:
grunt -
if there's error on
invalid byte sequence in US-ASCII error: invalid byte sequence in US-ASCII, run the following in the command line:LC_CTYPE="en_US.UTF-8" LANG="en_US.UTF-8"
-
push to github pages:
git push origin gh-pages
We Build SG LIVE is licensed under Creative Commons CC0 3.0 Attribution 3.0 Unported.