No description
Find a file
2023-04-28 23:21:23 +01:00
archetypes initial template 2023-04-28 16:17:09 +01:00
content Add some modifications to the home page 2023-04-28 18:05:10 +01:00
i18n Add some modifications to the home page 2023-04-28 18:05:10 +01:00
public deployed changes to server 2023-04-28 21:07:47 +01:00
resources/_gen/assets/css/ananke/css Replace ananke theme with patched version 2023-04-28 21:32:37 +01:00
themes Replace ananke theme with patched version 2023-04-28 21:32:37 +01:00
.gitignore ignore .hugo_build.lock file 2023-04-28 16:19:17 +01:00
.gitmodules Replace ananke theme with patched version 2023-04-28 21:32:37 +01:00
check.sh add more output to remote repository checking script 2023-04-28 23:21:23 +01:00
config.toml Add some content 2023-04-28 17:31:28 +01:00
deploy.sh Improve comments on the deploy script 2023-04-28 22:33:37 +01:00
pull.sh Add script for pulling changes 2023-04-28 22:01:30 +01:00
push.sh Add a script to run for updating both remote repositories 2023-04-28 18:13:51 +01:00
README.md Add script to check remote servers for changes 2023-04-28 22:44:53 +01:00
setup.sh set disroot/main as upstream branch 2023-04-28 22:24:12 +01:00

Setup notes

Required Software

  • ssh
  • git
  • rsync
  • bash terminal

Workflow

Initial setup

git clone --recursive [git@git.disroot.org](mailto:git@git.disroot.org):ace/hugo-demo.git
cd hugo-demo
./setup.sh

Push changes

./push.sh

Deploy changes

./deploy.sh

Check remote servers for changes

./check.sh

Pull changes

./pull.sh