Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brdauria committed Mar 26, 2019
1 parent 7735969 commit c9df740
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ talk given at **Coding Club UC3M**
Day: Tuesday **March 26th**, 2019
Time: **16:30 - 17:30**

### Abstract:
### Abstract:

In this talk, we will build a simple blog using R-Markdown, Jekyll and GitHub pages.
We will use the blogdown package for R that allows to easily build a personal blog containing scientific contents,
Expand Down
20 changes: 20 additions & 0 deletions README.md.save
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Blogging with R
talk given at **Coding Club UC3M**

Day: Tuesday **March 26th**, 2019
Time: **16:30 - 17:30**

### Abstract:

In this talk, we will build a simple blog using R-Markdown, Jekyll and GitHub pages.
We will use the blogdown package for R that allows to easily build a personal blog containing scientific contents,
such as professional plots (made by ggplot2) and mathematical formulas.

The choice for GitHub pages allows to build a blog for free and without any need of a personal server.
The talk will show a simple and ready to use workflow to make and handle a personal blog.
Then, depending on time, it will address stylistic issues and/or advanced content publications.

### Requirements:
- tidyverse and blogdown packages for R, better to have also installed the [RStudio](https://www.rstudio.com/) IDE
- a free account on [GitHub](https://github.com/)
- the [Jekyll](https://jekyllrb.com/docs/installation/) static website generator
2 changes: 1 addition & 1 deletion slides/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="generator" content="pandoc" />




<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
Expand Down

0 comments on commit c9df740

Please sign in to comment.