This is my personal blog/website, which you can visit at aslanides.io.
- Posts are in markdown, contained in the
_posts
folder. - All hosted assets (images, etc.) are contained in the
assets
folder. - About page in
about.md
. - Docs (e.g. CV, Masters thesis) are in the
docs
folder.
The site is built in Jekyll and is hosted via GitHub pages.
To serve locally (assuming you have Jekyll installed):
git clone git@github.com:aslanides/aslanides.github.io.git
cd aslanides.github.io
bundle install
bundle exec jekyll serve