From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- content/notes/presentations-with-markdown.md | 78 ---------------------------- 1 file changed, 78 deletions(-) delete mode 100644 content/notes/presentations-with-markdown.md (limited to 'content/notes/presentations-with-markdown.md') diff --git a/content/notes/presentations-with-markdown.md b/content/notes/presentations-with-markdown.md deleted file mode 100644 index e2ba0a8..0000000 --- a/content/notes/presentations-with-markdown.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: "Simple presentations with Markdown" -url: presentations-with-markdown.html -date: 2023-06-21T08:54:48+02:00 -type: notes -draft: false -tags: [random] ---- - -A simple way to make presentations without using desktop apps or using online -services is https://github.com/remarkjs/remark. - -First create `index.html` and be sure you make changes to `config` variable. - -```html - - - - - - - - - - - - - - - - -``` - -Now the markdown file `presentation.md` with presenetation. `---` is used to -separate slides. Other stuff is just pure markdown. - -```md -class: center, middle - -# Main title of the presentation - ---- - -# Fist slide - -Eveniet mollitia nemo architecto rerum aut iure iste. Sit nihil nobis libero iusto fugit nam laudantium ut. Dignissimos corrupti laudantium nisi. - -- Lorem ipsum dolor sit amet, consectetur adipiscing elit. -- Integer aliquet mauris a felis fringilla, ut congue massa finibus. - ---- - -# Slide two - -- Lorem ipsum dolor sit amet, consectetur adipiscing elit. -- Vestibulum eget leo ac dolor venenatis pulvinar. -``` -- cgit v1.2.3