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.
- Node.js
- gulp-cli
sudo npm install gulp-cli -g
- gulp-cli
git clone [email protected]: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
.
-
zurb/foundation-sites is licensed under the MIT License.
-
Hakyll is licensed under the BSD-3-Clause License
-
Contents of blog posts (
src_site/n/posts/**
) are licensed under the Creative Commons Attribution 4.0 International License, unless otherwise stated. -
All the other contents are licensed under the MIT License,