{"id":23140996,"url":"https://github.com/royfrancis/folium","last_synced_at":"2026-03-05T01:31:15.235Z","repository":{"id":186571564,"uuid":"612942523","full_name":"royfrancis/folium","owner":"royfrancis","description":"A quarto website template for NBIS project reports","archived":false,"fork":false,"pushed_at":"2026-02-16T17:02:26.000Z","size":4144,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T00:27:01.712Z","etag":null,"topics":["quarto","quarto-project","quarto-template","quarto-theme","quarto-website"],"latest_commit_sha":null,"homepage":"https://royfrancis.github.io/folium","language":"SCSS","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/royfrancis.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-12T12:57:54.000Z","updated_at":"2026-02-16T17:02:31.000Z","dependencies_parsed_at":"2023-12-29T00:29:44.289Z","dependency_job_id":"62723231-3fa7-4561-bb4b-1fd49fb3badd","html_url":"https://github.com/royfrancis/folium","commit_stats":null,"previous_names":["royfrancis/minty-quarto-website"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/royfrancis/folium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royfrancis%2Ffolium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royfrancis%2Ffolium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royfrancis%2Ffolium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royfrancis%2Ffolium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/royfrancis","download_url":"https://codeload.github.com/royfrancis/folium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royfrancis%2Ffolium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30104278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:06:53.091Z","status":"ssl_error","status_checked_at":"2026-03-05T01:02:35.679Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["quarto","quarto-project","quarto-template","quarto-theme","quarto-website"],"created_at":"2024-12-17T14:12:10.669Z","updated_at":"2026-03-05T01:31:14.946Z","avatar_url":"https://github.com/royfrancis.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# folium \u003cspan\u003e\u003ca href=\"https://github.com/royfrancis/folium\"\u003e\u003cimg src=\"assets/favicon.png\" style=\"height:40px;vertical-align:middle;\"\u003e\u003c/a\u003e\u003c/span\u003e\n\n[![ci_badge](https://github.com/royfrancis/folium/workflows/deploy/badge.svg)](https://github.com/royfrancis/folium/actions?workflow=deploy)  [![linkcheck_badge](https://github.com/royfrancis/folium/workflows/linkcheck/badge.svg)](https://github.com/royfrancis/folium/actions?workflow=linkcheck)  \n\nA quarto website template for project reports. For a single page template, see [folium-webpage](https://github.com/royfrancis/folium-webpage).\n\n![](preview-a.webp)\n\n![](preview-b.webp)\n\nFor a demo site, see [here](https://royfrancis.github.io/folium).\n\n## Usage\n\n- Required quarto 1.4.549 or higher\n- To download a starter template, run in the terminal\n\n:exclamation: Demo files are not downloaded\n\n```\nquarto use template royfrancis/folium\n```\n\n- Launch preview in the browser\n\n```\nquarto preview\n```\n\nNote that preview will attempt to build all documents.\n\n- Render all html files into `docs` directory\n\n```\nquarto render\n```\n\n## Tips\n\n- Template directory structure\n\n```\n.\n├── assets\n├── completion.qmd\n├── _extensions\n├── index.qmd\n├── _quarto.yml\n└── reports\n    └── report.qmd\n\n```\n\n- Update `nbis` variables in **_quarto.yml**\n- Add/modify reports in the `reports` directory as needed\n- To selectively preview/render files:\n  ```\n  quarto preview reports/report.qmd\n  quarto render reports/report.qmd\n  ```\n- To remove automatic list of files from the sidebar, remove `sidebar` from **_quarto.yml**.\n  - You can optionally manually link reports in `index.qmd` like this:\n\n  ```\n  [Report](reports/report.qmd)\n  ```\n- If project is incomplete, set `completion.qmd` to not be rendered in **_quarto.yml**.\n\n  ```\n  render:\n    - \"*.qmd\"\n    - \"!completion.qmd\"\n  ```\n\n- Use `##` as the highest level heading. Do not use `#`.\n- The site won't be indexed by search engines (probably) due to `\u003cmeta name=\"robots\" content=\"noindex\"\u003e` in head.\n\n## Acknowledgements\n\n- Built using [Quarto](https://quarto.org/)\n\n---\n\n2025 • Roy Francis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyfrancis%2Ffolium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froyfrancis%2Ffolium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyfrancis%2Ffolium/lists"}