Skip to content

Commit 4828902

Browse files
committed
add minimal R-hub styling
1 parent a026d1f commit 4828902

17 files changed

+75
-6
lines changed

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseurl = "/"
22
languageCode = "en-us"
3-
title = "A Hugo website"
3+
title = "R-hub blog"
44
theme = "hugo-lithium"
55
googleAnalytics = ""
66
disqusShortname = ""
@@ -14,13 +14,13 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
1414
url = "/about/"
1515
[[menu.main]]
1616
name = "GitHub"
17-
url = "https://github.com/rstudio/blogdown"
17+
url = "https://github.com/r-hub"
1818
[[menu.main]]
1919
name = "Twitter"
20-
url = "https://twitter.com/rstudio"
20+
url = "https://twitter.com/rhub_"
2121

2222
[params]
23-
description = "A website built through Hugo and blogdown."
23+
description = "Blog for the R-hub project of the R Consortium, easing the R package development process."
2424

2525
# options for highlight.js (version, additional languages, and theme)
2626
highlightjsVersion = "9.12.0"

content/about.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ date: "2016-05-05T21:48:51-07:00"
33
title: About
44
---
55

6-
This is a "hello world" example website for the [**blogdown**](https://github.com/rstudio/blogdown) package. The theme was forked from [@jrutheiser/hugo-lithium-theme](https://github.com/jrutheiser/hugo-lithium-theme) and modified by [Yihui Xie](https://github.com/yihui/hugo-lithium).
6+
This is the (WIP) blog of the R-hub project of the [R Consortium](https://www.r-consortium.org/). You might also like, or actually be looking for:
7+
8+
* [R-hub documentation website](https://docs.r-hub.io/),
9+
10+
* [R-hub package builder](https://builder.r-hub.io/).

content/android-chrome-192x192.png

10.4 KB
Loading

content/android-chrome-512x512.png

28.8 KB
Loading

content/apple-touch-icon.png

5.54 KB
Loading

content/browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

content/favicon-16x16.png

1.08 KB
Loading

content/favicon-32x32.png

2.01 KB
Loading

content/favicon.ico

14.7 KB
Binary file not shown.

content/logo.png

77.9 KB
Loading

0 commit comments

Comments
 (0)