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
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 RSSLinkdigitalcraftsman
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-28Update CHANGELOGdigitalcraftsman
2016-10-28Add option to link custom assetsdigitalcraftsman
2016-10-28Update install instructions in READMEdigitalcraftsman
2016-10-25Add trailing slash to example base URLMihal Malostanidis
Lack of trailing slash leads to urls of the type `https://example.orgcss/font-awesome.min.css` rather than `https://example.org/css/font-awesome.min.css`. It's a Hugo issue.
2016-10-16Change base url in example config filedigitalcraftsman
see spf13/hugoThemes#171
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-19Update main stylesheetdigitalcraftsman
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-18Fix typo in example config filedigitalcraftsman
2016-06-16Add GitLab social iconDavide Taviani
2016-06-16Update font-awesome to 4.6.3Davide 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
2016-03-08Add theme creator to the acknowledgementsdigitalcraftsman
2016-03-08Update CHANGELOG.mddigitalcraftsman
2016-03-08Update READMEdigitalcraftsman
2016-03-08Add option to disable profile / widgetsdigitalcraftsman
Can be controlled in the frontmatter. The full width will be used for the content if both are disabled. Fixes #29.
2016-03-08Add option to disable comments for pagesdigitalcraftsman
2016-02-25Added empty templates to head and footer to allow for 3rd party plugins.Dan Piessens
2016-02-25Update docs about formula renderingdigitalcraftsman
Fixes #26.
2016-02-24Correct CSS class for Google+ icondigitalcraftsman
Fixes #25.
2016-02-07Modify pagination comment in config.tomlGavin Wray
Change the pagination comment from "Define the number of posts per site" to "Define the number of posts per page".
2016-01-17Make pagination link urls absolutedigitalcraftsman
Fixes #20
2016-01-17Fix padding issue of profile carddigitalcraftsman
The profile card shown on smaller screens had and inconsistent padding between itself and the menu which was caused the wrong placement of the corresponding partial. Fixes #21.
2016-01-08support to link external image as bannerluobin
2016-01-08change thumbnail‘s linkluobin
2016-01-07additional for support outside image linkluobin
2016-01-07change banner image urlluobin
2016-01-03Fix reflection error in templatesdigitalcraftsman
2016-01-03Update CHANGELOGdigitalcraftsman
2016-01-03Allow specifying an avatar. Configuration file defaults to the original.Larry Wright