update extensions
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
../_extensions
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
../_extensions
|
||||||
+1
-1
@@ -14,7 +14,7 @@ rmdify::rmd_init()
|
|||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
#| output: asis
|
#| output: asis
|
||||||
data.frame(fd = dir(".", pattern = "[-_]")) |>
|
data.frame(fd = dir(".", pattern = ".[-_]")) |>
|
||||||
dplyr::filter(!grepl("_files", fd)) |>
|
dplyr::filter(!grepl("_files", fd)) |>
|
||||||
dplyr::filter(!grepl("quarto", fd)) |>
|
dplyr::filter(!grepl("quarto", fd)) |>
|
||||||
dplyr::mutate(
|
dplyr::mutate(
|
||||||
|
|||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
../_extensions
|
||||||
+1
-1
@@ -11,7 +11,7 @@ rmdify::rmd_init()
|
|||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
#| output: asis
|
#| output: asis
|
||||||
data.frame(fd = dir(".", pattern = "[-_]")) |>
|
data.frame(fd = dir(".", pattern = ".[-_]")) |>
|
||||||
dplyr::mutate(
|
dplyr::mutate(
|
||||||
fn = purrr::map_chr(
|
fn = purrr::map_chr(
|
||||||
fd,
|
fd,
|
||||||
|
|||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
../_extensions
|
||||||
-16
@@ -1,16 +0,0 @@
|
|||||||
color:
|
|
||||||
palette:
|
|
||||||
dark-grey: "#ff0000"
|
|
||||||
blue: "#ddeaf1"
|
|
||||||
background: blue
|
|
||||||
foreground: dark-grey
|
|
||||||
primary: black
|
|
||||||
|
|
||||||
logo:
|
|
||||||
medium: ./_extensions/drwater/dwinst/drwater-white0.svg
|
|
||||||
# typography:
|
|
||||||
# fonts:
|
|
||||||
# - family: Jura
|
|
||||||
# source: google
|
|
||||||
# base: Jura
|
|
||||||
# headings: Jura
|
|
||||||
+1
-1
Submodule _extensions/drwater updated: c0229aae7f...90ed282346
+2
-2
@@ -162,8 +162,8 @@ website:
|
|||||||
file: MS/MS.qmd
|
file: MS/MS.qmd
|
||||||
- text: "Supplementary Materials"
|
- text: "Supplementary Materials"
|
||||||
file: MS/SM.qmd
|
file: MS/SM.qmd
|
||||||
# - text: "Revision Notes"
|
# - text: "Revision Notes"
|
||||||
# file: MS/RN.qmd
|
# file: MS/RN.qmd
|
||||||
- text: "Cover Letter"
|
- text: "Cover Letter"
|
||||||
file: MS/CL.qmd
|
file: MS/CL.qmd
|
||||||
- text: "Highlights"
|
- text: "Highlights"
|
||||||
|
|||||||
Reference in New Issue
Block a user