jk.nipponalba.scot website https://jk.nipponalba.scot
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

16 lines
506 B

  1. ---
  2. date: '2021-02-12 09:57:31'
  3. draft: false
  4. posttype: note
  5. sensitive: 'false'
  6. slug: 6026510b
  7. visibility: public
  8. title: note
  9. ---
  10. Looking into alternatives to DroneCI for my Hugo & Gitea set up.. it has become unbearably slow and now all of a sudden, the (unchanged) process flow is removing all site CSS if I delete a post..
  11. On a git commit, it needs to:
  12. 1. git pull to local repository on web server
  13. 2. run a Hugo build command
  14. Simple enough.. I wonder if I can just create a script as a Gitea webhook?