Including tilde.json

This commit is contained in:
Ubergeek
2019-11-05 15:57:19 +00:00
parent 0d26c64916
commit 2c8c3bdfb0
4 changed files with 151 additions and 0 deletions

10
setenv.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Here is where you set config variables.
export SITE_TITLE="Thunix"
export SITE="https://thunix.net"
export WANT_USERS="true"
export ADMIN_EMAIL="root@thunix.net"
export SIGNUP_URL="https://thunix.net/signup"
export DESCRIPTION="Thunix is a community, centered around access to a public *nix system. Thunix offers shell accounts with complete set of programming tools, and follows a continuous integration-continuous deployment of system configuration."