From 1fc8ba3cbef94f4128922cb054326a8c54d36066 Mon Sep 17 00:00:00 2001
From: David Dorchies <david.dorchies@inrae.fr>
Date: Sun, 10 Mar 2024 16:55:23 +0100
Subject: [PATCH] feat: move style.css to templates

Refs #24
---
 inst/templates/inrae/_output.yml                      | 2 +-
 inst/{bookdown_template => templates/inrae}/style.css | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename inst/{bookdown_template => templates/inrae}/style.css (100%)

diff --git a/inst/templates/inrae/_output.yml b/inst/templates/inrae/_output.yml
index d23c54d..74e0dc8 100644
--- a/inst/templates/inrae/_output.yml
+++ b/inst/templates/inrae/_output.yml
@@ -1,5 +1,5 @@
 bookdown::gitbook:
-  css: style.css
+  css: templates/inrae/style.css
   config:
     toc:
       before: |
diff --git a/inst/bookdown_template/style.css b/inst/templates/inrae/style.css
similarity index 100%
rename from inst/bookdown_template/style.css
rename to inst/templates/inrae/style.css
-- 
GitLab