Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Serve dependencies locally to get rid of trackers | Rasmus Dahlberg | 2024-05-04 | 1 | -15/+12 |
| | |||||
* | Upgrade dependencies and consolidate CDN | Frank Blechschmidt | 2023-05-22 | 1 | -3/+3 |
| | |||||
* | Add support for cookie consent and with GA4 | Frank Blechschmidt | 2023-05-22 | 1 | -12/+10 |
| | |||||
* | Add option to ask crawlers to not index a page | Gabriele Bozzola | 2022-10-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | With this commit, pages can be marked as "noindex" to avoid indexing from search engines. To activate this tag on a give page, the option `noindex` has to be set true at the beginning on the markdown file, as in: ``` +++ title = "Example" noindex = true +++ ``` | ||||
* | Load Academicicons v1 | Aniol Martà | 2022-10-03 | 1 | -0/+1 |
| | | | | Font Awesome does not include some academic icons, for instance Scholar. In a Researcher theme having them is quite useful, so I propose adding support for Academicicons. | ||||
* | Add social icons in footer | Aniol Marti | 2021-04-29 | 1 | -0/+1 |
| | |||||
* | Support appearance customization in site config | Olivier Roques | 2021-01-31 | 1 | -1/+1 |
| | | | | | Closes #7 Closes #13 | ||||
* | Add RSS link suggested by #9 | Olivier Roques | 2020-11-25 | 1 | -0/+4 |
| | |||||
* | Add Google Analytics option to example site | Olivier Roques | 2020-11-24 | 1 | -4/+4 |
| | |||||
* | Upgrade Bootstrap and favicon | Olivier Roques | 2020-11-21 | 1 | -5/+5 |
| | |||||
* | Fix #5 | Olivier Roques | 2020-11-15 | 1 | -1/+0 |
| | |||||
* | Add support for Google Analytics | Frank Blechschmidt | 2020-10-18 | 1 | -0/+4 |
| | |||||
* | Change baseurl | Olivier Roques | 2020-08-09 | 1 | -0/+1 |
| | |||||
* | Add resources folder | Olivier Roques | 2020-08-08 | 1 | -1/+1 |
| | |||||
* | Add sass files | Olivier Roques | 2020-08-02 | 1 | -0/+18 |
| | |||||
* | First commit | Olivier Roques | 2020-08-01 | 1 | -0/+0 |