Skip to content

Commit c09703b

Browse files
committed
feat(summary): add skeleton page
1 parent cba607b commit c09703b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ website:
3333
- pages/inline_html.qmd
3434
- pages/customising.qmd
3535
- pages/code.qmd
36+
- pages/summary.qmd
3637
- pages/examples.qmd
3738
page-footer:
3839
center:

pages/summary.qmd

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Summary
3+
---
4+
5+
what have learnt?
6+
7+
github
8+
9+
* commit
10+
* fork
11+
12+
markdown
13+
14+
quarto
15+
16+
* set up site
17+
* add differnt thigns... callouts... media...
18+
19+
in-line html
20+
21+
customise appearnce... themes, css
22+
23+
embed code

0 commit comments

Comments
 (0)