2026-03-03 15:02:28 +01:00
2026-02-20 18:38:53 +01:00
2026-01-17 15:17:16 -03:00
2026-02-20 18:38:53 +01:00
2026-03-02 18:07:45 +01:00
2026-02-20 18:38:53 +01:00
2026-02-20 18:38:53 +01:00
2026-03-02 18:07:45 +01:00
2026-02-01 14:49:08 -03:00
2026-02-18 20:52:48 +01:00
2026-03-03 15:02:28 +01:00
2023-07-11 12:43:37 +03:30
2026-01-29 01:55:22 +00:00
2026-02-04 13:16:50 +00:00
2026-01-29 01:55:22 +00:00
2026-02-18 16:59:30 +01:00
2026-02-18 17:09:33 +01:00
2026-02-04 13:17:49 +00:00
2025-01-18 22:16:45 -05:00
2026-02-18 17:09:33 +01:00
2026-01-29 01:55:22 +00:00
2026-01-29 01:55:22 +00:00

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'});
  }
}
S
Description
My personal website
https://florent.guiotte.fr
Readme 267 MiB
Languages
HTML 45.2%
JavaScript 38.2%
CSS 7.3%
Liquid 5.6%
SCSS 1.8%
Other 1.8%