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