mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Fix up config and add a script to run the local server
This commit is contained in:
parent
bb49a252db
commit
9104e88286
1
bin/server
Executable file
1
bin/server
Executable file
@ -0,0 +1 @@
|
|||||||
|
hugo server --buildDrafts --bind="0.0.0.0" -v --baseUrl="http://danbarber.localhost:1313/"
|
||||||
@ -1,3 +1,2 @@
|
|||||||
baseURL = "http://example.org/"
|
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "DanBarber.me"
|
title = "DanBarber.me"
|
||||||
|
|||||||
1
config/development/config.toml
Normal file
1
config/development/config.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
baseURL = "http://danbarber.localhost:1313"
|
||||||
1
config/production/config.toml
Normal file
1
config/production/config.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
baseURL = "https://next.danbarber.me/"
|
||||||
Loading…
Reference in New Issue
Block a user