feat: add example talk, slides, and project to default tpl
As users regularly ask how to get the example content.
This commit is contained in:
parent
3447a7c67a
commit
0d7399e14d
7 changed files with 294 additions and 16 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue