Skip to content

Commit 2380932

Browse files
committed
cleanup
1 parent 1b17ae1 commit 2380932

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,7 @@
22

33
This is J Stachelek's personal website based on [**blogdown**](https://github.com/rstudio/blogdown) and the [Hugo](https://gohugo.io) theme [hugo-lithium-theme](https://github.com/yihui/hugo-lithium-theme).
44

5-
## Usage
6-
7-
Create a new blog post using:
8-
9-
```r
10-
blogdown::new_post("This is a post title", ext = ".Rmd", subdir = "blog")
11-
```
12-
13-
Commit Rmd + html at `content/blog/*` as well as image files at `static/blog/title`
14-
15-
Insert external images at top level `static/images`:
16-
17-
![https://blogdown-demo.rbind.io/2017/10/06/adding-figures-and-other-images-to-posts/](https://blogdown-demo.rbind.io/2017/10/06/adding-figures-and-other-images-to-posts/)
18-
19-
Preview/build post with:
5+
Preview with:
206

217
```r
228
blogdown::serve_site()

0 commit comments

Comments
 (0)