# clone/fork/pull the repo with hugo submodule
git pull ssh://[email protected]/savla-dev/hugo-scratch --recurse-submodules
# build the hugo binary inside docker (hugo-binary image)
make build
# edit dot-env file for site name
vi .env
# initialize that new site
make init
# import theme
#git submodule add [URL] [site_name]/themes/[theme]
git submodule add https://github.com/calintat/minimal.git change-me/themes/minimal
# start editing/writing your page(s) inside [site] directory; enforce https
# run the 'hugo server --bind 0.0.0.0 --port 443 --baseURL https://change-me.domain.tld' command to seamlessly edit your data
make serve
-
Notifications
You must be signed in to change notification settings - Fork 0
thevxn/hugo-scratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
personal site/blog/portfolio web (hugo) template
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published