gugelfrei.de source https://gugelfrei.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
yova cc0b01112d
update deployment
2 years ago
archetypes initial 3 years ago
config/production disable stats 2 years ago
content add sebis pics 2 years ago
hugo-universal-collapsible@8051bbbc88 add collapsible 2 years ago
layouts smaller pics display larger 2 years ago
resources/_gen/assets/css initial 3 years ago
static smaller pics display larger 2 years ago
themes submodule update 2 years ago
.gitignore ignore more 2 years ago
.gitlab-ci.yml first version 3 years ago
.gitmodules add collapsible 2 years ago
README.md update deployment 2 years ago
config.toml more keywords 3 years ago
deploy.sh update deployment 2 years ago
netlify.toml initial 3 years ago

README.md

gugelfrei.de

checkout

  • git clone git@git.gugelfrei.de:websites/gugelfrei.git

submodule sync

git submodule sync
git submodule update --init --recursive --remote

Develop

  • hugo serve

Deploy

deployment

  • Deploy to an sftp host. Create ~/.config/rclone/rclone.conf as follows for ssh keyfile authentication:
[wntr_org]
type = sftp
host = HOSTNAME_OR_IP
user = USER
key_file = ~/.ssh/KEYFILE
  • run sh deploy.sh for deployment

Credits