Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://martinctc.github.io/blog/
My static blog built based on Jekyll Now and template by privefl
https://martinctc.github.io/blog/
Last synced: 3 months ago
JSON representation
My static blog built based on Jekyll Now and template by privefl
- Host: GitHub
- URL: https://martinctc.github.io/blog/
- Owner: martinctc
- License: mit
- Created: 2019-04-13T17:29:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T14:36:20.000Z (about 2 years ago)
- Last Synced: 2024-05-02T21:04:51.028Z (6 months ago)
- Language: HTML
- Homepage: https://martinctc.github.io/blog
- Size: 92.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-r-learning-resources - Musings on R - A blog on all things R and Data Science by Martin Chan. Topics covered include comparing dplyr and data.table, Shiny apps, ggplot, data cleaning, using RStudio, interviews with other R users/data scientists, and web scraping. (Blogs / Uncategorized)
README
## Implementation
See [privefl's Jekyll Now](https://github.com/privefl/jekyll-now-r-template) template and Barry Clark's [Jekyll Now](https://github.com/barryclark/jekyll-now).
This blog is built using a combination of:
- RMarkdown
- Jekyll (GitHub Pages generated)
- the {prettyjekyll} packageThe static site is generated with Jekyll via GitHub Pages, rather than locally.
## Publishing
Posts from this blog can be found on:
- r-bloggers
- RWeekly.org## Notes on {prettyjekyll}
Requirements and features of FormatPost
---------------------------------------- Install package {prettyjekyll} using `devtools::install_github("privefl/prettyjekyll")`.
- The yaml header (delimited by '---') of you Rmd file needs to contain a title and a date.
- Function `prettyjekyll::FormatPost()`
- renders your R Markdown as an HTML Pretty Document,
- gets the main content of this HTML Pretty Document to put it in a new Markdown post that is rendered with Jekyll,
- creates the name of the markdown file with the date and the title of your post,
- makes some changes in figures' and images' paths to be recognized in the site.
You can keep the default path to figures rendered by knitr. Caching is now supported starting with version 0.2.3. You should directly use the R Markdown template from this package.