Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (40 loc) · 1.5 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.5 KB

Source code for https://haoyun.github.io

This is the source code for my homepage Natural Stupidity. The site is built with Hakyll (for generating the static site) and Zurb Foundation (for stylesheets). The actural HTML files (with CSS, JS, etc.) are on the master branch of this repo.

If you would like to build it, following the following steps.

Requirements

  • Node.js
    • gulp-cli sudo npm install gulp-cli -g

Build the site

git clone git@github.com:haoyun/haoyun.github.io.git site
cd site
git checkout source
cd site/src_site/scss
npm install
gulp
cd ../..
cabal build
cabal run build

For more, see /src/deploy.sh.

License