My personal website https://florent.guiotte.fr
Go to file
2015-10-22 14:59:20 -04:00
_bibliography Basic modifications of the *folio theme 2015-10-19 17:38:04 -04:00
_includes Extract social and news as separate includes. Overall slight improvements. 2015-10-22 10:50:19 -04:00
_layouts Add profile property to about.md 2015-10-22 14:59:20 -04:00
_pages Add profile property to about.md 2015-10-22 14:59:20 -04:00
_plugins Basic modifications of the *folio theme 2015-10-19 17:38:04 -04:00
_poetry Basic modifications of the *folio theme 2015-10-19 17:38:04 -04:00
_posts Add math support through kramdown and katex. Light style improvements. 2015-10-20 12:05:37 -04:00
_projects Basic modifications of the *folio theme 2015-10-19 17:38:04 -04:00
_sass Add profile property to about.md 2015-10-22 14:59:20 -04:00
blog Basic modifications of the *folio theme 2015-10-19 17:38:04 -04:00
css Extract social and news as separate includes. Overall slight improvements. 2015-10-22 10:50:19 -04:00
img Basic modifications of the *folio theme 2015-10-19 17:38:04 -04:00
js Add math support through kramdown and katex. Light style improvements. 2015-10-20 12:05:37 -04:00
_config.yml Add math support through kramdown and katex. Light style improvements. 2015-10-20 12:05:37 -04:00
.gitignore Basic modifications of the *folio theme 2015-10-19 17:38:04 -04:00
README.md Basic modifications of the *folio theme 2015-10-19 17:38:04 -04:00

al-folio

A simple and clean theme for academics. Based on *folio.

Academic Features

Ergonomic Publications

Original Features

The following are features inherited from *folio.

Collections

This Jekyll theme implements collections to let you break up your work into categories. The example is divided into poetry and portfolio, but easily revamp this into recipes, apps, short stories, limmericks, whatever your creative work is.

To do this, edit the collections in the config file, create a corresponding folder, and update the portfolio and poetry source files.

Three different layouts are included—the poetry layout, for a simple list of entries, the blog layout (index.html), for more detailed descriptive list of entries, and the portfolio layout. The portfolio layout overlays a descriptive hoverover on a background image. If no image is provided, the square is auto-filled with the chosen theme color. Thumbnail sizing is not necessary, as the grid crops images perfectly.

Portfolio Specifics

You can easily add full pages for each of the projects in your portfolio. If you want one to link to an external website, create a file for it in _portfolio, and fill in the YAML front matter as you would for another, but with a redirect, like so:

---
layout: post
title: Project
description: a project that redirects to another website
img:
redirect: https://otherpage.com
---

Theming

Six beautiful theme colors have been selected to choose from. The default is red, but quickly change it by editing the _base.scss file in line 40. The color variable are listed there, as well.

Photos

Photo formatting is made simple using rows of a 3-column system. Make photos 1/3, 2/3, or full width. Easily create beautiful grids within your blog posts and projects pages.

Code Highlighting

This theme implements Jekyll's built in code syntax highlighting with Pygments. Just use a liquid tag to delineate your code:

License

MIT