Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-10Merge pull request #32 from Sbozzolo/masterHEADmasterOlivier Roques
Add option to ask crawlers to not index a page
2022-10-10Add option to ask crawlers to not index a pageGabriele Bozzola
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 +++ ```
2022-10-03Merge pull request #31 from aniolm9/masterOlivier Roques
Add support for Academicicons
2022-10-03Add example of Academicicons iconAniol Martí
2022-10-03Load Academicicons v1Aniol Martí
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.
2022-09-11Merge pull request #29 from aniolm9/font_sizeOlivier Roques
New feature: Add parameter to change font size
2022-09-11Add parameter to change font sizeAniol Martí
2022-09-06refactor: remove imagesOlivier Roques
2022-09-06docs: update screenshotOlivier Roques
2022-04-14Merge pull request #28 from ezamriy/simplify_social_iconsOlivier Roques
Don't render social icons container if they are not defined
2022-04-14Don't render social icons container if they are not definedEugene Zamriy
2021-07-01Improve KaTeX documentationOlivier Roques
Closes #23
2021-06-11Merge pull request #19 from n0b0dyCN/masterOlivier Roques
Keep indent of ol and ul to make multiple lines looks better
2021-06-11Keep indent of ol and ul to make multiple lines looks bettern0b0dy
2021-04-29Merge pull request #18 from aniolm9/footer-social-iconsOlivier Roques
New feature: Add social icons in footer
2021-04-29I forgot to add the title in the html <a> tagAniol Marti
2021-04-29Add social icons in footerAniol Marti
2021-04-13Merge pull request #17 from jcabak/masterOlivier Roques
Accessibility and SEO improvements
2021-04-13Accessibility and SEO improvementsJakub Cabak
2021-01-31Add default optionsOlivier Roques
2021-01-31Update readmeOlivier Roques
2021-01-31Support appearance customization in site configOlivier Roques
Closes #7 Closes #13
2021-01-31Improve image placement and footnote listsOlivier Roques
2021-01-31Restrict image widthOlivier Roques
2021-01-24Add support for a header logoOlivier Roques
Closes #12
2021-01-22Fix nested listsOlivier Roques
Closes #11
2021-01-07Change black colorOlivier Roques
2020-12-22Change black colorOlivier Roques
2020-11-26Fix margins in header and footerOlivier Roques
2020-11-26Merge pull request #10 from tunix/masterOlivier Roques
Fix for bottom margin of content block
2020-11-25Fix for bottom margin of content blockAlper Kanat
2020-11-25Add support for menu item pre and post hooksOlivier Roques
Closes #8
2020-11-25Add RSS link suggested by #9Olivier Roques
2020-11-24Add Google Analytics option to example siteOlivier Roques
2020-11-23Add fix from #6Olivier Roques
2020-11-22Improve and clean SCSSOlivier Roques
2020-11-21Upgrade Bootstrap and faviconOlivier Roques
2020-11-15Fix #5Olivier Roques
2020-10-19Merge pull request #4 from FraBle/patch-1Olivier Roques
Add support for Google Analytics
2020-10-19Add support for Google AnalyticsFrank Blechschmidt
2020-09-23Add math shortcodeOlivier Roques
2020-09-22Add script to enable inline math expressionOlivier Roques
2020-09-22Merge pull request #2 from ojroques/katexOlivier Roques
Add KaTeX support
2020-09-22Add KaTeX supportOlivier Roques
2020-09-04Remove absURL from menu itemsOlivier Roques
2020-08-15Update readmeOlivier Roques
2020-08-09Change baseurlOlivier Roques
2020-08-09Update list cssOlivier Roques
2020-08-09Update CSSOlivier Roques
2020-08-08Update resume.pdfOlivier Roques