Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sellorm/awesome-blogdown
An awesome curated list of blogs built using blogdown
https://github.com/sellorm/awesome-blogdown
List: awesome-blogdown
awesome awesome-list blogdown hugo r rstats static-site-generator website
Last synced: 5 days ago
JSON representation
An awesome curated list of blogs built using blogdown
- Host: GitHub
- URL: https://github.com/sellorm/awesome-blogdown
- Owner: sellorm
- License: cc0-1.0
- Created: 2017-02-18T23:21:17.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T16:50:07.000Z (11 months ago)
- Last Synced: 2024-05-19T18:10:14.018Z (6 months ago)
- Topics: awesome, awesome-list, blogdown, hugo, r, rstats, static-site-generator, website
- Language: Makefile
- Homepage: https://awesome-blogdown.com
- Size: 206 KB
- Stars: 98
- Watchers: 3
- Forks: 50
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sellorm/awesome-blogdown - An awesome curated list of blogs built using blogdown (Makefile)
README
# Awesome Blogdown
An awesome curated list of blogs built using [blogdown](https://github.com/rstudio/blogdown) or [hugodown](https://hugodown.r-lib.org).
You'll find the Awesome Blogdown website at [awesome-blogdown.com](https://awesome-blogdown.com).
## About Blogdown and hugodown
Blogdown and hugodown both allow you to build websites using R, [RMarkdown](http://rmarkdown.rstudio.com/) and [Hugo](https://gohugo.io/), but they work in slightly different ways. Check out their project website for more information on the fifferences. In both cases though, sites are rendered to static files which simplifies publishing and hosting, at the same time as allowing you to easily version control your site.
## Contributing to the list
The easiest way to add a site that uses blogdown or hugodown to this list is to [create an issue](https://github.com/sellorm/awesome-blogdown/issues/new/choose) with the relevant information. We'll confirm that it's using one of the packages and add the site.
If you're interested in how Awesome Blogdown works, or would prefer to add your site yourself, read on!The Awesome Blogdown website is driven from a single json file that gets deployed to the website. This file is automatically built from the contents of the `json` directory.
To add your site, create a new file in the `json` directory, using the convention '.json', for instance, if your site were hosted at 'rstats.example.com' the filename to use would be 'rstats.example.com.json'.
The new file should contain a short json snippet that describes your site. The structure is as follows:
```
{
"name": "the name of the blog",
"url": "https://the.url.of.the.blog.com",
"desc": "A brief description of the blog"
}
```Have a look at the some of the other files in the `json` directory to get an idea of the structure and what's been added for other sites, and then create a pull request with your changes.
## Using the Awesome Blogdown data
The json file containing all the data is served from [http://awesome-blogdown.com/sites.json](http://awesome-blogdown.com/sites.json).
If you do end up using it for something, let me know, I'd love to hear about it!
## Site build and deployment
The site is built and deployed by manually trigerring the `CI` GitHub action.
Site hosting is handled by Netlify.
## License
MIT © [Mark Sellors](http://sellorm.com)