Skip to content

Commit

Permalink
Rebuild website
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Harper committed Sep 1, 2020
1 parent 31723b6 commit f8ea8a7
Show file tree
Hide file tree
Showing 14 changed files with 530 additions and 52 deletions.
8 changes: 6 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Package: grid3rmd
Type: Package
Title: GRID3 R Markdown Templates
Version: 0.1.8
Version: 1.0.0
Authors@R: c(
person("Michael Harper", , , "[email protected]", role = c("aut", "cre")),
person("GRID3", role = c("aut")))
Author: Michael Harper
Maintainer: Michael Harper <[email protected]>
URL: https://github.com/GRID3/grid3rmd
BugReports: https://github.com/GRID3/grid3rmd
Description: Customised HTML and PDF templates for the GRID3 project.
License: GPL-3
Encoding: UTF-8
Expand Down
12 changes: 6 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ options(scipen = 999)
# grid3rmd

<!-- badges: start -->
![GitHub commit
activity](https://img.shields.io/badge/Status-Work%20In%20Progress-orange.svg)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Commits](https://img.shields.io/github/last-commit/GRID3/grid3rmd)
<!-- badges: end -->

-----

This R package contains R Markdown templates for the [GRID3](http://grid3.org/) project, using brand fonts, colour schemes and icons. The package can be installed from GitHub as follows:
This R package provides R Markdown templates for the [GRID3](http://grid3.org/) project. These templates provide branded fonts, colour schemes and icons. The package can be installed from GitHub as follows:

```
devtools::install_github("GRID3/grid3rmd")
Expand All @@ -40,9 +40,9 @@ The template includes output formats for PDF, HTML and Word. These are available

```
output:
grid3rmd::html_grid3: default
grid3rmd::pdf_grid3: default
grid3rmd::word_grid3: default
grid3rmd::html_grid3: default
grid3rmd::pdf_grid3: default
grid3rmd::word_grid3: default
```

An example of the outputs is shown below:
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@

<!-- badges: start -->

![GitHub commit
activity](https://img.shields.io/badge/Status-Work%20In%20Progress-orange.svg)
[![Lifecycle:
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![License: GPL
v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Commits](https://img.shields.io/github/last-commit/GRID3/grid3rmd)
<!-- badges: end -->

-----

This R package contains R Markdown templates for the
[GRID3](http://grid3.org/) project, using brand fonts, colour schemes
and icons. The package can be installed from GitHub as follows:
This R package provides R Markdown templates for the
[GRID3](http://grid3.org/) project. These templates provide branded
fonts, colour schemes and icons. The package can be installed from
GitHub as follows:

devtools::install_github("GRID3/grid3rmd")

Expand All @@ -28,9 +30,9 @@ changing the output format in the the YAML of your R Markdown document
using the following:

output:
grid3rmd::html_grid3: default
grid3rmd::pdf_grid3: default
grid3rmd::word_grid3: default
grid3rmd::html_grid3: default
grid3rmd::pdf_grid3: default
grid3rmd::word_grid3: default

An example of the outputs is shown below:

Expand Down
13 changes: 10 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

369 changes: 369 additions & 0 deletions docs/LICENSE.html

Large diffs are not rendered by default.

19 changes: 15 additions & 4 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions docs/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.navbar-default {
background-color: #AB3933;
border-color: #AB3933;
}


a {
color: #AB3933;
text-decoration: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #ffffff;
background-color: #F26522;
}
53 changes: 40 additions & 13 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 2.9.2.1
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2020-09-01T13:48Z
last_built: 2020-09-01T14:31Z

15 changes: 11 additions & 4 deletions docs/reference/html_grid3.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f8ea8a7

Please sign in to comment.