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-04-24docs: add Install Node.js and npmShohei Ueda
2022-04-23Update README.mdShohei 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-09-05Update link to hugo themesShohei Ueda
2021-07-13chore: Fix badges styleShohei Ueda
2021-05-28chore: Change default branch from master to main (#357)Shohei Ueda
2021-05-28ci: Merge workflows (#356)Shohei Ueda
Add .github/workflows/pages-status-check.yml
2021-05-09docs: update Featurespeaceiris
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
2020-12-12fixpeaceiris
2020-12-12feat: Deprecate li shortcode (#247)Shohei Ueda
Close #240 [Content | Bulma: Free, open source, and modern CSS framework based on Flexbox](https://bulma.io/documentation/elements/content/) ``` sed -ie "/{{<\sli\s>}}/d" */**/*.md git clean -f sed -ie "/{{<\s\/li\s>}}/d" */**/*.md git clean -f ```
2020-12-12feat: math shortcode (#246)Shohei Ueda
2020-11-20docs: put link to demo on topShohei Ueda
2020-10-21docs: update How to Update the ThemeShohei Ueda
2020-10-12feat: Revert fontawesome #218 (#219)Shohei Ueda
This reverts commit 32e07b90e3a925b7afbceea7f4916fbf2d760a52.
2020-10-11feat: fontawesome (#218)Shohei Ueda
Close #177 - [SVG JavaScript Core | Font Awesome](https://fontawesome.com/how-to-use/on-the-web/advanced/svg-javascript-core)
2020-10-06feat: use partialCached (#213)Shohei Ueda
* docs: use absolute URL * feat: use partialCached
2020-10-06docs: rename master to mainShohei Ueda
2020-10-06deps: import mathjax/MathJax 3.1.2peaceiris
https://github.com/peaceiris/hugo-mod-mathjax Close #207
2020-10-06docs: fix typo MathJaxpeaceiris
2020-10-06docs: add link to peaceiris/hugo-mod-mermaidjsShohei Ueda
[peaceiris/hugo-mod-mermaidjs](https://github.com/peaceiris/hugo-mod-mermaidjs)
2020-10-06docs: add link to peaceiris/hugo-mod-revealjsShohei Ueda
2020-10-05docs: update How to Update the Themepeaceiris
2020-10-05fix: add unzippeaceiris
2020-10-05ci: use hugo modulespeaceiris
2020-09-30docs: add Install Gopeaceiris
2020-09-30docs: add JSON-LD to FeaturesShohei Ueda
2020-09-30docs: update Special ThanksShohei Ueda
2020-09-28docs: update workflowShohei Ueda
2020-09-28docs: change badges positionShohei Ueda
2020-09-21docs: remove Site Paramspeaceiris
2020-09-21feat: Add archetypespeaceiris
2020-09-21feat: canonical param (#198)Shohei Ueda
2020-09-21docs: bump hugo from 0.71.0 to 0.75.1peaceiris
2020-09-20feat: github-sponsors-list shortcode (#197)Shohei Ueda
* feat: github-sponsors-list shortcode * update image
2020-05-22docs: Add How to Update the Themepeaceiris
Add new section about: How to update a theme which is installed as a Git submodule cf. #152
2020-05-22feat: Add circle shortcode (#158)Shohei Ueda
cf. #152
2020-05-20docs: Add example GitHub Actions workflowShohei Ueda
2020-05-20docs: Using jq is optionalShohei Ueda
2020-05-20docs: enhance scriptShohei Ueda
2020-05-20docs: update TOCpeaceiris
2020-05-20docs: Add Customize Theme sectionShohei Ueda
2020-05-20docs: enhance link textpeaceiris
2020-05-20feat: Add scripts/setup.sh (#155)Shohei Ueda
* docs: fix path to fetch_data.sh * feat: Add scripts/setup.sh
2020-05-20ci: fix setup scriptpeaceiris
2020-05-20ci: Add test-setup jobpeaceiris
2020-05-20feat: Migrate to GitHub GraphQL API for repo shortcode (#153)Shohei Ueda
2020-04-22docs: remove Netlify Status badgeShohei Ueda