Initial commit
This commit is contained in:
commit
72a414761e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
main.pdf
|
6
Makefile
Normal file
6
Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
all: *.md
|
||||||
|
marp main.md -o main.pdf
|
||||||
|
|
||||||
|
watch:
|
||||||
|
marp -w main.md -o main.pdf
|
||||||
|
|
15
main.md
Normal file
15
main.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
theme: gaia
|
||||||
|
_class: lead
|
||||||
|
paginate: true
|
||||||
|
backgroundColor: #fff
|
||||||
|
backgroundImage: url('https://marp.app/assets/hero-background.jpg')
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
# **Marp**
|
||||||
|
|
||||||
|
Markdown Presentation Ecosystem
|
||||||
|
|
||||||
|
https://marp.app/
|
Loading…
x
Reference in New Issue
Block a user