working on skeleton

This commit is contained in:
vilmibm 2017-08-29 06:35:33 +00:00
parent f1cf8dc526
commit 504b261187
7 changed files with 21 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
compiled/

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# the tilde.town wiki
This repository contains the source for the community maintained wiki at
tilde.town.
If you would like to contribute to the wiki, ssh in and run `wiki --help` to
get started.
You can access the compiled wiki [here](https://tilde.town/wiki).

1
src/articles/index.md Normal file
View File

@ -0,0 +1 @@
TODO

1
src/footer.md Normal file
View File

@ -0,0 +1 @@
TODO

1
src/header.md Normal file
View File

@ -0,0 +1 @@
TODO

1
src/toc.md Normal file
View File

@ -0,0 +1 @@
TODO

7
wiki-githooks/post-receive Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
umask 002
unset GIT_DIR
cd /wiki
git reset --hard HEAD
git log -1 > git-last-log.txt