GitXplorerGitXplorer
a

aslanides.github.io

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
35d6f88f74a8ff0cc3e3b2dbc96b218332af5214

Update links.

aaslanides committed a year ago
Unverified
3c1d44c5118245323bf3a1bd8cfa968e94aedad6

Update old cv.

aaslanides committed a year ago
Unverified
f4121d05f8a34d9379bcb590e206357e3ff0e6f2

Add .DS_Store to gitignore.

aaslanides committed 4 years ago
Unverified
44daa44943334ae9a8d9f33969deb768d31e3424

Re-order project list and add links to acme + bsuite.

aaslanides committed 4 years ago
Unverified
654a6cc40c462885251cae00598a1f0f730c8d6d

Add language logos to project page.

aaslanides committed 4 years ago
Unverified
8f17c91ac8f2079a4b139498f55aabd03215f749

Add mandelbrot screenshots/assets.

aaslanides committed 5 years ago

README

The README file for this repository.

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 git@github.com:aslanides/aslanides.github.io.git
cd aslanides.github.io
bundle install
bundle exec jekyll serve