Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2019-11-14 06:31:02 +0300
committerzzossig <zzossig@gmail.com>2019-11-14 06:31:02 +0300
commit59fbf3cc1db8763a9003013d9ecb1758e67abb7e (patch)
tree7ebc40f9959f832ce95dc5db52296ab763d94b39 /archetypes
parentf44680d1252d7021772bfbe61540c4b833a8872e (diff)
missing resource added, mermaid, math type with katex support. flowchartjs in progress
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/math.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/archetypes/math.md b/archetypes/math.md
new file mode 100644
index 0000000..c94c069
--- /dev/null
+++ b/archetypes/math.md
@@ -0,0 +1,13 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+description:
+tags:
+-
+series:
+-
+categories:
+-
+libraries:
+- katex
+---