feat: add publication to default tpl
As users regularly ask how to get the example content. Also, update modules to fix JS error RE no filter toolbar.
This commit is contained in:
parent
0d7399e14d
commit
78e7147b3d
11 changed files with 120 additions and 26 deletions
|
@ -63,13 +63,12 @@ projects:
|
|||
slides: example
|
||||
---
|
||||
|
||||
{{% alert note %}}
|
||||
{{% callout note %}}
|
||||
Click the *Cite* button above to demo the feature to enable visitors to import publication metadata into their reference management software.
|
||||
{{% /alert %}}
|
||||
{{% /callout %}}
|
||||
|
||||
{{% alert note %}}
|
||||
Click the *Slides* button above to demo Academic's Markdown slides feature.
|
||||
{{% /alert %}}
|
||||
|
||||
Supplementary notes can be added here, including [code and math](https://sourcethemes.com/academic/docs/writing-markdown-latex/).
|
||||
{{% callout note %}}
|
||||
Create your slides in Markdown - click the *Slides* button to check out the example.
|
||||
{{% /callout %}}
|
||||
|
||||
Supplementary notes can be added here, including [code, math, and images](https://wowchemy.com/docs/writing-markdown-latex/).
|
||||
|
|
|
@ -65,12 +65,12 @@ projects: []
|
|||
slides: example
|
||||
---
|
||||
|
||||
{{% alert note %}}
|
||||
{{% callout note %}}
|
||||
Click the *Cite* button above to demo the feature to enable visitors to import publication metadata into their reference management software.
|
||||
{{% /alert %}}
|
||||
{{% /callout %}}
|
||||
|
||||
{{% alert note %}}
|
||||
Click the *Slides* button above to demo Academic's Markdown slides feature.
|
||||
{{% /alert %}}
|
||||
{{% callout note %}}
|
||||
Create your slides in Markdown - click the *Slides* button to check out the example.
|
||||
{{% /callout %}}
|
||||
|
||||
Supplementary notes can be added here, including [code and math](https://sourcethemes.com/academic/docs/writing-markdown-latex/).
|
||||
Supplementary notes can be added here, including [code, math, and images](https://wowchemy.com/docs/writing-markdown-latex/).
|
||||
|
|
|
@ -62,8 +62,8 @@ projects:
|
|||
slides: example
|
||||
---
|
||||
|
||||
{{% alert note %}}
|
||||
Click the *Slides* button above to demo Academic's Markdown slides feature.
|
||||
{{% /alert %}}
|
||||
{{% callout note %}}
|
||||
Create your slides in Markdown - click the *Slides* button to check out the example.
|
||||
{{% /callout %}}
|
||||
|
||||
Supplementary notes can be added here, including [code and math](https://sourcethemes.com/academic/docs/writing-markdown-latex/).
|
||||
Supplementary notes can be added here, including [code, math, and images](https://wowchemy.com/docs/writing-markdown-latex/).
|
||||
|
|
|
@ -2,4 +2,4 @@ module github.com/wowchemy/starter-academic/exampleSite
|
|||
|
||||
go 1.15
|
||||
|
||||
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201208221717-1d5456668842 // indirect
|
||||
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201211023654-f6090cd7e55d // indirect
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201208221717-1d5456668842 h1:g/Oo9m83/tVJWS37Rto64KveEMXdtRw2MlQWu28zKwM=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201208221717-1d5456668842/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201211023654-f6090cd7e55d h1:s1Eo9hqvzzN6I+jpx4/GG4yTwCh/26MnZaPvdqrqbis=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201211023654-f6090cd7e55d/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue