My personal website https://florent.guiotte.fr
Go to file
2023-02-07 17:31:43 +02:00
_bibliography Add coauthors and remove pages from nav 2023-02-02 17:45:51 +02:00
_data Update bio 2023-02-06 11:30:21 +02:00
_includes Fix markdown files for Pandoc transition 2023-02-07 17:31:43 +02:00
_layouts Publication template flat for Pandoc 2023-02-07 16:20:00 +02:00
_news add jekyll target blank plugin (#404) 2021-10-03 21:16:05 -04:00
_pages Publication template flat for Pandoc 2023-02-07 16:20:00 +02:00
_plugins Add jekyll-minifier (#668) 2022-05-12 14:46:01 -04:00
_posts Add interactive plotly example to distill post (#1027) 2022-12-20 18:09:32 -05:00
_projects Fix markdown files for Pandoc transition 2023-02-07 17:31:43 +02:00
_sass Fix markdown files for Pandoc transition 2023-02-07 17:31:43 +02:00
.github New update to GH Actions: Deprecating save-state and set-output commands (#986) 2022-11-15 19:30:22 +05:30
assets Fix abstract and bibtex hide 2023-02-07 16:51:07 +02:00
bin fix deploy script for --user (#994) 2022-11-20 01:15:42 +05:30
blog Slugify tag and category links (#947) 2022-10-16 16:36:52 +05:30
_config.yml Fix markdown files for Pandoc transition 2023-02-07 17:31:43 +02:00
.all-contributorsrc docs: add pourmand1376 as a contributor for code (#753) 2022-07-10 00:21:39 -04:00
.gitignore Delete assets/resized directory from GIT (#440) 2021-12-22 03:27:28 -05:00
.pre-commit-config.yaml Add Pre-commit Hook (#801) 2022-12-25 13:52:28 -05:00
404.html Fix title spaces and a few links (#789) 2022-07-28 21:54:58 +05:30
CONTRIBUTING.md minor updates to CONTRIBUTING and LICENSE, add website (#365) 2021-08-17 07:49:53 -04:00
docker-compose.yml Fix Docker Problem (#1074) 2023-01-08 10:35:00 -05:00
docker-local.yml Fix Docker Problem (#1074) 2023-01-08 10:35:00 -05:00
Dockerfile Fix Docker Problem (#1074) 2023-01-08 10:35:00 -05:00
Gemfile Transition on Pandoc WIP 2023-02-07 15:12:38 +02:00
LICENSE Update README.md and LICENSE year (#544) 2022-01-30 18:33:29 -05:00
news.html Add news page (#1085) 2023-01-08 22:46:31 +05:30
README.md Refactor publications, add README 2023-02-01 11:01:14 +02:00
robots.txt Adds support for sitemap and robots.txt (#337) 2021-07-21 09:11:03 -04:00

Pages perso

Setup and develop

bundle
bundle exec jekyll serve --livereload

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'});
  }
}