From 5177dc25b122e9aff36a4f5b356d02475aec36ad Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 14 Oct 2018 02:15:45 +0100 Subject: Sync Academic v3-dev --- content/home/hero.md | 36 +++++++++++++++++++++++++++++++++++ content/home/publications.md | 3 ++- content/home/publications_selected.md | 1 + content/home/talks.md | 3 ++- content/home/talks_selected.md | 1 + content/post/_index.md | 5 ++--- content/publication/_index.md | 3 +-- content/talk/_index.md | 5 ++--- 8 files changed, 47 insertions(+), 10 deletions(-) create mode 100644 content/home/hero.md (limited to 'content') diff --git a/content/home/hero.md b/content/home/hero.md new file mode 100644 index 00000000..4cdd1f5b --- /dev/null +++ b/content/home/hero.md @@ -0,0 +1,36 @@ ++++ +# Hero widget. +widget = "hero" +active = false +date = 2017-10-15T00:00:00 + +title = "Academic" + +# Order that this section will appear in. +weight = 3 + +# Overlay a color or image (optional). +# Deactivate an option by commenting out the line, prefixing it with `#`. +[header] + overlay_color = "#666" # An HTML color value. + overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/img/` folder. + overlay_filter = 0.5 # Darken the image. Value in range 0-1. + +# Call to action button (optional). +# Activate the button by specifying a URL and button label below. +# Deactivate by commenting out parameters, prefixing lines with `#`. +[cta] + url = "./post/getting-started/" + label = ' Install Now' ++++ + +The highly flexible website framework for Hugo with an extensible plugin mechanism. Create a beautifully simple site in under 10 minutes :rocket: +
+ + Latest release + +
+
+ Star +
+ diff --git a/content/home/publications.md b/content/home/publications.md index d635d869..cc71e42b 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -19,7 +19,8 @@ count = 10 # 1 = Detailed # 2 = APA # 3 = MLA -list_format = 3 +# 4 = Stream +list_format = 4 # Filter by publication type. # -1: Any diff --git a/content/home/publications_selected.md b/content/home/publications_selected.md index 09d83b1b..ca9a5ae9 100644 --- a/content/home/publications_selected.md +++ b/content/home/publications_selected.md @@ -17,6 +17,7 @@ weight = 10 # 1 = Detailed # 2 = APA # 3 = MLA +# 4 = Stream list_format = 1 # Filter by publication type. diff --git a/content/home/talks.md b/content/home/talks.md index ff134650..e293f1c0 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -16,7 +16,8 @@ count = 10 # List format. # 0 = Simple # 1 = Detailed -list_format = 0 +# 2 = Stream +list_format = 2 # Exclude talks that are shown in the Selected Talks widget? exclude_selected = false diff --git a/content/home/talks_selected.md b/content/home/talks_selected.md index 2a0604cc..bf7e667e 100644 --- a/content/home/talks_selected.md +++ b/content/home/talks_selected.md @@ -13,5 +13,6 @@ weight = 29 # List format. # 0 = Simple # 1 = Detailed +# 3 = Stream list_format = 0 +++ diff --git a/content/post/_index.md b/content/post/_index.md index 88d40c07..196690b8 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -1,13 +1,12 @@ +++ title = "Posts" date = 2017-01-01T00:00:00 -math = false -highlight = false # List format. # 0 = Simple # 1 = Detailed -list_format = 1 +# 2 = Stream +list_format = 2 # Optional featured image (relative to `static/img/` folder). [header] diff --git a/content/publication/_index.md b/content/publication/_index.md index 15ae8609..22984353 100644 --- a/content/publication/_index.md +++ b/content/publication/_index.md @@ -1,14 +1,13 @@ +++ title = "Publications" date = 2017-01-01T00:00:00 -math = false -highlight = false # List format. # 0 = Simple # 1 = Detailed # 2 = APA # 3 = MLA +# 4 = Stream list_format = 3 # Optional featured image (relative to `static/img/` folder). diff --git a/content/talk/_index.md b/content/talk/_index.md index 31549b8b..1bd2ab2c 100644 --- a/content/talk/_index.md +++ b/content/talk/_index.md @@ -1,13 +1,12 @@ +++ title = "Recent & Upcoming Talks" date = 2017-01-01T00:00:00 -math = false -highlight = false # List format. # 0 = Simple # 1 = Detailed -list_format = 0 +# 2 = Stream +list_format = 2 # Optional featured image (relative to `static/img/` folder). [header] -- cgit v1.2.3