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>2020-12-11 04:40:31 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-11 04:40:31 +0300
commit0d7399e14d309ad251b21789a8cdd747adfd1d8e (patch)
tree141b2ff45af24e529605f52b185e43fd8bf548dc /exampleSite/content
parent3447a7c67aee2d7d1caf4498c466286e9e15c22d (diff)
feat: add example talk, slides, and project to default tpl
As users regularly ask how to get the example content.
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/slides/example/index.md10
-rw-r--r--exampleSite/content/talk/example/index.md20
2 files changed, 14 insertions, 16 deletions
diff --git a/exampleSite/content/slides/example/index.md b/exampleSite/content/slides/example/index.md
index 25a1fccd..4809be65 100644
--- a/exampleSite/content/slides/example/index.md
+++ b/exampleSite/content/slides/example/index.md
@@ -1,6 +1,6 @@
---
title: Slides
-summary: An introduction to using Academic's Slides feature.
+summary: An introduction to using Wowchemy's Slides feature.
authors: []
tags: []
categories: []
@@ -13,9 +13,9 @@ slides:
highlight_style: dracula
---
-# Create slides in Markdown with Academic
+# Create slides in Markdown with Wowchemy
-[Academic](https://sourcethemes.com/academic/) | [Documentation](https://sourcethemes.com/academic/docs/managing-content/#create-slides)
+[Wowchemy](https://wowchemy.com/) | [Documentation](https://owchemy.com/docs/managing-content/#create-slides)
---
@@ -161,6 +161,6 @@ Create `assets/css/reveal_custom.css` with:
# Questions?
-[Ask](https://spectrum.chat/academic)
+[Ask](https://github.com/wowchemy/wowchemy-hugo-modules/discussions)
-[Documentation](https://sourcethemes.com/academic/docs/managing-content/#create-slides)
+[Documentation](https://wowchemy.com/docs/managing-content/#create-slides)
diff --git a/exampleSite/content/talk/example/index.md b/exampleSite/content/talk/example/index.md
index c07b5a45..2f63eb27 100644
--- a/exampleSite/content/talk/example/index.md
+++ b/exampleSite/content/talk/example/index.md
@@ -1,9 +1,10 @@
---
title: Example Talk
-event: Academic Theme Conference
+
+event: Wowchemy Conference
event_url: https://example.org
-location: Source Themes HQ
+location: Wowchemy HQ
address:
street: 450 Serra Mall
city: Stanford
@@ -11,7 +12,7 @@ address:
postcode: '94305'
country: United States
-summary: An example talk using Academic's Markdown slides feature.
+summary: An example talk using Wowchemy's Markdown slides feature.
abstract: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellusac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam."
# Talk start and end times.
@@ -57,19 +58,16 @@ slides: example
# Otherwise, set `projects = []`.
projects:
- internal-project
-
-# Enable math on this page?
-math: true
---
-{{% alert note %}}
+{{% callout note %}}
Click on the **Slides** button above to view the built-in slides feature.
-{{% /alert %}}
+{{% /callout %}}
Slides can be added in a few ways:
-- **Create** slides using Academic's [*Slides*](https://sourcethemes.com/academic/docs/managing-content/#create-slides) feature and link using `slides` parameter in the front matter of the talk file
+- **Create** slides using Wowchemy's [*Slides*](https://wowchemy.com/docs/managing-content/#create-slides) feature and link using `slides` parameter in the front matter of the talk file
- **Upload** an existing slide deck to `static/` and link using `url_slides` parameter in the front matter of the talk file
-- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://sourcethemes.com/academic/docs/writing-markdown-latex/).
+- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://wowchemy.com/docs/writing-markdown-latex/).
-Further talk details can easily be added to this page using *Markdown* and $\rm \LaTeX$ math code.
+Further event details, including [page elements](https://wowchemy.com/docs/writing-markdown-latex/) such as image galleries, can be added to the body of this page.