Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml14
-rw-r--r--content/home/hero.md36
-rw-r--r--content/home/publications.md3
-rw-r--r--content/home/publications_selected.md1
-rw-r--r--content/home/talks.md3
-rw-r--r--content/home/talks_selected.md1
-rw-r--r--content/post/_index.md5
-rw-r--r--content/publication/_index.md3
-rw-r--r--content/talk/_index.md5
-rw-r--r--netlify.toml2
m---------themes/academic0
11 files changed, 56 insertions, 17 deletions
diff --git a/config.toml b/config.toml
index d37a1fea..a72414fa 100644
--- a/config.toml
+++ b/config.toml
@@ -217,7 +217,14 @@ enableGitInfo = false
# 1 = Detailed
# 2 = APA
# 3 = MLA
- publication_format = 3
+ # 4 = Stream
+ publication_format = 4
+
+ # Talk list format.
+ # 0 = Simple
+ # 1 = Detailed
+ # 2 = Stream
+ talk_format = 2
# Social/Academic Networking
#
@@ -293,11 +300,6 @@ enableGitInfo = false
weight = 4
[[menu.main]]
- name = "Teaching"
- url = "#teaching"
- weight = 5
-
-[[menu.main]]
name = "Contact"
url = "#contact"
weight = 6
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 = '<i class="fas fa-download"></i> Install Now'
++++
+
+The highly flexible website framework for Hugo with an extensible plugin mechanism. Create a beautifully simple site in under 10 minutes :rocket:
+<div style="margin-top: -0.5rem;">
+ <a id="academic-release" href="https://sourcethemes.com/academic/updates" data-repo="gcushen/hugo-academic">
+ Latest release <!-- V -->
+ </a>
+</div>
+<div class="mt-3">
+ <a class="github-button" href="https://github.com/gcushen/hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star this on GitHub">Star</a>
+</div>
+<script async defer src="https://buttons.github.io/buttons.js"></script>
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]
diff --git a/netlify.toml b/netlify.toml
index 43c99671..ace83c60 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,6 +3,6 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.48"
+ HUGO_VERSION = "0.49.2"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
diff --git a/themes/academic b/themes/academic
-Subproject f78135f432b2f1115cca32825e0f25f06ba4521
+Subproject 061b56a088532d03b64ffb3848819f55cd0b3db