master
Pages perso
Setup and develop
bundle config set path 'vendor/bundle'
bundle install
bundle exec jekyll serve --livereload
Deploy
bundle exec jekyll build
rsync -aP --delete _site/ k0v1@guiotte.fr:/home/k0v1/docker/florent/data
Bibliography
In Zotero, setup a Better BibTex postscript for arXiv papers:
if (zotero.itemType === 'preprint') {
tex.entrytype = 'article'
if (zotero.arXiv) {
tex.add({ name: 'arXiv', value: zotero.arXiv.id});
tex.add({ name: 'pdf', value: 'https://arxiv.org/pdf/' + zotero.arXiv.id});
tex.add({ name: 'shortjournal', value: 'arXiv'});
}
}
Description
Languages
HTML
45.2%
JavaScript
38.2%
CSS
7.3%
Liquid
5.6%
SCSS
1.8%
Other
1.8%