This commit is contained in:
Sam Hadow 2025-03-23 00:06:12 +01:00
parent 545643a5c3
commit cc1e97c8b7

View File

@ -34,7 +34,9 @@ cd site-name
``` ```
Then during development I can just serve the website on a development machine and see if the results look good with: Then during development I can just serve the website on a development machine and see if the results look good with:
```bundle exec jekyll serve``` ```
bundle exec jekyll serve
```
If it looks good enough I can commit and push the website code and then deploy it on my server. To deploy it on my server I should automate things a bit more but for now I just have a make target to build the website and a make target to copy the files from _site to /var/www/html. If it looks good enough I can commit and push the website code and then deploy it on my server. To deploy it on my server I should automate things a bit more but for now I just have a make target to build the website and a make target to copy the files from _site to /var/www/html.