Skip to content

Commit 5dea75e

Browse files
committed
first commit
0 parents  commit 5dea75e

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/reveal-hugo"]
2+
path = themes/reveal-hugo
3+
url = https://github.com/dzello/reveal-hugo.git

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# talk.bmpi.dev

archetypes/default.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
baseURL = "https://talk.bmpi.dev"
2+
languageCode = "zh-cn"
3+
title = "BMPI Talks"
4+
5+
theme = "reveal-hugo"
6+
7+
[outputFormats.Reveal]
8+
baseName = "index"
9+
mediaType = "text/html"
10+
isHTML = true
11+

content/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
title = "My presentation"
3+
outputs = ["Reveal"]
4+
+++
5+
6+
# Hello world!
7+
8+
This is my first slide.

themes/reveal-hugo

Submodule reveal-hugo added at 1e9489b

0 commit comments

Comments
 (0)