zkxs / zkxs.github.com

Mich's Mystery Blog

Home Page:https://www.zkxs.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mich's Mystery Blog

This repo houses the source for my blog.

Running locally

Setup instructions. Note that choco install ruby will install some fucked install, so follow the Windows guide on the Jekyll site.

one-time setup

# RUN AS NORMAL USER
gem install jekyll bundler
cd docs
rm Gemfile.lock
bundle install

To run the website

# Run locally
bundle exec jekyll serve
# Run locally, but show drafts
bundle exec jekyll serve --drafts

License

  • The blog source code in this repository is licensed under the MIT License.
  • The blog content and assets (posts/images/etc.) are not provided under any license. Therefore, if you wish to fork your own blog from this you need to remove the following:
    • /docs/_drafts/*
    • /docs/_posts/*
    • /docs/svg/*
    • /docs/about.md
    • /graphs/*

Credits

  • Uses Graphviz for graph layout and rendering - Common Public License Version 1.0
  • Uses svg-pan-zoom for SVG decoration - BSD-2-Clause License
  • Uses the minima theme for Jekyll - MIT License

About

Mich's Mystery Blog

https://www.zkxs.dev/

License:MIT License


Languages

Language:Shell 100.0%