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>2019-02-28 01:34:04 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-02-28 01:34:04 +0300
commit8296df5067a2eecea89c0adbb141c05a5e1f422c (patch)
treeeba07c3b6559dddbaed68282a1990a78aa2a5c22 /content/home/featured.md
parent96e3f9b2d4bdc3943985ab8e31cb6d34e7b169e9 (diff)
theme: upgrade to latest v4.1 dev (talk front matter upgraded)
Also: - Project and Custom widgets renamed (upgraded) - Rearranges section positions and adds demo section to introduce the template and help the user get started
Diffstat (limited to 'content/home/featured.md')
-rw-r--r--content/home/featured.md63
1 files changed, 63 insertions, 0 deletions
diff --git a/content/home/featured.md b/content/home/featured.md
new file mode 100644
index 00000000..06d588fc
--- /dev/null
+++ b/content/home/featured.md
@@ -0,0 +1,63 @@
++++
+# A Featured Publications section created with the Featured Content widget.
+# This section displays publications from `content/publication/` which have
+# `featured = true` in their front matter.
+
+widget = "featured" # Do not modify this line!
+active = true # Activate this widget? true/false
+weight = 80 # Order that this section will appear.
+
+title = "Featured Publications"
+subtitle = ""
+
+[content]
+ # Page type to display. E.g. post, talk, or publication.
+ page_type = "publication"
+
+ # Choose how much pages you would like to display (0 = all pages)
+ count = 0
+
+ # Page order. Descending (desc) or ascending (asc) date.
+ order = "desc"
+
+ # Filter posts by a taxonomy term.
+ [content.filters]
+ tag = ""
+ category = ""
+ publication_type = ""
+
+[design]
+ # Toggle between the various page layout types.
+ # 1 = List
+ # 2 = Compact
+ # 3 = Card
+ # 4 = Citation (publication only)
+ view = 3
+
+[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 = ""
++++