-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
49 lines (41 loc) · 1.82 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: "Arjacent Projects"
subtitle: "Reclaimed timber and landscaping projects. We are a team of ecologically minded individuals, using open science and small business to build a more sustainable economic future for our local communities."
output: bookdown::gitbook
site: bookdown::bookdown_site
profileImage: "assets/imgs/logo_v1BOXtrans.png"
imagehead1: "Reclaimed Timber"
image1test: "assets/imgs/imageNEW1small.png"
thumbs1test: "assets/imgs/thumbs/thumbNEW1.png"
imagehead2: "ARJACENT Projects"
image2test: "assets/imgs/back_v2_crop.png"
thumbs2test: "assets/imgs/back_v2_crop.png"
imagehead3: "Custom Landscaping"
image3test: "assets/imgs/imageNEW2small.png"
thumbs3test: "assets/imgs/thumbs/thumbNEW2.png"
imagehead4: "Gardening care"
image4test: "assets/imgs/imageNEW3small.png"
thumbs4test: "assets/imgs/thumbs/thumbNEW3.png"
---
```{r message = FALSE, warning = FALSE, echo = FALSE}
library(knitr)
library(tidyverse)
library(here)
##add fonts package and graduate font
# library(fonts)
knitr::opts_chunk$set(message = FALSE, #code messages suppressed
warning = FALSE, #warning messages suppressed
echo = FALSE, #no code meta-information given
cache = FALSE) #nothing will change if this is left constant
#list packages
# packages(.)
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```
<br>
<center>Any enquires welcome!</centre>
<center><i class="fa fa-envelope"></i> <a href="mailto:[email protected]">[email protected]<br/>
<i class="fa fa-facebook"></i> <a href="https://www.facebook.com/arjacentprojects">arjacentprojects</a><br/>
<i class="fa fa-instagram"></i> <a href="https://www.instagram.com/arjacentprojects/">arjacentprojects</a><br/></center>