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 /_bookdown.yml | |
download | bookup-515bdd658d91020c73f82b70ff001015b359adc0.tar.gz bookup-515bdd658d91020c73f82b70ff001015b359adc0.tar.bz2 |
Initial import
Diffstat (limited to '_bookdown.yml')
-rw-r--r-- | _bookdown.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_bookdown.yml b/_bookdown.yml new file mode 100644 index 0000000..8f6f09f --- /dev/null +++ b/_bookdown.yml @@ -0,0 +1,20 @@ +--- +# Main bookdown config file +# See https://bookdown.org/yihui/bookdown/configuration.html#configuration + +# Markdown files +#rmd_files: [ "published/index.md" ] + +# Filename +#book_filename: 'book' + +# Internationalization +# https://bookdown.org/yihui/bookdown/internationalization.html +language: + label: + def: 'Definição ' + prp: 'Etimologia ' + ui: + edit: Editar + chapter_name: '' + appendix_name: '' |