refactoring some stuff
This commit is contained in:
parent
9121a3add4
commit
33416e8963
17 changed files with 266 additions and 109 deletions
|
@ -1,4 +1,9 @@
|
|||
site = "http://localhost:8080"
|
||||
# This string is prepended before each link address.
|
||||
# Replace this with a different root path if you need to host the site in a subdirectory (eg. "/treehouse").
|
||||
# Note this does not affect the behavior of `serve`, as the treehouse is always served under /.
|
||||
# Therefore this is most useful for reverse proxies.
|
||||
# This variable can also be set using the TREEHOUSE_SITE environment variable.
|
||||
site = ""
|
||||
|
||||
[user]
|
||||
title = "liquidex's treehouse"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue