Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 677 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 677 Bytes

aslanides.github.io

This is my personal blog/website, which you can visit at aslanides.io.

Site layout

  • 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.

Building/serving

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