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-06-23Fix deprecated variables in templatesDigitalcraftsman
2020-04-29Order recents newest -> oldestTory 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-20Improve block templatedigitalcraftsman
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-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-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 linksGregas Maximus
2017-01-21Option to disable MathJax but enabled by defaultGregas Maximus
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 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
2017-01-10Update highlight.js to 9.9.0digitalcraftsman
2017-01-03Link always to global RSS feed in the sidebardigitalcraftsman
2016-12-22Fix tags and categories links when reading a postDidier Roche
Tags and categories links in article header were relative to current page, which works well when people are on the homepage. However, when you are in a blog post (/post/<…>), then, it's appended to it and ends up as /post/<…>/tags/foo for instance, leading to a 404. Add a / in front of links and be always relative to the baseurl of the website.
2016-12-14Filter Google search results based on baseurldigitalcraftsman
Previosly, the theme didn't limited the search results only to the Hugo website. This happened because the "site:" filter was passed as a wrong url parameter. Fixes #60
2016-11-19Improve linking of assets and pagesdigitalcraftsman
2016-11-17Rename RSSlink to RSSLinkBjørn Erik Pedersen
The former will be deprecated and eventually removed from Hugo. Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
2016-10-28Add option to link custom assetsdigitalcraftsman
2016-09-03Add icon to share buttondigitalcraftsman
2016-09-01Refactor JS for share buttonsdigitalcraftsman
Fixes #48.
2016-08-19Remove deprecated result attribute from search input fielddigitalcraftsman
Fixes #45.
2016-08-19Fix social icons in profiledigitalcraftsman
2016-08-19Update main.js scriptdigitalcraftsman
Fixes #36
2016-08-19Fix typo for fa-stack-overflow iconJonas Kalderstam
2016-08-19Fix rendering issue with empty bannerJonas Kalderstam
2016-08-19Don't include comment section if not configuredJonas Kalderstam
2016-08-19Add permalink as canonical link in headSasivarnan R
2016-08-19Fix incorrect url to jsfiddle profileEric Perreault
2016-06-18Logo in the header is now user-definedDavide Taviani
2016-06-18Fix doubled title on homepagedigitalcraftsman
Fixes #39
2016-06-16Add GitLab social iconDavide Taviani
2016-06-14Fix support for external avatar in nav profile image as wellAlbert Chaharbakhshi
The change at 06542c91da5356bfad0529303984b691528c1642 causes the profile image in mobile mode to have a broken link. This fixes it there as well.
2016-06-14Simplify logic for external bannersdigitalcraftsman
2016-06-14Fix access of non-existing category namesdigitalcraftsman
Caused template error in recent-article widget.
2016-06-14Allow external avatar sources in profiledigitalcraftsman