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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-01readme.mdHEADmasterTory S. Anderson
2020-07-01Merge branch 'submission' into 'master'Tory S. Anderson
Some improvements See merge request toryanderson/hugo-icarus!1
2020-06-23Update metadata in theme.tomlDigitalcraftsman
2020-06-23Make example config file's content more neutralDigitalcraftsman
2020-06-23Remove outdated CHANGELOG.mdDigitalcraftsman
2020-06-23Fix deprecated variables in templatesDigitalcraftsman
2020-06-17license updTory S. Anderson
2020-04-29Order recents newest -> oldestTory S. Anderson
2020-04-29typoTory S. Anderson
2020-04-29updated fixesTory S. Anderson
2020-04-29readme updatesTory S. Anderson
2020-04-29fixed post countTory S. Anderson
2020-04-29showing recentsTory S. Anderson
2020-03-04where updated for post frontTory S. Anderson
2017-05-20Finish release notes for v1.1 in CHANGELOG.mddigitalcraftsman
2017-05-20Clean up preamble in READMEdigitalcraftsman
2017-05-20Improve block templatedigitalcraftsman
2017-05-20Cleanup theme.tomldigitalcraftsman
2017-05-20Bump required Hugo version to v0.20digitalcraftsman
2017-05-20Update demo contentdigitalcraftsman
Fixes #90, #89
2017-05-19Update CHANGELOG.mddigitalcraftsman
2017-05-19Prevent appearance of link for /posts on homepagedigitalcraftsman
Closes #81
2017-05-19Add Gravatar as alternative for profile picturedigitalcraftsman
Closes #51
2017-05-19Use mainSections to define which pages are shown on the homepagedigitalcraftsman
2017-05-19Add example for about pagedigitalcraftsman
2017-05-19Update CHANGELOG.mddigitalcraftsman
2017-05-19Deprecate JSFiddle shortcodedigitalcraftsman
2017-05-19Cache partials where possibledigitalcraftsman
2017-05-19Switch to block templatesdigitalcraftsman
Fixes #88
2017-05-19Switch CDN for MathJaxDavide Taviani
That CDN of MathJax has been retired: https://www.mathjax.org/cdn-shutting-down/ This commit replaces it with the recommended replacement cndjs.com
2017-05-19Start draft for v1.1 releasedigitalcraftsman
2017-05-19Turn exampleSite into a full Hugo sitedigitalcraftsman
2017-04-01Bump required Hugo version to v0.19digitalcraftsman
2017-04-01Make dates for readable in CHANGELOG.mddigitalcraftsman
2017-04-01Remove deprecated .Now template functiondigitalcraftsman
2017-04-01Fix pages count by only using .RegularPagesdigitalcraftsman
2017-03-06fix to use new 0.18.0 RegularPages variableBert Heymans
The theme generated an extra item in the list for every directory in the content because everything is a Page since 0.18.0. Suggested update is to use .Site.RegularPages instead of .Site.Pages to loop over so the theme keeps working in the same way as it did before 0.18.0. See details https://github.com/spf13/hugo/blob/afb3334ed8972a845c4f46cf225d6783bfc12e3f/docs/content/meta/release-notes.md#0180-december-19th-2016
2017-01-21Enable suppression of prev/next linksdigitalcraftsman
2017-01-21Enable suppression of prev/next linksGregas Maximus
2017-01-21Option to disable MathJax but enabled by defaultdigitalcraftsman
2017-01-21Option to disable MathJax but enabled by defaultGregas Maximus
2017-01-20Fix: comments not loaded if article is accessed by comments-linkdigitalcraftsman
2017-01-20Merge branch 'master' into masterdigitalcraftsman
2017-01-20Hiding the comments link in a post if Disqus is not configured or comments ↵digitalcraftsman
are disabled
2017-01-20Run custom JS before starting highlight.jsKasper Møller Andersen
highlight.js is configurable, and guaranteeing that your code runs before hljs gets started is nice I think. Although the highlighting is likely to run after the custom JavaScript anyway, because `initHighlightingOnLoad` runs asynchronously, so I don't know if it will ever be a real problem.
2017-01-20Added option to omit date line from individual pagesdigitalcraftsman
2017-01-20Added option to disable MathJaxGreg Sadowy
2017-01-20Added option to omit date lineGreg Sadowy
2017-01-17Removed disturbing '/'Mario Martelli
Original code would result in `...//#disqus_thread`which prevents comments from being loaded.
2017-01-17Fixed digitalcraftsman/hugo-icarus-theme#72.Jean Pierre Wenzel