update extensions

This commit is contained in:
2025-11-23 22:30:16 +08:00
parent a55781724c
commit af13420fa6
9 changed files with 10 additions and 22 deletions
+1
View File
@@ -0,0 +1 @@
../_extensions
+1
View File
@@ -0,0 +1 @@
../_extensions
+1 -1
View File
@@ -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(
+1
View File
@@ -0,0 +1 @@
../_extensions
+1 -1
View File
@@ -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,
+1
View File
@@ -0,0 +1 @@
../_extensions
-16
View File
@@ -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
Submodule _extensions/drwater updated: c0229aae7f...90ed282346
+3 -3
View File
@@ -157,13 +157,13 @@ website:
text: "Home" text: "Home"
file: index.qmd file: index.qmd
- text: "Main files" - text: "Main files"
menu: menu:
- text: "Manuscript" - text: "Manuscript"
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"