{"id":14062665,"url":"https://github.com/dieghernan/gitdevr","last_synced_at":"2025-10-28T19:30:19.044Z","repository":{"id":173901770,"uuid":"651392093","full_name":"dieghernan/gitdevr","owner":"dieghernan","description":"A pkgdown' template for my packages. Template based on skin GitDev of my Jekyll template chulapa: https://dieghernan.github.io/chulapa/skins/gitdev","archived":false,"fork":false,"pushed_at":"2025-01-07T14:44:26.000Z","size":8441,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T17:35:10.681Z","etag":null,"topics":["pkgdown","pkgdown-template","r","r-package"],"latest_commit_sha":null,"homepage":"https://dieghernan.github.io/gitdevr/","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/dieghernan.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2023-06-09T06:24:14.000Z","updated_at":"2025-01-07T14:43:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"28961c4a-cdd6-4845-a5e8-4d4e110677e3","html_url":"https://github.com/dieghernan/gitdevr","commit_stats":{"total_commits":57,"total_committers":4,"mean_commits":14.25,"dds":"0.29824561403508776","last_synced_commit":"d01341b5e75fb22057564ea4b10fec6d8ad3ec64"},"previous_names":["dieghernan/gitdevr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieghernan%2Fgitdevr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieghernan%2Fgitdevr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieghernan%2Fgitdevr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieghernan%2Fgitdevr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dieghernan","download_url":"https://codeload.github.com/dieghernan/gitdevr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238700700,"owners_count":19515976,"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":["pkgdown","pkgdown-template","r","r-package"],"created_at":"2024-08-13T07:01:43.229Z","updated_at":"2025-10-28T19:30:18.285Z","avatar_url":"https://github.com/dieghernan.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# gitdevr \u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"139\"/\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![Lifecycle:\nexperimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![.github/workflows/check-simple.yaml](https://github.com/dieghernan/gitdevr/actions/workflows/check-simple.yaml/badge.svg)](https://github.com/dieghernan/gitdevr/actions/workflows/check-simple.yaml)\n\n\u003c!-- badges: end --\u003e\n\n## Overview\n\n**gitdevr** provides a custom [pkgdown](https://pkgdown.r-lib.org) template\nbased on the [GitDev skin](https://dieghernan.github.io/chulapa/skins/gitdev)\nprovided with my Jekyll theme [chulapa](https://dieghernan.github.io/chulapa/).\n\nSee a preview of the template in \u003chttps://dieghernan.github.io/gitdevr/\u003e\n\n## Installation\n\nYou can install the developing version of **gitdevr** with:\n\n```{r, eval=FALSE}\ndevtools::install_github(\"dieghernan/gitdevr\")\n```\n\nAlternatively, you can install **gitdevr** using the\n[r-universe](https://dieghernan.r-universe.dev/gitdevr):\n\n```{r, eval=FALSE}\n# Install gitdevr in R:\ninstall.packages(\"gitdevr\", repos = c(\n  \"https://dieghernan.r-universe.dev\",\n  \"https://cloud.r-project.org\"\n))\n```\n\n## Usage\n\nAfter the successful installation, if you already have your **pkgdown** setup\nready, you only need to specify the `template` parameter as follow. Then, as\nbefore, you can build your site using `pkgdown::build_site()`.\n\n```yml\ntemplate:\n  bootstrap: 5\n  package: gitdevr\n```\n\n\u003e Keep in mind that you should NOT use `default_assets: false` when you change\n\u003e the default template. **gitdevr** relies on some of the **pkgdown** assets and\n\u003e templates.\n\nIt is recommended to add the following line to your `DESCRIPTION`:\n\n```         \nConfig/Needs/website: dieghernan/gitdevr\n```\n\nBy doing so, when using [r-lib\nactions](https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies)\nfor deploying your site, the github action would install the package for you\nautomatically.\n\n## Contributors\n\n\n\n\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\nAll contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropensci/allcontributors) following the [allcontributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n\u003ctable class=\"table allctb-table\" \u003e\n\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/dieghernan\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/25656809?v=4\" width=\"100px;\" class=\"allctb-avatar\" alt=\"\"/\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/dieghernan/gitdevr/commits?author=dieghernan\"\u003edieghernan\u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdieghernan%2Fgitdevr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdieghernan%2Fgitdevr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdieghernan%2Fgitdevr/lists"}