{"id":13398770,"url":"https://github.com/nwstephens/rmdcss","last_synced_at":"2025-03-14T02:31:33.466Z","repository":{"id":86104132,"uuid":"110783717","full_name":"nwstephens/rmdcss","owner":"nwstephens","description":"CSS templates for R Markdown documents","archived":false,"fork":false,"pushed_at":"2017-11-15T05:15:07.000Z","size":8,"stargazers_count":31,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T19:16:59.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nwstephens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-15T04:32:17.000Z","updated_at":"2023-11-16T02:59:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"af403f07-e813-46fa-8091-3e471a02636f","html_url":"https://github.com/nwstephens/rmdcss","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/nwstephens%2Frmdcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwstephens%2Frmdcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwstephens%2Frmdcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwstephens%2Frmdcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwstephens","download_url":"https://codeload.github.com/nwstephens/rmdcss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511660,"owners_count":20302595,"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":[],"created_at":"2024-07-30T19:00:31.524Z","updated_at":"2025-03-14T02:31:33.057Z","avatar_url":"https://github.com/nwstephens.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# CSS templates for R Markdown documents\n\nThese templates were lifted from [John Otander](http://markdowncss.github.io/) and wrapped into an R package.\n\n* Air\n* Modest\n* Retro\n* Splendor\n\n### Install\n\nInstall the package from Github using devtools:\n\n```\ndevtools::install_github(\"nwstephens/rmdcss\")\n```\n\n### Using\n\nOpen an R Markdown skeleton document in the RStudio IDE by selecting `File \u003e New File \u003e R Markdown... \u003e From Template`. This will load a skeleton document with the appropriate YAML header:\n\n```\n---\ntitle: \"Untitled\"\noutput: rmdcss::html_air\n---\n```\n\n### Understanding document templates\n\nYou can easily add your own document templates by the instructions at the [R Markdown website](http://rmarkdown.rstudio.com/developer_document_templates.html).\n\nIf you want to use a CSS template that is not included in this package you can choose to either:\n\n* Modify this package to include your CSS file\n* Refer to the CSS file outside of this package\n\nIf you want to use a CSS file outside of this package, you should store the CSS file in your document directory and refer to it in the YAML header:\n\n```\n---\ntitle: \"Habits\"\noutput:\n  html_document:\n    theme: null\n    highlight: null\n    css: styles.css\n---\n```\n\nFor more details on how to customize HTML output with R Markdown, please refer to the [R Markdown website](http://rmarkdown.rstudio.com/html_document_format.html#custom_css).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwstephens%2Frmdcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwstephens%2Frmdcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwstephens%2Frmdcss/lists"}