Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused shortcode | Rasmus Dahlberg | 2024-05-04 | 1 | -8/+0 |
| | |||||
* | Serve dependencies locally to get rid of trackers | Rasmus Dahlberg | 2024-05-04 | 21 | -50/+14192 |
| | |||||
* | Adjust avatar placement and style | Rasmus Dahlberg | 2024-05-04 | 1 | -2/+4 |
| | | | | Float to the left as a rounded rectangle. | ||||
* | Update documentation to indicate this is a fork | Rasmus Dahlberg | 2024-05-04 | 4 | -47/+31 |
| | |||||
* | Merge pull request #36 from Yichabod/patch-1 | Olivier Roques | 2023-09-26 | 1 | -1/+1 |
|\ | | | | | Update baseof.html | ||||
| * | Update baseof.html | Max | 2023-09-25 | 1 | -1/+1 |
|/ | | | hugo researcher theme compilation bug. (thanks Frank !) | ||||
* | Merge pull request #34 from FraBle/master | Olivier Roques | 2023-05-23 | 6 | -19/+209 |
|\ | | | | | Add support for cookie consent with Google Analytics 4 | ||||
| * | Upgrade dependencies and consolidate CDN | Frank Blechschmidt | 2023-05-22 | 2 | -6/+6 |
| | | |||||
| * | Add possibility to open footer link in new tab | Frank Blechschmidt | 2023-05-22 | 1 | -1/+1 |
| | | |||||
| * | Add support for cookie consent and with GA4 | Frank Blechschmidt | 2023-05-22 | 4 | -12/+202 |
|/ | |||||
* | fix: example site index page | Olivier Roques | 2023-02-16 | 3 | -63/+62 |
| | | | | Fix #30 | ||||
* | Merge pull request #32 from Sbozzolo/master | Olivier Roques | 2022-10-10 | 1 | -0/+4 |
|\ | | | | | Add option to ask crawlers to not index a page | ||||
| * | 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 +++ ``` | ||||
* | Merge pull request #31 from aniolm9/master | Olivier Roques | 2022-10-03 | 2 | -0/+5 |
|\ | | | | | Add support for Academicicons | ||||
| * | Add example of Academicicons icon | Aniol Martí | 2022-10-03 | 1 | -0/+4 |
| | | |||||
| * | 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. | ||||
* | Merge pull request #29 from aniolm9/font_size | Olivier Roques | 2022-09-10 | 2 | -0/+3 |
|\ | | | | | New feature: Add parameter to change font size | ||||
| * | Add parameter to change font size | Aniol Martí | 2022-09-10 | 2 | -0/+3 |
|/ | |||||
* | refactor: remove images | Olivier Roques | 2022-09-06 | 2 | -0/+0 |
| | |||||
* | docs: update screenshot | Olivier Roques | 2022-09-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #28 from ezamriy/simplify_social_icons | Olivier Roques | 2022-04-14 | 1 | -0/+2 |
|\ | | | | | Don't render social icons container if they are not defined | ||||
| * | Don't render social icons container if they are not defined | Eugene Zamriy | 2022-04-14 | 1 | -0/+2 |
|/ | |||||
* | Improve KaTeX documentation | Olivier Roques | 2021-07-01 | 1 | -0/+15 |
| | | | | Closes #23 | ||||
* | Merge pull request #19 from n0b0dyCN/master | Olivier Roques | 2021-06-11 | 1 | -0/+10 |
|\ | | | | | Keep indent of ol and ul to make multiple lines looks better | ||||
| * | Keep indent of ol and ul to make multiple lines looks better | n0b0dy | 2021-06-11 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #18 from aniolm9/footer-social-icons | Olivier Roques | 2021-04-29 | 3 | -1/+15 |
|\ | | | | | New feature: Add social icons in footer | ||||
| * | I forgot to add the title in the html <a> tag | Aniol Marti | 2021-04-29 | 1 | -1/+1 |
| | | |||||
| * | Add social icons in footer | Aniol Marti | 2021-04-29 | 3 | -1/+15 |
|/ | |||||
* | Merge pull request #17 from jcabak/master | Olivier Roques | 2021-04-13 | 4 | -5/+5 |
|\ | | | | | Accessibility and SEO improvements | ||||
| * | Accessibility and SEO improvements | Jakub Cabak | 2021-04-13 | 4 | -5/+5 |
|/ | |||||
* | Add default options | Olivier Roques | 2021-01-31 | 2 | -6/+6 |
| | |||||
* | Update readme | Olivier Roques | 2021-01-31 | 1 | -0/+2 |
| | |||||
* | Support appearance customization in site config | Olivier Roques | 2021-01-31 | 4 | -11/+19 |
| | | | | | Closes #7 Closes #13 | ||||
* | Improve image placement and footnote lists | Olivier Roques | 2021-01-31 | 1 | -3/+4 |
| | |||||
* | Restrict image width | Olivier Roques | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | Add support for a header logo | Olivier Roques | 2021-01-23 | 2 | -1/+7 |
| | | | | Closes #12 | ||||
* | Fix nested lists | Olivier Roques | 2021-01-21 | 1 | -1/+7 |
| | | | | Closes #11 | ||||
* | Change black color | Olivier Roques | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Change black color | Olivier Roques | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | Fix margins in header and footer | Olivier Roques | 2020-11-26 | 2 | -10/+8 |
| | |||||
* | Merge pull request #10 from tunix/master | Olivier Roques | 2020-11-25 | 1 | -0/+2 |
|\ | | | | | Fix for bottom margin of content block | ||||
| * | Fix for bottom margin of content block | Alper Kanat | 2020-11-25 | 1 | -0/+2 |
|/ | |||||
* | Add support for menu item pre and post hooks | Olivier Roques | 2020-11-25 | 2 | -1/+6 |
| | | | | Closes #8 | ||||
* | 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 | 2 | -5/+6 |
| | |||||
* | Add fix from #6 | Olivier Roques | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | Improve and clean SCSS | Olivier Roques | 2020-11-22 | 3 | -83/+100 |
| | |||||
* | Upgrade Bootstrap and favicon | Olivier Roques | 2020-11-21 | 2 | -5/+5 |
| | |||||
* | Fix #5 | Olivier Roques | 2020-11-15 | 1 | -1/+0 |
| | |||||
* | Merge pull request #4 from FraBle/patch-1 | Olivier Roques | 2020-10-19 | 1 | -0/+4 |
|\ | | | | | Add support for Google Analytics |