{"id":13755968,"url":"https://github.com/privefl/rmarkdown-website-template","last_synced_at":"2026-01-17T05:42:46.616Z","repository":{"id":10792567,"uuid":"65637207","full_name":"privefl/rmarkdown-website-template","owner":"privefl","description":"Template for creating your website with R markdown.","archived":false,"fork":false,"pushed_at":"2024-01-02T00:15:16.000Z","size":102,"stargazers_count":56,"open_issues_count":0,"forks_count":336,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-10T03:31:36.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/privefl.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-13T21:14:58.000Z","updated_at":"2025-04-26T13:16:50.000Z","dependencies_parsed_at":"2023-01-11T17:57:08.835Z","dependency_job_id":"37b4b6a6-5e7f-42b4-a852-459c5c93d4b3","html_url":"https://github.com/privefl/rmarkdown-website-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/privefl/rmarkdown-website-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/privefl%2Frmarkdown-website-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/privefl%2Frmarkdown-website-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/privefl%2Frmarkdown-website-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/privefl%2Frmarkdown-website-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/privefl","download_url":"https://codeload.github.com/privefl/rmarkdown-website-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/privefl%2Frmarkdown-website-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28500913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08-03T11:00:33.486Z","updated_at":"2026-01-17T05:42:46.592Z","avatar_url":"https://github.com/privefl.png","language":null,"funding_links":[],"categories":["Rmarkdown Templates"],"sub_categories":["Website"],"readme":"# Make your website with R Markdown in minutes\n\nThis is a template (and tutorial) for creating your website with R Markdown in minutes.\n\nThe official document from RStudio can be found [here](http://rmarkdown.rstudio.com/rmarkdown_websites.html).\n\n## Procedure\n\n### Prerequisites\n\n- Make sure that you have the latest versions of R, RStudio and package rmarkdown. I had problems of encoding because of that. \n\n- Make sure that you have enabled Git in RStudio. More information can be found [there](https://privefl.github.io/advr38book/good-practices.html#git).\n\n- You need a GitHub account.\n\n### Make the first version of your website\n\n- Fork this repo (top-right) and **rename it to be 'YOURGITHUB.github.io'** (in Settings of your brand new repo). Replace 'YOURGITHUB' by your GitHub username (case sensitive).\n\n- Get the link from cloning the repo. Use the green button \"Clone\" and make sure you use SSH, not HTTPS. Then, go to RStudio, create a New Project \u003e Version Control \u003e Git and copy this link. You have cloned your new repo as an R project.\n\n- Build the website by running `rmarkdown::render_site(encoding = \"UTF-8\")` or just `Ctrl/Cmd + Shift + B`.\n\n- Commit and push all new files from RStudio. The first time you build the website, there is a full directory, `site_libs/`, that is created. Trying to add all the files from this directory to a commit can make RStudio freeze. If it happens, restart RStudio, and run `rm .git/index.lock` in the linux terminal of RStudio. Then run `git add .` in the terminal as well; this will add all the new files for you to commit (you can see all the added files in the Git panel after refreshing it).\n\n- Go see your new website at https://YOURGITHUB.github.io/index.html.\n\n### Change the content of your website\n\n- Modify `_site.yml`, `index.Rmd`, `about.Rmd`, `cv.Rmd` and `CV.pdf` with your own content.\n\n- Build your website again. At any moment, you can preview your website locally, by rendering your site and viewing any of your local html file in your Web Browser. \n\n- Commit and push everything from RStudio.\n\n- Go see your new website with your own content at https://YOURGITHUB.github.io/.\n\n### The blog part\n\nFor now, the 'Blog' link is giving a 404 page. \n\nIf you want to add a static blog to your webpage, go [there](https://github.com/privefl/jekyll-now-r-template).\nIf you don't, just remove the corresponding 3 lines from `_site.yml`.\n\n## Two examples\n\nYou can see for example \n- [my own website](https://privefl.github.io/),\n\n- [the website of the R user group in Grenoble](https://r-in-grenoble.github.io/).\n\n## Conclusion\n\nAs a reminder, most credit goes to RStudio/Posit (thanks also to [GitHub pages](https://pages.github.com/)). I just made some minor modifications and made a tuto about how to use all this together.\n\nIf anything is not clear enough, feel free to open an issue in this repo.\nIf it is an issue only related with R Markdown, you'll find a better answer posting your issue [there](https://github.com/rstudio/rmarkdown).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprivefl%2Frmarkdown-website-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprivefl%2Frmarkdown-website-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprivefl%2Frmarkdown-website-template/lists"}