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

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-05fix(deps): update dependency minimist to v1.2.3 [security]deps/npm-minimist-vulnerabilityRenovate Bot
2022-04-19Merge pull request #212 from heathhenley/patch-1HEADdevelopmisumi
Move paginate out of params
2022-04-10Move paginate out of paramsHeath Henley
2022-01-21Merge pull request #209 from ThomasRettig/patch-1misumi
Improve formatting of README.md
2022-01-21Improve formatting of README.mdThomas Rettig
2022-01-08Merge pull request #207 from mismith0227/update-packagemisumi
Update package
2022-01-08upgrade webpack v5update-packagemismith0227
2022-01-08upgrade swipermismith0227
2021-12-14Merge pull request #204 from wilkice/developmisumi
feat: add last modified time to posts
2021-12-13feat: add last modified time to postsdarcy
add a new param: hideModifiedDate. If set to false, the last modified time of post is displayed.A site global configuration is also added, enableGitInfo. If set to true, the last modified time will get from git commits. More can see this: https://gohugo.io/getting-started/configuration/#enablegitinfo
2021-12-04edit readmemismith0227
2021-12-04edit readmemismith0227
2021-12-04edit workflowmismith0227
2021-12-04edit workflowmismith0227
2021-12-04workflow node versionmismith0227
2021-12-04edit workflowmismith0227
2021-12-04edit workflowmismith0227
2021-12-04edit workflowmismith0227
2021-12-04edit workflowmismith0227
2021-12-04remove travismismith0227
2021-12-04edit workflowmismith0227
2021-12-04Create release.ymlmisumi
2021-12-01Merge pull request #192 from jdthomas/developmisumi
Add support for google analytics v4
2021-11-30Add support for google analytics 4Jeff Thomas
2021-10-03Merge pull request #191 from mismith0227/developmisumi
release
2021-10-03Merge pull request #190 from vlow/developmisumi
Add reading time and word count
2021-09-18Add rebuilt generated filesFlorian Engel
2021-09-18Add documentation for reading time and word countFlorian Engel
2021-09-18Adjust architecture to match changesFlorian Engel
Since the date can be hidden, this commit also inverts the logic for word-count and reading-time. It also adjusts the css class name, since the same class is now used for all metadata in the post header.
2021-09-18Remove redundant `else` statementsFlorian Engel
2021-09-18Remove post decoration from pagesFlorian Engel
This commit removes the post header and footer (including comments and in-section links) from pages and adds a small update date instead.
2021-09-18Add word count and reading time optionsFlorian Engel
2021-09-12Merge pull request #189 from mismith0227/developmisumi
release 188
2021-09-12Merge pull request #188 from vlow/developmisumi
Fix broken pagination setting
2021-09-05Fix broken pagination settingFlorian Engel
2021-07-29Merge pull request #180 from mismith0227/developmisumi
release
2021-07-29Merge pull request #179 from mismith0227/slick-to-swipermisumi
slick to swiper & remove jQuery
2021-07-29slick to swiper & remove jQueryslick-to-swipermismith0227
2021-07-28Merge pull request #178 from mismith0227/sass-updatemisumi
use dart sass
2021-07-28use dart sassmismith0227
2021-07-28Merge pull request #177 from mismith0227/developmisumi
release
2021-07-28Merge pull request #172 from dwmkerr/fix/fix-local-hugo-servemisumi
fix: serving the example site locally with `yarn run hugo` now works
2021-05-16Merge pull request #174 from mismith0227/developmisumi
release
2021-05-16Merge pull request #173 from dwmkerr/feat/figure-zoommisumi
feat(figure-zoom): adds the 'figure-zoom' shortcode
2021-04-30feat(figure-zoom): adds the 'figure-zoom' shortcodeDave Kerr
2021-04-30fix: serving the example site locally with `yarn run hugo` now worksDave Kerr
2020-12-17Merge pull request #170 from mismith0227/developmisumi
relese
2020-12-17Merge pull request #169 from isseis/feature/custom_commentmisumi
Add comment_custom for injecting custom content in footer.
2020-12-08Pass context to common_custom partial template.Issei Suzuki
2020-12-07Adds comment_custom.html allowing a custom comment system.Issei Suzuki