crispgm / crispgm.com

CrispDev, My Web Home Page

Home Page:https://crisp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build publish Netlify Status

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 git@github.com: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.

About

CrispDev, My Web Home Page

https://crisp.dev


Languages

Language:HTML 52.3%Language:SCSS 25.4%Language:CSS 11.9%Language:Ruby 7.9%Language:JavaScript 2.4%