Deploy instructions

This commit is contained in:
Florent Guiotte 2023-02-14 17:04:33 +02:00
parent fc9a3b398a
commit 5b6d4fde4d

View File

@ -8,6 +8,12 @@ bundle
bundle exec jekyll serve --livereload bundle exec jekyll serve --livereload
``` ```
## Deploy
```bash
scp -r _site/* k0v1@guiotte.fr:/home/k0v1/docker/florent/data
```
## Bibliography ## Bibliography
In Zotero, setup a Better BibTex postscript for arXiv papers: In Zotero, setup a Better BibTex postscript for arXiv papers:
@ -22,3 +28,4 @@ if (zotero.itemType === 'preprint') {
} }
} }
``` ```