{"id":13398733,"url":"https://github.com/hrbrmstr/markdowntemplates","last_synced_at":"2025-04-07T11:04:59.371Z","repository":{"id":40524148,"uuid":"51112759","full_name":"hrbrmstr/markdowntemplates","owner":"hrbrmstr","description":":white_check_mark::small_red_triangle_down: A collection of alternate R markdown templates","archived":false,"fork":false,"pushed_at":"2019-01-24T20:06:22.000Z","size":12847,"stargazers_count":316,"open_issues_count":10,"forks_count":91,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-31T08:12:23.593Z","etag":null,"topics":["markdown","r","rmarkdown","rstats"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrbrmstr.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-04T23:16:15.000Z","updated_at":"2025-03-22T11:19:24.000Z","dependencies_parsed_at":"2022-06-29T19:20:18.120Z","dependency_job_id":null,"html_url":"https://github.com/hrbrmstr/markdowntemplates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fmarkdowntemplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fmarkdowntemplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fmarkdowntemplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fmarkdowntemplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/markdowntemplates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640462,"owners_count":20971557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["markdown","r","rmarkdown","rstats"],"created_at":"2024-07-30T19:00:31.187Z","updated_at":"2025-04-07T11:04:59.342Z","avatar_url":"https://github.com/hrbrmstr.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"---\noutput:\n  html_document:\n    keep_md: true\n  md_document:\n    variant: markdown_github\n---\n[![Build Status](https://travis-ci.org/hrbrmstr/markdowntemplates.svg)](https://travis-ci.org/hrbrmstr/markdowntemplates)\n\nA package of R markdown templates and knitr knit engine replacments\n\nThese are a set of alternate R markdown templates that do not use Bootstrap and do not include or rely on jQuery. These are primarily here for demonstration purposes but are also useful in and of themselves (it's always good to have choices). If you have a particular framework you like and it's not here, file an issue and I'll add it.\n\n- **bulma** (`output: markdowntemplates::bulma`) uses the [Bulma CSS framework](http://bulma.io) and has optional `navlink` YAML header elements and also has support for arbitrary footer content \u0026 a subset of OpenGraph tags (see the example Rmd) which will be used in header of the generated file.\n- **skeleton** (`output: markdowntemplates::skeleton`) or **default** (`output: markdowntemplates::default`) uses the [Skeleton CSS framework](http://getskeleton.com) and has optional `navlink` YAML header elements and also has support for arbitrary footer content \u0026 a subset of OpenGraph tags (see the example Rmd) which will be used in header of the generated file.\n- **kube** (`output: markdowntemplates::kube`) uses the [Kube CSS framework](https://imperavi.com/kube/) (contributed by Kieran Healy)\n- **minimal** (`output: markdowntemplates::minimal`) uses no CSS framework and only uses the `title` YAML header element.\n- **hugo** (`output: markdowntemplates::hugo`) produces markdown suitable for [Hugo](https://gohugo.io/) websites. It makes a broad assumption that you will save/use the `hugo` document in the `content` directory of your Hugo websites. \n- **prismpress** (`output: markdowntemplates::prismpress`) produces markdown suitable for use in WordPress with Jetpack (markdown-enabled) and Prism\n- **prismskel** (`output: markdowntemplates::hrbrskel`) is a revamp of\nthe `skeleton` template that has top navbar and footer as optional, uses different\nbase colors, is Fira Sans/Fira Code-based and uses Prism for code highlighting\nwith a dark theme.\n\nWhen you use RStudio to create a new R Markdown document, select \"From Template\" and choose one of these templates.\n\n### knit engine replacements\n\n- `to_jupyter()` : uses `notedown` to make an `ipynb` out of an Rmd\n\nIf you create an R markdown (Rmd) document with the following YAML header:\n\n    ---\n    knit: markdowntemplates::to_jupyter\n    run: false\n    ---\n\nThe `to_jupyter()` engine will be used and [`notedown`](https://github.com/aaren/notedown) will be used to convert the notebook to a Jupyter (ipynb) notebook. The `run` parameter is optional. If not present or set to `true` the notebook will be executed as it is converted to a Jupyter notebook. The engine is also now smart enough to detect the absence of pure R code chunks and avoid including of:\n\n    %load_ext rpy2.ipython\n    \nat the top of the notebook.\n\n### Installation\n\nSince the package is not on CRAN yet, you have to install it devtools-style\n\n```{r eval=FALSE}\ndevtools::install_git(\"https://sr.ht/~hrbrmstr/markdowntemplates\")\n# OR\ndevtools::install_git(\"https://gitlab.com/hrbrmstr/markdowntemplates\")\n# OR\ndevtools::install_github(\"hrbrmstr/markdowntemplates\")\n```\n\n### Bulma example\n\n![](./man/figures/bulma.png)\n\n### Skeleton/default example\n\n![](./man/figures/skeleton.png)\n\n### Kube example\n\n![](./man/figures/kube.png)\n\n### Minimal example\n\n![](./man/figures/minimal.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fmarkdowntemplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Fmarkdowntemplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fmarkdowntemplates/lists"}