The codebase for my personal website hosted on GitHub Pages: akkinoc.dev
To setup, run:
$ git clone [email protected]:akkinoc/akkinoc.github.io.git
$ cd akkinoc.github.io
$ brew install lapack openblas # for classifier-reborn
$ bundle install
To build, run:
$ bundle exec jekyll build
To run on localhost, run:
$ bundle exec jekyll serve --drafts --future --livereload
To deploy, push to the GitHub main
branch.
It will be automatically deployed to GitHub Pages via GitHub Actions.
Licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.