Skip to content

Commit

Permalink
Added Apero theme
Browse files Browse the repository at this point in the history
  • Loading branch information
msgro committed Sep 6, 2022
1 parent 9f9c250 commit 1cd5105
Show file tree
Hide file tree
Showing 470 changed files with 31,341 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# REMEMBER to restart R after you modify and save this file!

# First, execute the global .Rprofile if it exists. You may configure blogdown
# options there, too, so they apply to any blogdown projects. Feel free to
# ignore this part if it sounds too complicated to you.
if (file.exists("~/.Rprofile")) {
base::sys.source("~/.Rprofile", envir = environment())
}

# Now set options to customize the behavior of blogdown for this project. Below
# are a few sample options; for more options, see
# https://bookdown.org/yihui/blogdown/global-options.html
options(
# to automatically serve the site on RStudio startup, set this option to TRUE
blogdown.serve_site.startup = FALSE,
# to disable knitting Rmd files on save, set this option to FALSE
blogdown.knit.on_save = TRUE,
# build .Rmd to .html (via Pandoc); to build to Markdown, set this option to 'markdown'
blogdown.method = 'html'
)

# fix Hugo version
options(blogdown.hugo.version = "0.91.2")
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
Empty file added .hugo_build.lock
Empty file.
13 changes: 13 additions & 0 deletions France_Site.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
2 changes: 2 additions & 0 deletions R/build.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# An optional custom script to run before Hugo builds your site.
# You can delete it if you do not need it.
2 changes: 2 additions & 0 deletions R/build2.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# An optional custom script to run after Hugo builds your site.
# You can delete it if you do not need it.
Loading

0 comments on commit 1cd5105

Please sign in to comment.