Website Deployment
2020-04-20 // Robin // 4 minutes
This insight highlights the deployment for publishing new content onto my website. At first the prerequisites will be shown and after that the steps for pushing new content onto the server.
Prerequisites
The following programs are required:
- Git
- Zola
- Apache
Git is used to track changes for the complete zola directory, for the content but also for the asset directories (template, static, etc). The git setup is a classical client-server setup, the client is my laptop and the server is hosted in a data center somewhere on the planet.