Software Alternatives & Reviews

How to make a blog with R blogdown and Github Pages

RStudio GitHub Pages Hugo GitHub
  1. RStudio™ is a new integrated development environment (IDE) for R.

    #Text Editors #IDE #Software Development 5 social mentions

  2. A free, static web host for open-source projects on GitHub
    Pricing:
    • Open Source
    Below we will create a static website in markdown with R programming language and deploy it to Github Pages. Don't be afraid if you are not familiar with R or markdown. The instructions are simple and anyone, even with a short experience in programming can easily follow them. You should also be familiar with the use of terminal because site building and page editing can't be accessed through a graphical interface as in a Content Management System (e.g. WordPress, Drupal, etc). Nevertheless, RStudio IDE makes the development much more user friendly and straightforward than just in a terminal and text editor.

    #Static Site Generators #Cloud Computing #Blogging 466 social mentions

  3. 3
    Hugo is a general-purpose website framework for generating static web pages.
    Pricing:
    • Open Source
    The website in R is created with the blogdown package. Blogdown is based on the popular static site generator Hugo that renders your markdown content into HTML files. In other words, Hugo will transform your content In other words, Hugo will transform your content so that any web browser can read it. You don't need to know much about Hugo at this stage since everything is done by blogdown package.

    #Static Site Generators #Blogging #Blogging Platform 353 social mentions

  4. 4
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    In addition, publishing our website via Github Pages requires some additional customization. We will need to create a new repository on Github. For example, let's call it "rblogexample". In step 6, we'll take a look at how to deploy a website to Github more closely.

    #Code Collaboration #Git #Version Control 2035 social mentions

Discuss: How to make a blog with R blogdown and Github Pages

Log in or Post with