julou / julou.github.io

Home Page:https://julou.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the code used to power the personnal website of Thomas Julou. It is powered by Jekyll and hosted on Github Pages. The theme is derived from jekyll-skeleton (© 2016 Alex Wynter).

The code of this website (everything but media, Markdown (.md) and YAML (.yml) files) is distributed under the MIT license. The content of this website (Markdown (.md) and YAML (.yml) files) is distributed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Notes regarding the implementation

  • Despite the temptation of fancy available themes, I decided to stick to the Skeleton boilerplate for its minimalism. I followed the recommandation of designing for mobile first and to add media queries for wider screens when necessary. Items design adapted from the Story theme by HTML5up.

  • tried to control whitespace of liquid tags using hyphenised tags.

  • In order to be hosted on Github Pages, no user-contributed plugins are allowed. In particular, instead of relying on jekyll-scholar to generate biobliography, I decided to include a slightly modified version of HTML files generated by Zotero (with includes COinS tags for free :).

  • used youtube for videos and disabled branding and content suggestion as much as possible. NB: you can change the license of your youtube videos to a creative commons one.

  • favicon generated with http://www.favicomatic.com (lazy presets)

How to

  • run locally: bundle exec jekyll serve

About

https://julou.github.io

License:MIT License


Languages

Language:HTML 70.1%Language:SCSS 27.9%Language:Ruby 2.0%