-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub_pres.qmd
70 lines (54 loc) · 1.34 KB
/
github_pres.qmd
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
format:
revealjs:
highlight-style: custom.theme
width: 1300
controls: true
transition: slide
theme: [default, styles.scss]
navigation-mode: vertical
chalkboard: true
verticator:
autogenerate: true
tooltip: true
scale: 3
revealjs-plugins:
- codewindow
- verticator
knitr: true
echo: true
eval: false
embed-resources: false
---
# public github overview 🌊 {data-background-color="#051525"}
frankthetank
## Goals {data-background-color="#051525"}
::: incremental
1. Write the documentation that hasn't been written
2. Prevent the MPV github trap
3. ![](images/dc.gif){.myframe2}
:::
##
```{r filename="Outline.R"}
#| classes: medframe
#| code-line-numbers: "|1-2|4-6|8-9|11-13|15-17"
# 1. Security
credentials <- yaml::read_yaml(file.path("creds.yml"))
# 2. Licensing
license <- readLines("DESCRIPTION.md") |>
stringr::str_detect("License")
# 3. Repo Policies
templates < yaml::read_yaml(file.path("ISSUE_TEMPLATE.yml"))
# 4. Release Cycles
uses: TriPSs/conventional-changelog-action@v3
uses: actions/create-release@v1
# 5. Packages
usethis::use_package("DIQA_package")
pkgdown::build_site("DIQA_package")
```
##
```{=html}
<iframe width="1200" height="600" src="https://nw-page.github.io/standards/" title="Quarto Documentation" class="myframe2"></iframe>
```
## Release Cycles
## Packages