Skip to content

Commit 87e96ed

Browse files
committed
change to prepare to blogdown
1 parent 2051d94 commit 87e96ed

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
_site
22
.DS_Store
33
_book_meta.rds
4+
public
45

index.Rmd

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
---
2-
title: "bookdown: Easy Book Publishing with R Markdown"
2+
site: blogdown:::blogdown_site
33
---
4-
5-
> Write HTML, PDF, ePub, and Kindle books with R Markdown
6-
7-
```{r, echo=FALSE, message=FALSE}
8-
source("sitemap.R")
9-
book_listing()
10-
```

0 commit comments

Comments
 (0)