Skip to content

Commit

Permalink
the first post
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 25, 2017
1 parent 3827b01 commit c07c719
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions archetypes/default.md
@@ -0,0 +1,2 @@
---
---
20 changes: 20 additions & 0 deletions content/post/2017-04-24-launching-the-rbind-support-website.md
@@ -0,0 +1,20 @@
---
title: Launching the Rbind support website
author: Yihui Xie
date: '2017-04-24'
slug: launching-the-rbind-support-website
description: One organization to bind them (websites) all.
---

As we quoted Carlos Scheidegger in the [**blogdown** book](https://bookdown.org/yihui/blogdown/): "if you don't have a website nowadays, you don't exist." So we hope to help as many people to set up their own webistes as possible. There are extremely mature solutions like WordPress, and why Rbind? Of course, Rbind is not for everyone, and it is based on the following philosophies in which we believe:

1. Static websites are easier to maintain. A website is a collection of static files built from Markdown source files, and they work almost everywhere (locally or remotely). No databases, no PHP, faster, and much more secure.
1. R Markdown is simple in syntax, but you can do most common things you want. Headers, paragraphs, lists, tables, footnotes, math equations, plots, theorems, proofs, citations, HTML widgets, and cross-references. What else do you need as a statistician or data analyst?
1. "Social coding" is tremendously helpful. If you share the source of your website, say, on Github, other people can both learn from you and contribute to your website. Don't isolate people using login credentials (you, and only the poor and lonly you, have access to your website) --- bind them using pull requests instead.
1. Your website should be truly yours, and you have control over almost everything, including the content, style, theme, and JavaScript libraries that you are interested in. When you want to move (even move away from Rbind), there is nothing to import or export. Your website is a self-contained folder, and you can move it anywhere you like.

If you do not agree with them, Rbind is probably not for you, otherwise welcome to Rbind, and please see the [About](/about/) page for how to join us. There is a group of volunteers behind Rbind, and they will be happy to assist you with your website.

![one after another cat](https://slides.yihui.name/gif/cat-flow.gif)

Looking forward to more websites on Rbind!
2 changes: 1 addition & 1 deletion themes/hugo-cactus-theme/layouts/_default/single.html
Expand Up @@ -7,7 +7,7 @@
<header>
<h1>{{ .Title }}</h1>
<h2 class="headline">
{{ .Date.Format "2006/01/02" }}
{{ with .Params.Author }} {{.}} &middot; {{ end }} {{ .Date.Format "2006/01/02" }}
<br>
{{ with .Params.tags }}
{{ if ge (len .) 1 }}
Expand Down

0 comments on commit c07c719

Please sign in to comment.