Skip to content

Commit e88216f

Browse files
committed
chore(quarto): remove numbers + callouts page
1 parent a977b25 commit e88216f

File tree

10 files changed

+12
-9
lines changed

10 files changed

+12
-9
lines changed

_quarto.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ website:
2828
- pages/basic_structure.qmd
2929
- pages/making_a_change.qmd
3030
- pages/markdown.qmd
31-
- pages/callouts.qmd
3231
- pages/media.qmd
3332
- pages/customising.qmd
3433
- pages/code.qmd

pages/basic_structure.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "(2) Basic structure"
2+
title: Basic structure
33
---
44

55
explain basic structure of quarto website

pages/callouts.qmd

Whitespace-only changes.

pages/code.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "(7) Code"
2+
title: Code
33
---
44

55
code example

pages/customising.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "(6) Customising the site appearance"
2+
title: Customising the site appearance
33
---
44

55
themes

pages/examples.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Examples"
2+
title: Examples
33
format:
44
html:
55
toc: false

pages/making_a_change.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "(3) Making a change"
2+
title: Making a change
33
---
44

55
make a change

pages/markdown.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,7 @@ First part of the sentence.<br>Second part on a new line.
402402
* [ ] Write a short sentence, then use `<br>` to put a second short sentence on the next line with a line break between them.
403403

404404
:::
405+
406+
## Hyperlinks
407+
408+
TODO

pages/setup.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "(1) Set-up"
2+
title: Set-up
33
---
44

55
::: {.pale-blue}
@@ -44,4 +44,4 @@ To open a codespace from the template repository, click the green **Code** butto
4444
4545
GitHub will take a minute to prepare your Codespace, then open an editor in the browser with your project files on the left and a main editing area in the centre.
4646

47-
![](setup/open_codespace.png){fig-alt="Screenshot of the generated GitHub codespace."}
47+
![It may look a little different from this screenshot if we have changed the repository since writing this page!](setup/open_codespace.png){fig-alt="Screenshot of the generated GitHub codespace."}

pages/why.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Why make a website for your research?"
2+
title: Why make a website for your research?
33
---
44

55
Research compendium

0 commit comments

Comments
 (0)