diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 12:18:06 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 12:18:06 +0100 |
commit | a45b39d7995e4c0b57272d4fc286eb54e02b9c70 (patch) | |
tree | 46f3a8bafc32df8b02d5c1906137c2881e9d8ce1 /_common.yml | |
parent | ab90f9241d0867206858c306c8d7fb08ee7f0275 (diff) | |
download | bookup-a45b39d7995e4c0b57272d4fc286eb54e02b9c70.tar.gz bookup-a45b39d7995e4c0b57272d4fc286eb54e02b9c70.tar.bz2 |
Unified configuration for book and notes
Diffstat (limited to '_common.yml')
-rw-r--r-- | _common.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_common.yml b/_common.yml new file mode 100644 index 0000000..515d412 --- /dev/null +++ b/_common.yml @@ -0,0 +1,13 @@ +# Authorship information +author: "Silvio Rhatto" +date : "`r Sys.Date()`" + +# Publisher +publisher: "Bookup" + +# Language +lang: "pt-br" + +# Bibliography +biblio-style: apalike +link-citations: true |