Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cillianmyles/archive.cillianmyles.com

A previous version of my personal site:
https://github.com/cillianmyles/archive.cillianmyles.com

blog css github-pages html javascript personal portfolio website

Last synced: 24 days ago
JSON representation

A previous version of my personal site:

Awesome Lists containing this project

README

        

## Posts

- [#1 Introduction](https://cillianmyles.github.io/blog/2018/01/28/introduction.html)
- [#2 CodeNinja '17/18](https://cillianmyles.github.io/blog/2018/04/19/codeninja.html)
- [#3 Munster Open 2018](https://cillianmyles.github.io/blog/2018/04/26/munster-open.html)
- [#4 A Brief History of Time (Zones)](https://cillianmyles.github.io/blog/2018/09/27/a-brief-history-of-time-zones.html)

## Complete

- Basic layout e.g. header, footer
- Main pages e.g. index, about, portfolio, contact
- Tracking (only on in production environment)
- Using remote, minified js/css/font files in prod env (speed, parallel requests)
- Using local, un-minified js/css/font files in dev env (debugging, offline dev)
- Favicon
- Auto update copyright year/text ([JS function](https://github.com/CillianMyles/CillianMyles.github.io/blob/master/scripts/temporal.js#L9-L12))
- Auto update age in index/about pages ([JS function](https://github.com/CillianMyles/CillianMyles.github.io/blob/master/scripts/temporal.js#L14-L16))

## Next

- Flesh out portfolio
- Add CV view/download option
- Contact me form (with automation?)
- SEO
- Social card info (see CodeNinja post)
- Migrate to Jekyll (or similar) to simplify writing & publishing procedure?