1
0
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:
Daniel Barber 2019-10-10 23:05:12 -04:00
parent bb49a252db
commit 9104e88286
4 changed files with 3 additions and 1 deletions

1
bin/server Executable file
View File

@ -0,0 +1 @@
hugo server --buildDrafts --bind="0.0.0.0" -v --baseUrl="http://danbarber.localhost:1313/"

View File

@ -1,3 +1,2 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "DanBarber.me"

View File

@ -0,0 +1 @@
baseURL = "http://danbarber.localhost:1313"

View File

@ -0,0 +1 @@
baseURL = "https://next.danbarber.me/"