diff --git a/_config.yml b/_config.yml index 1b920b6..244f7cc 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,7 @@ +# ------------------------------------------------------------------------------ # Site settings +# ------------------------------------------------------------------------------ + name: Your Name email: you@example.com description: > # this means to ignore newlines until "baseurl:" @@ -6,8 +9,36 @@ description: > # this means to ignore newlines until "baseurl:" url: # the base hostname & protocol for your site baseurl: # the subpath of your site, e.g. /blog/ -twitter_username: twitter_username -github_username: github_username + +# Social +github_username: # put your github username +twitter_username: # put your twitter username +linkedin_username: # put your linkedin username +scholar_authorid: # put your google scholar author id +contact_note: > + You can even add a little note about which of these is the best way to reach you. + +# Blog +blog_name: al-folio +blog_description: simple whitespace theme for academics + +# Collections +collections: + news: + defaults: + layout: post + output: true + permalink: /news/:path/ + projects: + output: true + permalink: /projects/:path/ + poetry: + output: true + permalink: /poetry/:path/ + +# ------------------------------------------------------------------------------ +# Jekyll settings +# ------------------------------------------------------------------------------ # Build settings markdown: kramdown @@ -28,19 +59,6 @@ include: ['_pages'] # Emoji support emoji_dir: /assets/img/emoji -# Collections -collections: - news: - defaults: - layout: post - output: true - permalink: /news/:path/ - projects: - output: true - permalink: /projects/:path/ - poetry: - output: true - permalink: /poetry/:path/ # Jekyll-Scholar scholar: @@ -64,6 +82,8 @@ scholar: query: "@*" -# Advanced (don't touch if you are not sure what it is) +# ------------------------------------------------------------------------------ +# Other advanced settings (don't touch if you are not sure) +# ------------------------------------------------------------------------------ jquery_version: "1.11.1" katex_version: "0.1.1" diff --git a/_includes/news.html b/_includes/news.html index c596f56..929aeb9 100644 --- a/_includes/news.html +++ b/_includes/news.html @@ -2,9 +2,9 @@
| {{ item.date | date: "%B %-d, %Y" }} | +{{ item.date | date: "%b %-d, %Y" }} |
{% if item.inline %}
{{ item.content | remove: ' ' | remove: ' ' | emojify }} diff --git a/_includes/social.html b/_includes/social.html index f587184..e618a0a 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,13 +1,13 @@ diff --git a/_pages/publications.md b/_pages/publications.md index f7500ed..6106965 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -5,4 +5,4 @@ title: publications description: Publications by categories in reversed chronological order. Generated by jekyll-scholar. Replace this text with your description. --- -{% bibliography %} +{% bibliography --max 20 %} diff --git a/_projects/1_project.markdown b/_projects/1_project.markdown index d5c8c9e..8f9d73b 100644 --- a/_projects/1_project.markdown +++ b/_projects/1_project.markdown @@ -2,42 +2,42 @@ layout: post title: Project description: a project with a background image -img: /img/12.jpg +img: /assets/img/12.jpg --- Every project has a beautiful feature shocase page. It's easy to include images, in a flexible 3-column grid format. Make your photos 1/3, 2/3, or full width. -To give your project a background in the portfolio page, just add the img tag to the front matter like so: +To give your project a background in the portfolio page, just add the img tag to the front matter like so: --- layout: post title: Project description: a project with a background image - img: /img/12.jpg + img: /assets/img/12.jpg ---
-
-
-
+
+
+
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.
-
+
- This image can also have a caption. It's like magic.
+ This image can also have a caption. It's like magic.
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.
-
-
+
+
You can also have artistically styled 2/3 + 1/3 images, like these.
@@ -47,7 +47,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
-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: +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:
diff --git a/_projects/2_project.markdown b/_projects/2_project.markdown
index 30cdc57..97602a1 100644
--- a/_projects/2_project.markdown
+++ b/_projects/2_project.markdown
@@ -2,42 +2,42 @@
layout: post
title: Project
description: a project with a background image
-img: /img/2.jpg
+img: /assets/img/2.jpg
---
Every project has a beautiful feature shocase page. It's easy to include images, in a flexible 3-column grid format. Make your photos 1/3, 2/3, or full width.
-To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+To give your project a background in the portfolio page, just add the img tag to the front matter like so:
---
layout: post
title: Project
description: a project with a background image
- img: /img/12.jpg
+ img: /assets/img/12.jpg
---
-
-
-
+
+
+
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.
-
+
- This image can also have a caption. It's like magic.
+ This image can also have a caption. It's like magic.
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.
-
-
+
+
You can also have artistically styled 2/3 + 1/3 images, like these.
@@ -47,7 +47,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
-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: +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:
diff --git a/_projects/3_project.markdown b/_projects/3_project.markdown
index 3a567cd..830e4ec 100644
--- a/_projects/3_project.markdown
+++ b/_projects/3_project.markdown
@@ -8,37 +8,37 @@ redirect: https://unsplash.com
Every project has a beautiful feature shocase page. It's easy to include images, in a flexible 3-column grid format. Make your photos 1/3, 2/3, or full width.
-To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+To give your project a background in the portfolio page, just add the img tag to the front matter like so:
---
layout: post
title: Project
description: a project with a background image
- img: /img/12.jpg
+ img: /assets/img/12.jpg
---
-
-
-
+
+
+
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.
-
+
- This image can also have a caption. It's like magic.
+ This image can also have a caption. It's like magic.
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.
-
-
+
+
You can also have artistically styled 2/3 + 1/3 images, like these.
@@ -48,7 +48,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
-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: +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:
diff --git a/_projects/4_project.markdown b/_projects/4_project.markdown
index 6f908e3..fca6df6 100644
--- a/_projects/4_project.markdown
+++ b/_projects/4_project.markdown
@@ -2,42 +2,42 @@
layout: post
title: Project
description: another without an image
-img:
+img:
---
Every project has a beautiful feature shocase page. It's easy to include images, in a flexible 3-column grid format. Make your photos 1/3, 2/3, or full width.
-To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+To give your project a background in the portfolio page, just add the img tag to the front matter like so:
---
layout: post
title: Project
description: a project with a background image
- img: /img/12.jpg
+ img: /assets/img/12.jpg
---
-
-
-
+
+
+
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.
-
+
- This image can also have a caption. It's like magic.
+ This image can also have a caption. It's like magic.
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.
-
-
+
+
You can also have artistically styled 2/3 + 1/3 images, like these.
@@ -47,7 +47,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
-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: +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:
diff --git a/_projects/5_project.markdown b/_projects/5_project.markdown
index 982b8a6..d69ab66 100644
--- a/_projects/5_project.markdown
+++ b/_projects/5_project.markdown
@@ -2,42 +2,42 @@
layout: post
title: Project
description: a project with a background image
-img: /img/1.jpg
+img: /assets/img/1.jpg
---
Every project has a beautiful feature shocase page. It's easy to include images, in a flexible 3-column grid format. Make your photos 1/3, 2/3, or full width.
-To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+To give your project a background in the portfolio page, just add the img tag to the front matter like so:
---
layout: post
title: Project
description: a project with a background image
- img: /img/12.jpg
+ img: /assets/img/12.jpg
---
-
-
-
+
+
+
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.
-
+
- This image can also have a caption. It's like magic.
+ This image can also have a caption. It's like magic.
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.
-
-
+
+
You can also have artistically styled 2/3 + 1/3 images, like these.
@@ -47,7 +47,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
-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: +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:
diff --git a/_projects/6_project.markdown b/_projects/6_project.markdown
index 7071bde..10c5e87 100644
--- a/_projects/6_project.markdown
+++ b/_projects/6_project.markdown
@@ -2,42 +2,42 @@
layout: post
title: Project
description: a project with no image
-img:
+img:
---
Every project has a beautiful feature shocase page. It's easy to include images, in a flexible 3-column grid format. Make your photos 1/3, 2/3, or full width.
-To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+To give your project a background in the portfolio page, just add the img tag to the front matter like so:
---
layout: post
title: Project
description: a project with a background image
- img: {{ site.baseurl }}/img/12.jpg
+ img: /assets/img/12.jpg
---
-
-
-
+
+
+
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.
-
+
- This image can also have a caption. It's like magic.
+ This image can also have a caption. It's like magic.
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.
-
-
+
+
You can also have artistically styled 2/3 + 1/3 images, like these.
@@ -47,7 +47,7 @@ You can also put regular text between your rows of images. Say you wanted to wri
-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: +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:
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index b267186..c4f00b8 100644
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -95,7 +95,7 @@ display: line;
width: 100%;
tr { text-align: left; }
- td { padding: 5px;}
+ td { padding: 5px 0;}
}
}
diff --git a/blog/index.html b/blog/index.html
index 8b1afa9..9ed5465 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -3,8 +3,8 @@ layout: default
---
|