Skip to content

Commit 9a42a40

Browse files
move major blog posts from readme to pkgdown.
1 parent 0f9d71b commit 9a42a40

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

README.Rmd

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,6 @@ styler functionality is made available through other tools, most notably
169169
* The official [web documentation](https://styler.r-lib.org/) of styler,
170170
containing various vignettes function documentation as well as a change-log.
171171

172-
* [Blog
173-
post](https://lorenzwalthert.netlify.com/post/customizing-styler-the-quick-way/)
174-
about how you can customize styler without being an expert.
175-
176-
* A [tidyverse.org blog
177-
post](https://www.tidyverse.org/articles/2017/12/styler-1.0.0/) introducing
178-
the functionality of styler and a [follow-up
179-
post](https://www.tidyverse.org/blog/2019/11/styler-1-2-0/) that introduces
180-
the new features since release 1.0.0.
181-
182172
* The wiki of [Google Summer of Code
183173
2017](https://github.com/rstats-gsoc/gsoc2017/wiki/Noninvasive-source-code-formatting)
184174
or the [pkgdown](https://r-lib.github.io/styler/) page contain information

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,6 @@ styler functionality is made available through other tools, most notably
165165
styler, containing various vignettes function documentation as well
166166
as a change-log.
167167

168-
- [Blog
169-
post](https://lorenzwalthert.netlify.com/post/customizing-styler-the-quick-way/)
170-
about how you can customize styler without being an expert.
171-
172-
- A [tidyverse.org blog
173-
post](https://www.tidyverse.org/articles/2017/12/styler-1.0.0/)
174-
introducing the functionality of styler and a [follow-up
175-
post](https://www.tidyverse.org/blog/2019/11/styler-1-2-0/) that
176-
introduces the new features since release 1.0.0.
177-
178168
- The wiki of [Google Summer of Code
179169
2017](https://github.com/rstats-gsoc/gsoc2017/wiki/Noninvasive-source-code-formatting)
180170
or the [pkgdown](https://r-lib.github.io/styler/) page contain

_pkgdown.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,12 @@ development:
4747
mode: auto
4848

4949
url: https://styler.r-lib.org
50+
51+
news:
52+
releases:
53+
- text: "Version 1.0.0"
54+
href: https://www.tidyverse.org/blog/2017/12/styler-1.0.0/
55+
- text: "Version 1.2.0"
56+
href: https://www.tidyverse.org/blog/2019/11/styler-1-2-0/
57+
- text: "Version 1.3.0"
58+
href: https://lorenzwalthert.netlify.com/post/styler-1-3-0/

0 commit comments

Comments
 (0)