rda0 / rda.ch

My personal blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rda.ch

This is the source code of my personal blog on rda.ch, cloned from Fredrik Averpil's blog, orginally based on poole/hyde.

Run website locally

Full instructions here.

Dependencies

apt install ruby2.5 bundler ruby-full build-essential zlib1g-dev

Set up ruby and install

cd <repo>
echo "source 'https://rubygems.org'" > Gemfile
echo "gem 'github-pages', group: :jekyll_plugins" >> Gemfile
source rubyenv.sh
bundle install

Serve website

bundle exec jekyll serve

Visit website

Build static website

bundle exec jekyll build

About

My personal blog

License:Other


Languages

Language:CSS 66.4%Language:HTML 18.7%Language:JavaScript 14.6%Language:Shell 0.2%Language:Ruby 0.2%