crispgm.com
crispgm.com copied to clipboard
CrispDev, My Web Home Page
crispgm.com
Source of crispgm.com. Also available at: https://crisp.dev.
Theme
The theme is called Minimal. It basically works but not exactly the same as this site.
Dev
There are 2 Jekyll sites here and will be built into gh-pages
branch.
Shallow Clone
This is somehow huge. Use a shallow clone may save much time:
git clone [email protected]:crispgm/crispgm.com.git --depth 1
Init
rake init
Serve
# serve site
rake site:serve
# serve resume
rake resume:serve
# build
rake site:build
Lint & Tests
# evaluate on different devices
rake site:evaluate
# lint scss
rake site:lint
# smoke test
rake test
Publish
# commit without publishing
git commit -m "chore: minor update [no publish]"
License
- All blogs and contents are licensed under a CC BY-NC-ND 4.0 license.
- Site source is licensed under MIT License.