-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new deploy to GHP instructions to README
- Loading branch information
1 parent
0d4c06e
commit 4d9d607
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# labs-oneoverzero | ||
Migration from wordpress completed a while ago | ||
|
||
|
||
:) | ||
git submodule init | ||
git submodule update | ||
hugo server | ||
|
||
|
||
Site was build and is supposed to work with Hugo version 0.56.0 (linux x86_64), which is now bundled within the website | ||
|
||
Deploy is now prepared to be hosted with Github Pages, following instructions from here: | ||
https://gohugo.io/hosting-and-deployment/hosting-on-github/ | ||
|
||
(I was forced to specify the final https:// URL in both build and deploy in order for everything to work properly) | ||
|