date fix
This commit is contained in:
parent
545643a5c3
commit
cc1e97c8b7
@ -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:
|
||||
```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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user