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

haoyun/haoyun.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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