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

github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-24Follow latest best practices for paginator on list pagesHEADmasterHylke Visser
Closes #28
2021-04-24Add links to demosHylke Visser
2020-12-19Remove CSS toolingHylke Visser
2019-08-16Fix homepage for Hugo v0.57.0+Hylke Visser
Closes #24
2019-07-11Merge pull request #22 from ↵dependabot[bot]
htdvisser/dependabot/npm_and_yarn/lodash.template-4.5.0
2019-07-11Bump lodash.template from 4.4.0 to 4.5.0dependabot[bot]
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0) Signed-off-by: dependabot[bot] <support@github.com>
2019-06-14Merge pull request #19 from htdvisser/dependabot/npm_and_yarn/js-yaml-3.13.1dependabot[bot]
2019-06-14"Urlize" Tags and Categories in Article and swap ".Hugo" for "hugo" (#20)Hylke Visser
"Urlize" Tags and Categories in Article and swap ".Hugo" for "hugo"
2019-06-09Humanize link text for Categories to handle spacesThomas Maddox
2019-06-09Urlize tags and categories in article.htmlThomas Maddox
2019-06-09Swap deprecated '.Hugo' for 'hugo'Thomas Maddox
2019-06-05Bump js-yaml from 3.13.0 to 3.13.1dependabot[bot]
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)
2019-03-30Fix rendering of page titleHylke Visser
2019-03-30Update dependencies, rebuild and bump versionHylke Visser
2019-03-30Merge pull request #18 from denislobanov/paginationHylke Visser
Add support for Pagination #2
2019-03-30Move paginator to partial and add to other listsHylke Visser
2019-03-29static cssDenis Igorevich Lobanov
2019-03-29Add support for Pagination #2Denis Igorevich Lobanov
This is based off of keanemind's PR, with additional fixes and allows for configurability of page size via the standard `pagination` site param.
2018-04-02Make html/template directives consistentHylke Visser
- Use relURL - Use $.Param - Remove $dateMissing - Links to category/tag page
2018-04-02Add gulp watcherHylke Visser
2018-04-01Make highlight shortcode style consistent with figure shortcodeHylke Visser
2018-04-01Set max-width on elements inside article divHylke Visser
Closes #15
2018-04-01Add build scriptsHylke Visser
2018-03-29Merge pull request #16 from h3ndrik/patch-1Hylke Visser
use path of baseURL when loading resources
2018-03-28use path of baseURL when loading resourcesh3ndrik
the baseURL can contain a path. in such a case a leading slash will remove that and try to load the resources from the top level.
2016-05-25Add editorconfigHylke Visser
2016-05-25Fix relative URLHylke Visser
2016-05-25Remove Roboto import - We're using Source Code ProHylke Visser
2016-05-25Merge branch 'dradtke-content_grouping'Hylke Visser
2016-05-25Fix pages linksHylke Visser
2016-02-10Group posts and site pagesDamien Radtke
2016-01-31Merge pull request #10 from k4rtik/masterHylke Visser
Use Go templates for generating correct hrefs
2016-01-02Use Go templates for generating correct hrefsKartik Singhal
2015-12-20Join keywords with a commaHylke Visser
2015-12-20Only show Read More when necessaryHylke Visser
Closes #4
2015-12-20Hide categories and tags from homepage if we don't have anyHylke Visser
Closes #9
2015-12-20Use description, keywords and authorHylke Visser
Works with `description` and `author` from `config.toml`: ``` [params] description = "Tesla's Awesome Hugo Site" author = "Nikola Tesla" ``` Works with `description` and `keywords` from frontmatter: ``` description = "spf13-vim is a cross platform distribution of vim plugins and resources for Vim." keywords = ".vimrc,plugins,spf13-vim,vim" ``` Closes #5
2015-12-20Handle missing dateHylke Visser
Fixes #8
2015-12-09initial commitHylke Visser