You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,7 @@
2
2
3
3
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).
4
4
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`:
0 commit comments