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

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-04fix link to tags for multilang (#49)HEADmasterRustam Zagirov
2020-04-21Prev / Next links added to the translation files + Italian translation added ↵Francesco Maida
(#46) * Italian translation added * Prev/Next links added to the translation files + Italian translation added * Italian translation updated * Use T instead of i18n for consistency Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
2020-04-21Add 'noPostNavigation' option to hide next/previous post linksfrancium
2020-04-14More i18nCarson Ip
Fix #42
2020-04-03Update README about Google AnalyticsCarson Ip
Fix #41
2019-12-01Fix html meta author generationCarson Ip
Fix #37
2019-12-01Add param for custom CSSCarson Ip
Fix #36
2019-11-29Header: Use the translated page's URL instead of the untranslated onev1ne
2019-11-29Clean up: Less empty space in HTML codev1ne
2019-11-29Header: Only output RSS link if it's actually setv1ne
If a subpage doesn't have any RSS link, don't output an empty link.
2019-11-29article: Add a way to suppress the datev1ne
This is handly if an article is just an overview page or a list of subpages.
2019-11-29Meta: Only print meta entries if they are actually definedv1ne
2019-11-29Open Graph: Honour site languagev1ne
2019-11-29Article TOC: Make TOC title translateablev1ne
2019-11-27Show text before fonts are loaded. (#32)Martin
Using `font-display: swap;` allows the browser to show the text with another font before the webfonts are loaded. This makes the loading time feel faster as you can already start reading instead of looking at an empty website till the fonts are loaded. See: https://fontsplugin.com/google-fonts-font-display-swap/
2019-11-27Update required hugo versionCarson Ip
Fix #34
2019-05-01Wider margin for list entries. (#30)Kamil Wylegala
2019-04-21Update functions deprecated in Hugo 0.55 (#28)Shiva Huang
Following functions are deprecated in Hugo 0.55: * Page's .RSSLink * Page's .Hugo
2019-03-25Enhance KaTeX (#26)Shiva Huang
* Use `.Param` as switch of KaTeX. This make you to decide to enable KaTeX for whole site or for single post. * Enable rendering KaTeX in code block. * Revert "Enable rendering KaTeX in code block." This reverts commit 43684e61815f7332c95f2f02a10643e4e3fdc77a. * Fix description about KaTeX post param
2019-03-24Improve documentation about katex supportCarson Ip
2019-03-23Merge pull request #24 from SDavey149/fix-disqus-commentsCarson Ip
Fixing disqus shortname config location for newer versions of hugo
2019-03-16Use hidden instead of hideCarson Ip
2019-03-16Merge pull request #25 from Nelarius/hide-posts-from-main-listCarson Ip
Add ability to hide posts from index
2019-03-16Update README.mdJohann Muszynski
2019-03-16Add ability to hide posts from blog post listJohann Muszynski
2019-02-10Fixing disqus shortname config location for newer versions of hugoScott Davey
2019-01-21Remove http link in headCarson Ip
Fix #23
2019-01-16Merge pull request #21 from apemost/masterCarson Ip
Fix layouts
2019-01-16Don't convert categories to upper caseAndrew Lyu
2019-01-16Don't use deprecated variablesAndrew Lyu
Close #22
2019-01-15Fix layoutsAndrew Lyu
2018-11-22Merge pull request #19 from zwbetz-gh/masterCarson Ip
Use absURL for CSS links
2018-11-20Use absURL for CSS linksZachary Betz
2018-05-23Fix missing page number in mobile viewCarson Ip
Fix #15
2017-05-27Improve readme about paginationCarson Ip
2017-05-27Fix pagination for listsCarson Ip
2017-05-15Merge pull request #8 from wlsc/masterCarson Ip
MINOR: improvements to meta partial
2017-05-15* extracted meta information from head.html into partials meta.htmlWladimir Schmidt
* modified meta parameters to have description and keywords generated via site parameters
2017-04-20Update README.mdCarson Ip
2017-04-10Replace .Now by now, update min hugo versionCarson Ip
Fix #6
2017-03-02Add spacing between TOC itemsCarson Ip
2017-03-01Update screenshotsCarson Ip
2017-02-28Update readme featured imageCarson Ip
2017-02-28Fix index spacing and add featured imageCarson Ip
2017-02-27Merge pull request #5 from kaushalmodi/dont-hardcode-TOC-max-heightCarson Ip
Don't hardcode the TOC max height
2017-02-26Merge pull request #4 from kaushalmodi/fix-smarttoc-jsCarson Ip
Move the onScroll function definition to above its call
2017-02-26Don't hardcode the TOC max heightKaushal Modi
This commit prevents the combination of extra whitespace below the TOC and scrollbars to the TOC.
2017-02-26Move the onScroll function definition to above its callKaushal Modi
This fix was needed for the smart TOC feature to work on Firefox 45.0.1 https://github.com/carsonip/hugo-theme-minos/issues/1#issuecomment-282579296
2017-02-26Fix start TOC initial hide sublistCarson Ip
2017-02-26Fix smart toc not displaying bugCarson Ip