forked from HugoBlox/theme-academic-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
theme: sync v4.1 dev and upgrade home sections to use Pages widget
- Loading branch information
Showing
8 changed files
with
190 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,66 @@ | ||
+++ | ||
# Recent Posts widget. | ||
# This widget displays recent posts from `content/post/`. | ||
widget = "posts" # Do not modify this line! | ||
# A Recent Blog Posts section created with the Pages widget. | ||
# This section displays recent blog posts from `content/post/`. | ||
|
||
widget = "pages" # Do not modify this line! | ||
active = true # Activate this widget? true/false | ||
weight = 40 # Order that this section will appear. | ||
|
||
title = "Recent Posts" | ||
subtitle = "" | ||
|
||
# Number of recent posts to list. | ||
count = 5 | ||
[content] | ||
# Page type to display. E.g. post, talk, or publication. | ||
page_type = "post" | ||
|
||
# Choose how much pages you would like to display (0 = all pages) | ||
count = 5 | ||
|
||
# Choose how many pages you would like to offset by | ||
offset = 0 | ||
|
||
# View. | ||
# 1 = List | ||
# 2 = Compact | ||
# 3 = Card | ||
view = 2 | ||
# Page order. Descending (desc) or ascending (asc) date. | ||
order = "desc" | ||
|
||
# Filter posts by tag or category. | ||
# E.g. to only show posts tagged with `Academic`, set `filter_tag = "Academic"` | ||
filter_tag = "" | ||
filter_category = "" | ||
+++ | ||
# Filter posts by a taxonomy term. | ||
[content.filters] | ||
tag = "" | ||
category = "" | ||
publication_type = "" | ||
exclude_featured = false | ||
|
||
[design] | ||
# Toggle between the various page layout types. | ||
# 1 = List | ||
# 2 = Compact | ||
# 3 = Card | ||
# 4 = Citation (publication only) | ||
view = 2 | ||
|
||
[design.background] | ||
# Apply a background color, gradient, or image. | ||
# Uncomment (by removing `#`) an option to apply it. | ||
# Choose a light or dark text color by setting `text_color_light`. | ||
# Any HTML color name or Hex value is valid. | ||
|
||
# Background color. | ||
# color = "navy" | ||
|
||
# Background gradient. | ||
# gradient_start = "DeepSkyBlue" | ||
# gradient_end = "SkyBlue" | ||
|
||
# Background image. | ||
# image = "background.jpg" # Name of image in `static/img/`. | ||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. | ||
|
||
# Text color (true=light or false=dark). | ||
text_color_light = true | ||
|
||
[advanced] | ||
# Custom CSS. | ||
css_style = "" | ||
|
||
# CSS class. | ||
css_class = "" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,66 @@ | ||
+++ | ||
# Recent and Upcoming Talks widget. | ||
widget = "talks" # Do not modify this line! | ||
# A Recent and Upcoming Talks section created with the Pages widget. | ||
# This section displays recent talks from `content/talk/`. | ||
|
||
widget = "pages" # Do not modify this line! | ||
active = true # Activate this widget? true/false | ||
weight = 30 # Order that this section will appear. | ||
|
||
title = "Recent & Upcoming Talks" | ||
subtitle = "" | ||
|
||
# Order that this section will appear in. | ||
weight = 30 | ||
[content] | ||
# Page type to display. E.g. post, talk, or publication. | ||
page_type = "talk" | ||
|
||
# Choose how much pages you would like to display (0 = all pages) | ||
count = 5 | ||
|
||
# Choose how many pages you would like to offset by | ||
offset = 0 | ||
|
||
# Number of talks to list. | ||
count = 10 | ||
# Page order. Descending (desc) or ascending (asc) date. | ||
order = "desc" | ||
|
||
# View. | ||
# 1 = List | ||
# 2 = Compact | ||
# 3 = Card | ||
view = 2 | ||
# Filter posts by a taxonomy term. | ||
[content.filters] | ||
tag = "" | ||
category = "" | ||
publication_type = "" | ||
exclude_featured = false | ||
|
||
[design] | ||
# Toggle between the various page layout types. | ||
# 1 = List | ||
# 2 = Compact | ||
# 3 = Card | ||
# 4 = Citation (publication only) | ||
view = 2 | ||
|
||
[design.background] | ||
# Apply a background color, gradient, or image. | ||
# Uncomment (by removing `#`) an option to apply it. | ||
# Choose a light or dark text color by setting `text_color_light`. | ||
# Any HTML color name or Hex value is valid. | ||
|
||
# Exclude talks that are shown in the Featured Talks widget? | ||
exclude_featured = false | ||
+++ | ||
# Background color. | ||
# color = "navy" | ||
|
||
# Background gradient. | ||
# gradient_start = "DeepSkyBlue" | ||
# gradient_end = "SkyBlue" | ||
|
||
# Background image. | ||
# image = "background.jpg" # Name of image in `static/img/`. | ||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. | ||
|
||
# Text color (true=light or false=dark). | ||
text_color_light = true | ||
|
||
[advanced] | ||
# Custom CSS. | ||
css_style = "" | ||
|
||
# CSS class. | ||
css_class = "" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule academic
updated
from 3ac394 to 9985bc