major config rebuild using once cell. added ability to use .env.
This commit is contained in:
parent
35cd018152
commit
c30976f2d7
26 changed files with 207 additions and 186 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ export EMAIL=myemail@example.com
|
|||
export BIND_PORT=8000
|
||||
export SUBMIT_TOKEN=asdf
|
||||
export GITHUB_ACCOUNT=mtrx1337
|
||||
export ROOT_PATH=../content
|
||||
export ROOT_PATH=./content
|
||||
|
||||
run:
|
||||
cd site && cargo run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue