Source of the https://saas.it-projects.info/ website
-
Fork this repo
-
Clone to your machine
git clone --recursive <URL> -
Install hugo:
cd /tmp wget https://github.com/gohugoio/hugo/releases/download/v0.57.2/hugo_0.57.2_Linux-64bit.deb sudo dpkg -i hugo*.deb
cd doc-src
hugo server -D
- check folder
doc-src/data/ - make updates
- preview updates
- send pull request to this repo
-
check folder
doc-src/themes/ -
make updates
-
preview updates
-
make git commit
-
send pull request to theme repo
-
wait while the pull request is merged
-
update theme version
cd doc-src/themes/THEME git fetch origin git checkout origin/master cd .. git commit -a -m "theme updated" -
send pull request to this repo
