All Projects → sellorm → Awesome Blogdown

sellorm / Awesome Blogdown

Licence: cc0-1.0
An awesome curated list of blogs built using blogdown

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Awesome Blogdown

Tableless
O site do Tableless em Hugo. Mais leve, impossível.
Stars: ✭ 107 (+33.75%)
Mutual labels:  static-site-generator, hugo, website
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (+11.25%)
Mutual labels:  static-site-generator, hugo, rstats
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+638.75%)
Mutual labels:  static-site-generator, hugo
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+7516.25%)
Mutual labels:  static-site-generator, hugo
Hugo
Docker image for Hugo, the static-site generator. Includes HTMLProofer for testing.
Stars: ✭ 54 (-32.5%)
Mutual labels:  static-site-generator, hugo
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (+292.5%)
Mutual labels:  static-site-generator, website
Phenomic
DEPRECATED. Please use Next.js instead.
Stars: ✭ 3,264 (+3980%)
Mutual labels:  static-site-generator, website
Hugo Theme Bootie Docs
A simple Hugo theme for documentation
Stars: ✭ 45 (-43.75%)
Mutual labels:  static-site-generator, hugo
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-57.5%)
Mutual labels:  static-site-generator, hugo
Docker Hugo
🐳 Docker Image for Hugo, a fast and flexible static site generator
Stars: ✭ 60 (-25%)
Mutual labels:  static-site-generator, hugo
Hugo Boilerplate
A Hugo boilerplate for building modern websites
Stars: ✭ 58 (-27.5%)
Mutual labels:  static-site-generator, hugo
Hugofy Sublime
Hugo plugin for Sublime Text 3
Stars: ✭ 64 (-20%)
Mutual labels:  static-site-generator, hugo
website
The code which powers jacobtomlinson.dev
Stars: ✭ 16 (-80%)
Mutual labels:  website, hugo
tikz favorites
collection of favorite TikZ graphics
Stars: ✭ 62 (-22.5%)
Mutual labels:  hugo, rstats
Workflowr
Organize your project into a research website
Stars: ✭ 551 (+588.75%)
Mutual labels:  rstats, website
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-26.25%)
Mutual labels:  static-site-generator, hugo
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-45%)
Mutual labels:  static-site-generator, hugo
Hepek
Web content generators in Scala. Intuitive, scalable, powerful.
Stars: ✭ 69 (-13.75%)
Mutual labels:  static-site-generator, website
hugo-gulp-template
Enhanced template for Hugo projects
Stars: ✭ 28 (-65%)
Mutual labels:  static-site-generator, hugo
snipcart-hugo-integration
Hugo Website Tutorial with a Live Static E-Commerce Example
Stars: ✭ 38 (-52.5%)
Mutual labels:  static-site-generator, hugo

Awesome Blogdown

An awesome curated list of blogs built using blogdown or hugodown.

You'll find the Awesome Blogdown website at awesome-blogdown.com.

About Blogdown and hugodown

Blogdown and hugodown both allow you to build websites using R, RMarkdown and Hugo, 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 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.

If you do end up using it for something, let me know, I'd love to hear about it!

License

MIT © Mark Sellors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].