Skip to content

my personal homepage with some information about me and my projects

License

Notifications You must be signed in to change notification settings

oliworx/oliworx.github.com

Repository files navigation

Website kurmis.com

My personal website using GitHub Pages and Cloudflare CDN.

Build status

GitHub Actions Status GitHub Actions

Local development with Jekyll

Install required packages:

sudo apt install ruby-bundler ruby-dev make gcc g++ zlib1g-dev

Install Jekyll and other dependencies:

sudo bundle install

To compile and run the Jekyll powered site:

bundle exec jekyll serve

Generate tag pages

Run python3 generate-tags.py or just npm run tags.
Credit for the awesome python script goes to qian256 .

Syntax highlighting

install the rouge gem

gem install kramdown rouge

list the available styles:

rougify help style

generate the css file for the monokay style

rougify style monokai > styles/syntax.css

License

MIT License: https://kurmis.mit-license.org

About

my personal homepage with some information about me and my projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published