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:
authorGeorge Cushen <gcushen@users.noreply.github.com>2018-08-13 00:57:56 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2018-08-13 00:57:56 +0300
commit90f981f9570bca6954928e5e1922cdd6089c98ee (patch)
tree73c3d13fae6dba2c3302adb8d6e0487609ba621f /content
parente72377bbbb4f60394071967af923de519bfa566c (diff)
Update to Academic v2.4.0
Diffstat (limited to 'content')
-rw-r--r--content/home/hero_carousel.md57
-rw-r--r--content/home/search.md12
-rw-r--r--content/home/skills.md25
-rw-r--r--content/home/talks.md2
-rw-r--r--content/home/talks_selected.md17
5 files changed, 113 insertions, 0 deletions
diff --git a/content/home/hero_carousel.md b/content/home/hero_carousel.md
new file mode 100644
index 00000000..19de9b33
--- /dev/null
+++ b/content/home/hero_carousel.md
@@ -0,0 +1,57 @@
++++
+# Hero Carousel widget.
+widget = "hero_carousel"
+active = false
+date = 2017-10-15T00:00:00
+
+# Order that this section will appear in.
+weight = 1
+
+# Slide interval.
+# Use `false` to disable animation or enter a time in ms, e.g. `5000` (5s).
+interval = false
+
+# Minimum slide height.
+# Specify a height to ensure a consistent height for each slide.
+height = "300px"
+
+# Slides.
+# Duplicate an `[[item]]` block to add more slides.
+[[item]]
+ title = "Hello"
+ content = "I am center aligned :smile:"
+ align = "center" # Choose `center`, `left`, or `right`.
+
+ # Overlay a color or image (optional).
+ # Deactivate an option by commenting out the line, prefixing it with `#`.
+ 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_label = "Get Academic"
+ cta_url = "https://sourcethemes.com/academic/"
+ cta_icon_pack = "fa"
+ cta_icon = "graduation-cap"
+
+[[item]]
+ title = "Left"
+ content = "I am left aligned :smile:"
+ align = "left"
+
+ overlay_color = "#555" # An HTML color value.
+ overlay_img = "" # Image path relative to your `static/img/` folder.
+ overlay_filter = 0.5 # Darken the image. Value in range 0-1.
+
+[[item]]
+ title = "Right"
+ content = "I am right aligned :smile:"
+ align = "right"
+
+ overlay_color = "#333" # An HTML color value.
+ overlay_img = "" # Image path relative to your `static/img/` folder.
+ overlay_filter = 0.5 # Darken the image. Value in range 0-1.
+
++++
diff --git a/content/home/search.md b/content/home/search.md
new file mode 100644
index 00000000..e3b797a8
--- /dev/null
+++ b/content/home/search.md
@@ -0,0 +1,12 @@
++++
+# Search widget.
+widget = "search"
+active = true
+date = 2018-07-23T00:00:00
+
+title = "Search"
+subtitle = ""
+
+# Order that this section will appear in.
+weight = 66
++++
diff --git a/content/home/skills.md b/content/home/skills.md
new file mode 100644
index 00000000..078509c6
--- /dev/null
+++ b/content/home/skills.md
@@ -0,0 +1,25 @@
++++
+# Feature/Skill widget.
+widget = "featurette"
+active = false
+date = "2017-11-21"
+
+# Order that this section will appear in.
+weight = 20
+
+# Add/remove as many `[[feature]]` blocks below as you like.
+# See `config.toml` for more info on available icons.
+
+[[feature]]
+ icon = "files-o"
+ icon_pack = "fa"
+ name = "Data Driven"
+ description = "..."
+
+[[feature]]
+ icon = "pencil"
+ icon_pack = "fa"
+ name = "Math"
+ description = "..."
+
++++
diff --git a/content/home/talks.md b/content/home/talks.md
index ae004383..ff134650 100644
--- a/content/home/talks.md
+++ b/content/home/talks.md
@@ -18,5 +18,7 @@ count = 10
# 1 = Detailed
list_format = 0
+# 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
new file mode 100644
index 00000000..2a0604cc
--- /dev/null
+++ b/content/home/talks_selected.md
@@ -0,0 +1,17 @@
++++
+# Selected Talks widget.
+widget = "talks_selected"
+active = false
+date = 2016-04-20T00:00:00
+
+title = "Selected Talks"
+subtitle = ""
+
+# Order that this section will appear in.
+weight = 29
+
+# List format.
+# 0 = Simple
+# 1 = Detailed
+list_format = 0
++++