POST
You’ll add here a general introduction of your posts.
Hello R Markdown
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. You can embed an R code chunk like this: summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.
Archetypes management
The archetypes are defined in the archetypes
folder, for both post and portfolio.
Config File
Here is the basic config file used for personal-web.
You can use it as a base for your website.
Open Graph image
Within any page, you can add in the FrontMatter a images array that will be used to define a specific Open Graph image. For example, see content/_index.md page: images: ["/images/sample.jpg"]