mirror of
https://github.com/tildeclub/site.git
synced 2026-06-27 22:19:24 +00:00
basic signup and wiki
This commit is contained in:
7
wiki/build-wiki.sh
Executable file
7
wiki/build-wiki.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
for page in source/*.md; do
|
||||
pagename=$(basename $page ".md")
|
||||
pandoc --template pandoc-template.html -o "$pagename.html" "source/$pagename.md"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user