diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 08:17:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 08:17:18 -0300 |
commit | 515bdd658d91020c73f82b70ff001015b359adc0 (patch) | |
tree | e7c62578e2ef61bf7c9a46de91d92d37620553fe /_bookup.yml | |
download | bookup-515bdd658d91020c73f82b70ff001015b359adc0.tar.gz bookup-515bdd658d91020c73f82b70ff001015b359adc0.tar.bz2 |
Initial import
Diffstat (limited to '_bookup.yml')
-rw-r--r-- | _bookup.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_bookup.yml b/_bookup.yml new file mode 100644 index 0000000..1a2dd00 --- /dev/null +++ b/_bookup.yml @@ -0,0 +1,18 @@ +--- +# Title and subtitle +title : "Bookup" +subtittle : "Bookdown-based publishing template" + +# Authorship information +author: "Silvio Rhatto" +date : "`r Sys.Date()`" + +# Publisher +publisher: "Fluxo" + +# Language +lang: "pt-br" + +# Bibliography +biblio-style: apalike +link-citations: true |