Mikaela / mikaela.github.io

My website/blog source code. Hosted on this repository/GitHub Pages.
https://aminda.eu/
13 stars 7 forks source link
github-pages homepage jekyll website

lang: en published: false

aminda.eu

pre-commit.ci status

This website should be fairly typical Jekyll project. The index contains rel=me links everywhere so projects such as Mastodon give me the green checkmark.

Automaattinen sisällysluettelo / Automatically generated Table of Contents

Sitemaps

Unusual directories

Or directories that generally aren't encountered in other similar projects.

Submodules

Building

  1. Install rbenv and its ruby-build plugins. Refer to rbenv/rbenv README.md for more information
  2. cd to root of this repository, if you didn't already.
  3. Install the required Ruby version by rbenv install
  4. Optionally configure where you wish bundler to install everything by e.g. bundle config set --local path 'vendor/bundle', but the rbenv default should work just fine
  5. Run bundle install
  6. You are done, bundle exec jekyll <build|serve> and similar commands should work. I suggest bundle exec jekyll serve -lo which will livereload and open the web browser for you.