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 76e6732af7
center on small devices too
1 year ago
archetypes initial 3 years ago
assets/css more cleanup 1 year ago
config/production disable stats 2 years ago
content New button 1 year ago
hugo-universal-collapsible@8051bbbc88 add collapsible 2 years ago
layouts center on small devices too 1 year ago
static no card anymore 1 year ago
themes parent theme upgrade 1 year ago
.gitignore ignore more 2 years ago
.gitlab-ci.yml first version 3 years ago
.gitmodules specify submodule branch 2 years ago
README.md update deployment 2 years ago
config.toml new favicon 2 years ago
deploy.sh chmod 2 years ago
netlify.toml initial 3 years ago
package-lock.json parent theme upgrade 1 year ago
package.json parent theme upgrade 1 year ago
postcss.config.js Purgecss is defunct. 1 year ago
tailwind.config.js parent theme upgrade 1 year 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