Git Product home page Git Product logo

awesome-blogdown's Introduction

Awesome Blogdown

An awesome curated list of blogs built using blogdown.

Update: Awesome Blogdown has moved to its own site, awesome-blogdown.com!

About Blogdown

The blogdown package for R lets you create static websites using RMarkdown and Hugo. 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

If you want to add a site that uses blogdown to this list, please create a pull request with the necessary change. We'll confirm that it's using blogdown and merge the request. If you're not comfortable doing that, find me on twitter and let me know.

Adding your site

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.