diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 66815cf..ceb6575 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -43,15 +43,15 @@ menu: params: homePosts: 6 - mainSections: ["post", "work"] + mainSections: ["post", "project"] editLink: "https://github.com/yihui/hugo-prose/edit/master/exampleSite/content/" authorDelimiter: " / " pageFeatures: [+sidenotes] description: > A website built through Hugo and blogdown with the hugo-prose theme. footer: > - © [Lucius Annaeus Seneca](https://en.wikipedia.org/wiki/Seneca_the_Younger) - 4 BC -- AD 65 + © [Beatrix Potter](https://en.wikipedia.org/wiki/Beatrix_Potter) + 28 July 1866 – 22 December 1943 license: > Text and figures are licensed under [Creative Commons Attribution CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). The source code is diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 7bc9fc0..a717769 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -9,7 +9,7 @@ menu:
Use bibliography
or references
in YAML to include the bibliography database,
-and use @
to cite items, e.g., @R-base
generates R Core Team (2020).
@
to cite items, e.g., @R-base
generates R Core Team (2019).
knitr::write_bib('base', 'packages.bib')
As you can see above, we generated a .bib
database with knitr::write_bib()
.
Citation entries are displayed in the right margin by default like footnotes. To
disable this behavior, set features: [-sidenotes]
in YAML.