Skip to content

Commit dc6cb63

Browse files
committed
Second round of style cleaning
1 parent 86044fd commit dc6cb63

29 files changed

+574
-887
lines changed

_config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ contact_note: >
2828
# Blog
2929
# -----------------------------------------------------------------------------
3030
blog_name: al-folio
31-
blog_description: simple whitespace theme for academics
31+
blog_description: a simple whitespace theme for academics
3232

3333
# Pagination
3434
paginate: 4
@@ -60,9 +60,6 @@ collections:
6060
projects:
6161
output: true
6262
permalink: /projects/:path/
63-
poetry:
64-
output: true
65-
permalink: /poetry/:path/
6663

6764
news_limit: 5
6865

_news/announcement_2.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,19 @@ Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptow
1313

1414
#### Hipster list
1515
<ul>
16-
<li>brunch</li>
17-
<li>fixie</li>
18-
<li>raybans</li>
19-
<li>messenger bag</li>
16+
<li>brunch</li>
17+
<li>fixie</li>
18+
<li>raybans</li>
19+
<li>messenger bag</li>
2020
</ul>
2121

2222
Hoodie Thundercats retro, tote bag 8-bit Godard craft beer gastropub. Truffaut Tumblr taxidermy, raw denim Kickstarter sartorial dreamcatcher. Quinoa chambray slow-carb salvia readymade, bicycle rights 90's yr typewriter selfies letterpress cardigan vegan.
2323

24-
<hr>
25-
<br/>
24+
***
25+
2626
Pug heirloom High Life vinyl swag, single-origin coffee four dollar toast taxidermy reprehenderit fap distillery master cleanse locavore. Est anim sapiente leggings Brooklyn ea. Thundercats locavore excepteur veniam eiusmod. Raw denim Truffaut Schlitz, migas sapiente Portland VHS twee Bushwick Marfa typewriter retro id keytar.
2727

28-
<blockquote>
29-
We do not grow absolutely, chronologically. We grow sometimes in one dimension, and not in another, unevenly. We grow partially. We are relative. We are mature in one realm, childish in another.
30-
—Anais Nin
31-
</blockquote>
28+
> We do not grow absolutely, chronologically. We grow sometimes in one dimension, and not in another, unevenly. We grow partially. We are relative. We are mature in one realm, childish in another.
29+
> —Anais Nin
3230
3331
Fap aliqua qui, scenester pug Echo Park polaroid irony shabby chic ex cardigan church-key Odd Future accusamus. Blog stumptown sartorial squid, gastropub duis aesthetic Truffaut vero. Pinterest tilde twee, odio mumblecore jean shorts lumbersexual.

_pages/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ social: true
1818

1919
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
2020

21-
Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/publications/) automatically.
21+
Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
2222

2323
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/){:target="\_blank"} and [Academicons](https://jpswalsh.github.io/academicons/){:target="\_blank"}, like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.

_pages/poetry.md

-15
This file was deleted.

_projects/1_project.markdown

+20-20
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,47 @@ Every project has a beautiful feature shocase page. It's easy to include images,
99

1010
To give your project a background in the portfolio page, just add the img tag to the front matter like so:
1111

12-
---
13-
layout: post
14-
title: Project
15-
description: a project with a background image
16-
img: /assets/img/12.jpg
17-
---
12+
---
13+
layout: post
14+
title: Project
15+
description: a project with a background image
16+
img: /assets/img/12.jpg
17+
---
1818

1919

2020
<div class="img_row">
21-
<img class="col one" src="{{ site.baseurl }}/assets/img/1.jpg" alt="" title="example image"/>
22-
<img class="col one" src="{{ site.baseurl }}/assets/img/2.jpg" alt="" title="example image"/>
23-
<img class="col one" src="{{ site.baseurl }}/assets/img/3.jpg" alt="" title="example image"/>
21+
<img class="col one" src="{{ site.baseurl }}/assets/img/1.jpg" alt="" title="example image"/>
22+
<img class="col one" src="{{ site.baseurl }}/assets/img/2.jpg" alt="" title="example image"/>
23+
<img class="col one" src="{{ site.baseurl }}/assets/img/3.jpg" alt="" title="example image"/>
2424
</div>
2525
<div class="col three caption">
26-
Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
26+
Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
2727
</div>
2828
<div class="img_row">
29-
<img class="col three" src="{{ site.baseurl }}/assets/img/5.jpg" alt="" title="example image"/>
29+
<img class="col three" src="{{ site.baseurl }}/assets/img/5.jpg" alt="" title="example image"/>
3030
</div>
3131
<div class="col three caption">
32-
This image can also have a caption. It's like magic.
32+
This image can also have a caption. It's like magic.
3333
</div>
3434

3535
You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. You describe how you toiled, sweated, *bled* for your project, and then.... you reveal it's glory in the next row of images.
3636

3737

3838
<div class="img_row">
39-
<img class="col two" src="{{ site.baseurl }}/assets/img/6.jpg" alt="" title="example image"/>
40-
<img class="col one" src="{{ site.baseurl }}/assets/img/11.jpg" alt="" title="example image"/>
39+
<img class="col two" src="{{ site.baseurl }}/assets/img/6.jpg" alt="" title="example image"/>
40+
<img class="col one" src="{{ site.baseurl }}/assets/img/11.jpg" alt="" title="example image"/>
4141
</div>
4242
<div class="col three caption">
43-
You can also have artistically styled 2/3 + 1/3 images, like these.
43+
You can also have artistically styled 2/3 + 1/3 images, like these.
4444
</div>
4545

4646

47-
<br/><br/><br/>
47+
<br/><br/>
4848

4949

5050
The code is simple. Just add a col class to your image, and another class specifying the width: one, two, or three columns wide. Here's the code for the last row of images above:
5151

52-
<div class="img_row">
53-
<img class="col two" src="/img/6.jpg"/>
54-
<img class="col one" src="/img/11.jpg"/>
55-
</div>
52+
<div class="img_row">
53+
<img class="col two" src="/img/6.jpg"/>
54+
<img class="col one" src="/img/11.jpg"/>
55+
</div>

_projects/2_project.markdown

+19-19
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@ Every project has a beautiful feature shocase page. It's easy to include images,
99

1010
To give your project a background in the portfolio page, just add the img tag to the front matter like so:
1111

12-
---
13-
layout: post
14-
title: Project
15-
description: a project with a background image
16-
img: /assets/img/12.jpg
17-
---
12+
---
13+
layout: post
14+
title: Project
15+
description: a project with a background image
16+
img: /assets/img/12.jpg
17+
---
1818

1919

2020
<div class="img_row">
21-
<img class="col one" src="{{ site.baseurl }}/assets/img/1.jpg" alt="" title="example image"/>
22-
<img class="col one" src="{{ site.baseurl }}/assets/img/2.jpg" alt="" title="example image"/>
23-
<img class="col one" src="{{ site.baseurl }}/assets/img/3.jpg" alt="" title="example image"/>
21+
<img class="col one" src="{{ site.baseurl }}/assets/img/1.jpg" alt="" title="example image"/>
22+
<img class="col one" src="{{ site.baseurl }}/assets/img/2.jpg" alt="" title="example image"/>
23+
<img class="col one" src="{{ site.baseurl }}/assets/img/3.jpg" alt="" title="example image"/>
2424
</div>
2525
<div class="col three caption">
26-
Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
26+
Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
2727
</div>
2828
<div class="img_row">
29-
<img class="col three" src="{{ site.baseurl }}/assets/img/5.jpg" alt="" title="example image"/>
29+
<img class="col three" src="{{ site.baseurl }}/assets/img/5.jpg" alt="" title="example image"/>
3030
</div>
3131
<div class="col three caption">
32-
This image can also have a caption. It's like magic.
32+
This image can also have a caption. It's like magic.
3333
</div>
3434

3535
You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. You describe how you toiled, sweated, *bled* for your project, and then.... you reveal it's glory in the next row of images.
3636

3737

3838
<div class="img_row">
39-
<img class="col two" src="{{ site.baseurl }}/assets/img/6.jpg" alt="" title="example image"/>
40-
<img class="col one" src="{{ site.baseurl }}/assets/img/11.jpg" alt="" title="example image"/>
39+
<img class="col two" src="{{ site.baseurl }}/assets/img/6.jpg" alt="" title="example image"/>
40+
<img class="col one" src="{{ site.baseurl }}/assets/img/11.jpg" alt="" title="example image"/>
4141
</div>
4242
<div class="col three caption">
43-
You can also have artistically styled 2/3 + 1/3 images, like these.
43+
You can also have artistically styled 2/3 + 1/3 images, like these.
4444
</div>
4545

4646

@@ -49,7 +49,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
4949

5050
The code is simple. Just add a col class to your image, and another class specifying the width: one, two, or three columns wide. Here's the code for the last row of images above:
5151

52-
<div class="img_row">
53-
<img class="col two" src="/img/6.jpg"/>
54-
<img class="col one" src="/img/11.jpg"/>
55-
</div>
52+
<div class="img_row">
53+
<img class="col two" src="/img/6.jpg"/>
54+
<img class="col one" src="/img/11.jpg"/>
55+
</div>

_projects/3_project.markdown

+19-19
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,38 @@ Every project has a beautiful feature shocase page. It's easy to include images,
1010

1111
To give your project a background in the portfolio page, just add the img tag to the front matter like so:
1212

13-
---
14-
layout: post
15-
title: Project
16-
description: a project with a background image
17-
img: /assets/img/12.jpg
18-
---
13+
---
14+
layout: post
15+
title: Project
16+
description: a project with a background image
17+
img: /assets/img/12.jpg
18+
---
1919

2020

2121
<div class="img_row">
22-
<img class="col one" src="{{ site.baseurl }}/assets/img/1.jpg" alt="" title="example image"/>
23-
<img class="col one" src="{{ site.baseurl }}/assets/img/2.jpg" alt="" title="example image"/>
24-
<img class="col one" src="{{ site.baseurl }}/assets/img/3.jpg" alt="" title="example image"/>
22+
<img class="col one" src="{{ site.baseurl }}/assets/img/1.jpg" alt="" title="example image"/>
23+
<img class="col one" src="{{ site.baseurl }}/assets/img/2.jpg" alt="" title="example image"/>
24+
<img class="col one" src="{{ site.baseurl }}/assets/img/3.jpg" alt="" title="example image"/>
2525
</div>
2626
<div class="col three caption">
27-
Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
27+
Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
2828
</div>
2929
<div class="img_row">
30-
<img class="col three" src="{{ site.baseurl }}/assets/img/5.jpg" alt="" title="example image"/>
30+
<img class="col three" src="{{ site.baseurl }}/assets/img/5.jpg" alt="" title="example image"/>
3131
</div>
3232
<div class="col three caption">
33-
This image can also have a caption. It's like magic.
33+
This image can also have a caption. It's like magic.
3434
</div>
3535

3636
You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. You describe how you toiled, sweated, *bled* for your project, and then.... you reveal it's glory in the next row of images.
3737

3838

3939
<div class="img_row">
40-
<img class="col two" src="{{ site.baseurl }}/assets/img/6.jpg" alt="" title="example image"/>
41-
<img class="col one" src="{{ site.baseurl }}/assets/img/11.jpg" alt="" title="example image"/>
40+
<img class="col two" src="{{ site.baseurl }}/assets/img/6.jpg" alt="" title="example image"/>
41+
<img class="col one" src="{{ site.baseurl }}/assets/img/11.jpg" alt="" title="example image"/>
4242
</div>
4343
<div class="col three caption">
44-
You can also have artistically styled 2/3 + 1/3 images, like these.
44+
You can also have artistically styled 2/3 + 1/3 images, like these.
4545
</div>
4646

4747

@@ -50,7 +50,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
5050

5151
The code is simple. Just add a col class to your image, and another class specifying the width: one, two, or three columns wide. Here's the code for the last row of images above:
5252

53-
<div class="img_row">
54-
<img class="col two" src="/img/6.jpg"/>
55-
<img class="col one" src="/img/11.jpg"/>
56-
</div>
53+
<div class="img_row">
54+
<img class="col two" src="/img/6.jpg"/>
55+
<img class="col one" src="/img/11.jpg"/>
56+
</div>

_projects/4_project.markdown

+19-19
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@ Every project has a beautiful feature shocase page. It's easy to include images,
99

1010
To give your project a background in the portfolio page, just add the img tag to the front matter like so:
1111

12-
---
13-
layout: post
14-
title: Project
15-
description: a project with a background image
16-
img: /assets/img/12.jpg
17-
---
12+
---
13+
layout: post
14+
title: Project
15+
description: a project with a background image
16+
img: /assets/img/12.jpg
17+
---
1818

1919

2020
<div class="img_row">
21-
<img class="col one" src="{{ site.baseurl }}/assets/img/1.jpg" alt="" title="example image"/>
22-
<img class="col one" src="{{ site.baseurl }}/assets/img/2.jpg" alt="" title="example image"/>
23-
<img class="col one" src="{{ site.baseurl }}/assets/img/3.jpg" alt="" title="example image"/>
21+
<img class="col one" src="{{ site.baseurl }}/assets/img/1.jpg" alt="" title="example image"/>
22+
<img class="col one" src="{{ site.baseurl }}/assets/img/2.jpg" alt="" title="example image"/>
23+
<img class="col one" src="{{ site.baseurl }}/assets/img/3.jpg" alt="" title="example image"/>
2424
</div>
2525
<div class="col three caption">
26-
Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
26+
Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
2727
</div>
2828
<div class="img_row">
29-
<img class="col three" src="{{ site.baseurl }}/assets/img/5.jpg" alt="" title="example image"/>
29+
<img class="col three" src="{{ site.baseurl }}/assets/img/5.jpg" alt="" title="example image"/>
3030
</div>
3131
<div class="col three caption">
32-
This image can also have a caption. It's like magic.
32+
This image can also have a caption. It's like magic.
3333
</div>
3434

3535
You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. You describe how you toiled, sweated, *bled* for your project, and then.... you reveal it's glory in the next row of images.
3636

3737

3838
<div class="img_row">
39-
<img class="col two" src="{{ site.baseurl }}/assets/img/6.jpg" alt="" title="example image"/>
40-
<img class="col one" src="{{ site.baseurl }}/assets/img/11.jpg" alt="" title="example image"/>
39+
<img class="col two" src="{{ site.baseurl }}/assets/img/6.jpg" alt="" title="example image"/>
40+
<img class="col one" src="{{ site.baseurl }}/assets/img/11.jpg" alt="" title="example image"/>
4141
</div>
4242
<div class="col three caption">
43-
You can also have artistically styled 2/3 + 1/3 images, like these.
43+
You can also have artistically styled 2/3 + 1/3 images, like these.
4444
</div>
4545

4646

@@ -49,7 +49,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
4949

5050
The code is simple. Just add a col class to your image, and another class specifying the width: one, two, or three columns wide. Here's the code for the last row of images above:
5151

52-
<div class="img_row">
53-
<img class="col two" src="/img/6.jpg"/>
54-
<img class="col one" src="/img/11.jpg"/>
55-
</div>
52+
<div class="img_row">
53+
<img class="col two" src="/img/6.jpg"/>
54+
<img class="col one" src="/img/11.jpg"/>
55+
</div>

0 commit comments

Comments
 (0)