Skip to content

Commit 1e8dff5

Browse files
committed
Basic modifications of the *folio theme
0 parents  commit 1e8dff5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3143
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.DS_store

README.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# al-folio
2+
A simple and clean theme for academics. Based on [\*folio](http://liabogoev.com/-folio).
3+
4+
## Academic Features
5+
6+
### Ergonomic Publications
7+
8+
9+
10+
## Original Features
11+
The following are features inherited from [\*folio](http://liabogoev.com/-folio).
12+
13+
### Collections
14+
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.
15+
> To do this, edit the collections in the config file, create a corresponding folder, and update the portfolio and poetry source files.
16+
17+
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.
18+
19+
### Portfolio Specifics
20+
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:
21+
22+
---
23+
layout: post
24+
title: Project
25+
description: a project that redirects to another website
26+
img:
27+
redirect: https://otherpage.com
28+
---
29+
30+
### Theming
31+
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.
32+
33+
### Photos
34+
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.
35+
36+
### Code Highlighting
37+
This theme implements Jekyll's built in code syntax highlighting with Pygments. Just use a liquid tag to delineate your code:
38+
39+
## License
40+
41+
MIT

0 commit comments

Comments
 (0)