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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-28fix: continue if sponsor is null (#552)Shohei Ueda
2022-04-24feat: manage mermaid with npm (#517)Shohei Ueda
2022-04-24feat: manage hotkeys with npm (#516)Shohei Ueda
2022-04-24feat: manage reveal.js with npm (#515)Shohei Ueda
2022-04-24feat: manage mathjax with npm (#512)Shohei Ueda
2022-04-23feat: stop managing deps with hugo mod (#499)Shohei Ueda
- feat: resources.GetRemote revealjs.com - feat: resources.GetRemote bulma - feat: resources.GetRemote hotkeys - feat: resources.GetRemote mathjax - feat: resources.GetRemote mermaid - build: refactor Makefile - ci: use peaceiris/workflows/setup-hugo
2021-12-13deps: bump hugo from 0.90.0 to 0.90.1 (#446)Shohei Ueda
2021-07-22fix: Show responsive jpeg for old browsers (#404)Shohei Ueda
* fix: Show responsive jpeg for old browsers * Exclude images in resources from Git control
2021-07-11feat: Add canonical badge (#398)Shohei Ueda
2021-07-10fix: Exclude itself from list (#397)Shohei Ueda
2021-07-10feat: Improve canonicalURL for Netlify CMS (#396)Shohei Ueda
2021-06-30feat: shortcode centered (#387)Shohei Ueda
2021-06-30feat: eyecatch random-post-list (#386)Shohei Ueda
2021-06-27feat: badges/draft (#382)Shohei Ueda
2021-06-21feat: truncate title of breadcrumb (#381)Shohei Ueda
2021-06-20fix: Use safeHTMLAttr instead of safeHTML (#379)Shohei Ueda
2021-06-18fix: header menu (#377)Shohei Ueda
* Sort ByWeight
2021-06-18feat: Add enableRandomRecommendedPosts (#376)Shohei Ueda
- Breaking: Rename `disableBreadcrumbNavigation` to `enableBreadcrumbNavigation` - Add `enableRandomRecommendedPosts` - Use `if` instead of `with`
2021-06-17feat: Option to enable share buttonspeaceiris
2021-06-17fix: Trim urls with strings.TrimRightpeaceiris
2021-06-17feat: Link to commit on GitHubpeaceiris
2021-06-17fix: Pass .Site.RSSLink to Feedlypeaceiris
2021-06-17feat: share-buttons (#375)Shohei Ueda
2021-06-15fix: check hugo.Environmentpeaceiris
2021-06-15fix: Do not show checkTools in productionpeaceiris
2021-06-15fix: links to check tools (#371)Shohei Ueda
* feat: Add staging config * feat: Update check-tools * fix render-heading * fix figcaption * ci: remove --baseURL
2021-06-13feat: open menu link in new tab (#370)Shohei Ueda
2021-06-13fix: gitignore rule (#369)Shohei Ueda
* fix: fetched image handling
2021-06-13feat: fetch remote images (#368)Shohei Ueda
2021-06-09feat: Reload page keyboard shortcut (#364)Shohei Ueda
2021-05-29feat: 2 columns post list (#361)Shohei Ueda
2021-05-29ci: Add themes-preview job (#359)Shohei Ueda
- ci: Add themes-preview job - ci: Remove HUGO_MODULE_REPLACEMENTS - fix: List rendering affecting footnote
2021-05-13fix: eyecatching image size (#348)Shohei Ueda
2021-05-13fix: Show large image by default (#347)Shohei Ueda
2021-05-10fix: eyecatching image layout (#341)Shohei Ueda
- fix: eyecatching image layout - fix: use partial not partialCached
2021-05-09feat: Pagination (#338)Shohei Ueda
Close #254
2021-05-09feat: Random Post List (#337)Shohei Ueda
Close #251
2021-05-09feat: Custom header links (#336)Shohei Ueda
Close #332
2021-05-09feat: Canonical URL on header (#335)Shohei Ueda
Close #322
2021-05-09feat: Convert image to WebP (#334)Shohei Ueda
2021-05-09feat: Keyboard shortcut (#331)Shohei Ueda
Close #327 - [jaywcjlove/hotkeys: ➷ A robust Javascript library for capturing keyboard input. It has no dependencies.](https://github.com/jaywcjlove/hotkeys) - [Modal | Bulma: Free, open source, and modern CSS framework based on Flexbox](https://bulma.io/documentation/components/modal/)
2021-05-08feat: Hide lang button with single lang mode (#330)Shohei Ueda
2021-05-07feat: Add view-on-github-button (#326)Shohei Ueda
2021-03-23feat: Parameter to disable Breadcrumb navigation (#305)Shohei Ueda
Add disableBreadcrumbNavigation
2021-01-14fix: remove invalid classpeaceiris
2021-01-13feat: hero-head (#273)Shohei Ueda
2021-01-13feat: Put lang and edit buttons into hero-foot (#272)Shohei Ueda
2021-01-11feat: Support external images (#271)Shohei Ueda
2021-01-10feat: i18n lastmod (#270)Shohei Ueda
ci: Deploy to Netlify https://github.com/nwtgck/actions-netlify build: set baseURL to root
2021-01-10feat: Add lastmod to header (#268)Shohei Ueda