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
2021-07-29slick to swiper & remove jQueryslick-to-swipermismith0227
2021-04-30feat(figure-zoom): adds the 'figure-zoom' shortcodeDave Kerr
2020-12-08Pass context to common_custom partial template.Issei Suzuki
2020-12-07Adds comment_custom.html allowing a custom comment system.Issei Suzuki
2020-07-28Add strava as option for socialJeff Thomas
SVG icon from first google result: https://www.iconfinder.com/icons/4691462/strava_icon
2020-06-18feat: add 'hideDate' parameter to hide the dateDave Kerr
This closes issue #71.
2020-05-18Merge pull request #151 from annabunches/delete-gplusmisumi
Delete references to Google+
2020-05-18Merge pull request #149 from annabunches/timestamp-partialmisumi
Refactor 'posted on' code to a timestamp partial
2020-05-16Delete references to Google+Anna Wiggins
2020-05-16Don't duplicate the timestamp code.Anna Wiggins
2020-05-16Refactor 'Posted on' code into a partial.Anna Wiggins
DESCRIPTION: This makes it easy to change the date formatting for a blog, and optionally remove or alter the 'posted on' text as well.
2020-05-16Add header_custom for injecting custom content between header and page content.Anna Wiggins
DESCRIPTION: Adds a header_custom.html that parallels footer_custom.html and head_custom.html, allowing custom styling (e.g. injecting the menu or other navigational content) between the site header and page content.
2020-04-05Better env check for google analytics scriptWai Hon Law
Using "HUGO_ENV" or "Site.Params.env" to enable google analytics script is very bad because it is not intuitive to the user. This PR replaces the env check with .Site.IsServer, which is usually true for development.
2020-03-04Merge pull request #137 from seokbeomKim/developmisumi
Fix a bug on listing posts in tag, categories
2020-02-12Use standard Hugo template for Google Analyticsmewa
2020-01-26Fix a bug on listing posts in tag, categoriesSukbeom Kim
2020-01-13#112 zoom.js to zoomingmismith0227
2019-12-20(Next|Prev)Page -> (Next|Prev)InSectionPhil Smith
When there are multiple sections, NextPage and PrevPage will interleave pages in them. To match existing pagination and perhaps user intuition, instead use NextInSection and PrevInSection which will restrict to e.g. posts.
2019-12-19Use $.Param instead of .Site.ParamsPhil Smith
This allows params to be set in either site config or page front matter.
2019-12-17add medium iconNicolas Couvrat
2019-12-10Development environment renewalmismith0227
- gulp v4 - PostCSS to Sass
2019-11-17build: update for Hugo v0.57+Luke Hsiao
In Hugo v0.57.0, a breaking change was introduced to the `.Pages` variable [1]. This adopts the new .Site.RegularPages syntax. https://github.com/gohugoio/hugo/issues/6153
2019-08-30Added MathJax supportJosh Howard
2019-04-15fix(head): update Hugo functions which will be deprecatedLuke Hsiao
2019-02-04.Prev and .Next deprecated, update pagination to .NextPage and .PrevPagecalyptecc
2018-10-13Merge pull request #89 from shuheiktgw/add_partials_to_the_custom_pathmisumi
Add partials/ to custom html path
2018-10-13Merge pull request #88 from dasmaeh/custom_cssmisumi
Adding support for custom css styles
2018-10-13Add partials/ to custom html pathShuhei Kitagawa
2018-09-27Adding support for custom css stylesJan Köster
2018-09-27Host font files locallyJan Köster
2018-05-25Google Analytics tracking code is not included when running hugo server. ↵AM
Fixes #44
2018-04-15remove useless tagFanShikun
2018-01-26Sanitize baseurl consistentlyClayton Yochum
#40 sanitizes the baseurl in terms.html to ensure no double-slashes. This employs the same sanitization in single.html.
2018-01-04Process BaseURL using `sanitizeurl`Zejun Li
Using `sanitizeurl` to ensure no extra slash in result url. Otherwise, it will produce something like `http://example.com//foo/bar`, which can cause error on some HTTP server.
2017-12-15add slick slidermismith0227
#38
2017-12-12editmismith0227
PC版のコーディング #38
2017-12-11show related postsmismith0227
2017-11-28Hide content from index page using front matter paramTyler Tape
2017-10-23add gitlabmismith0227
fixed #33
2017-10-14editmismith0227
fixed #32
2017-10-12add shortcodemismith0227
fixed #21
2017-10-12edit copyright configmismith0227
fixed #31
2017-09-23edit ogp imagemismith0227
fixed #29
2017-09-23add thumbnailmismith0227
fixed #26
2017-09-20google plus link 404mismith0227
fixed #28
2017-09-06edit cssmismith0227
Accessibility アクセシビリティについてはとりあえずコンテンツへスキップとか。他は情報を得次第対応してみる。 fixed #16
2017-09-06edit summarymismith0227
サマリーの表示の仕方を修正 fixed #22
2017-09-02use parentheses for countVictor Alvarez
2017-08-31add favicon settingmismith0227
2017-08-31Merge branch 'stilesb-master' into developmismith0227