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

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-30Update CONTRIBUTING.mdHEADmasterdevvimux
Add a note about negative SVG viewBox values
2022-08-29Merge pull request #301 from Vimux/add-google-pse-example-docsVimux
Update documentation: add Google PSE brief guide
2022-08-29Update documentation: add Google PSE brief guidevimux
2022-08-18Merge pull request #298 from Vimux/merge-search-widgetsVimux
Merge two search widgets into one
2022-08-18Merge two search widgets into onevimux
* search.html widget: add configurable params (`url`, `input.name`, `input.pre`) * ddg-search.html: add deprecation warning * Add search box customization guide * Update README: add `params.widgets.search` example * Update README: remove mentions of ddg-search widget
2022-08-12Upgrade npm dev depsvimux
autoprefixer ^10.4.7 → ^10.4.8 eslint ^8.6.0 → ^8.21.0 eslint-plugin-import ^2.25.4 → ^2.26.0 postcss-cli ^9.1.0 → ^10.0.0 stylelint ^14.2.0 → ^14.10.0
2022-03-31Update package-lock: bump minimist to 1.2.6vimux
Bump minimist from 1.2.5 to 1.2.6
2022-03-24Merge pull request #290 from nosbig/patch-1Vimux
Update faq.md: fix incorrect path for the icon files
2022-03-24Update faq.mdnosbig
Updated the path for the icon files in the theme directories.
2022-03-19Proper fix CI: correct i18n option for newer Hugovimux
From Hugo 0.93.0 `--i18n-warnings` was renamed to `printI18nWarnings`. Proper fix for commit 7ae55871271933caf0e499d3363be1a628c774c8
2022-03-19Fix CI: correct option for Hugo versions > 0.93.0vimux
2022-03-19Update package-lockvimux
2022-02-25Update faq.md (#286)Lisa
Edits for overall tone, grammar, and conciseness
2022-02-25Update getting-started.md (#285)Lisa
Edits for grammar, clarity, and conciseness
2022-02-12Update docs/faq.md (#283)Ashwani Verma
2022-01-28Update exampleSite: cleanup old postsvimux
Rename: * goisforlovers.md → hugo-template-primer.md * hugoisforlovers.md → getting-started-with-hugo.md Remove: * exampleSite/content/post/migrate-from-jekyll.md * exampleSite/content/post/creating-a-new-theme.md
2022-01-25Update exampleSite: add new about pagevimux
2022-01-25Update exampleSite: delete old about pagevimux
2022-01-24Add initial documentation sectionvimux
* Add initial documentation section * Add docs to mainSections * Remove old posts from main menu * Simplify README.md: remove customization section * FAQ: add one-liners for changing highlight color * Add `exampleSite/post/basic-elements.md` to main menu Fixes #219
2022-01-13Upgrade dev depsvimux
autoprefixer ^10.3.1 → ^10.4.2 eslint ^7.32.0 → ^8.6.0 eslint-config-airbnb-base ^14.2.1 → ^15.0.0 eslint-plugin-import ^2.24.0 → ^2.25.4 postcss-cli ^8.3.1 → ^9.1.0 stylelint ^13.13.1 → ^14.2.0 stylelint-order ^4.1.0 → ^5.0.0
2022-01-11Update ci-test.yml: add Hugo 0.80.0vimux
Not related to the theme, but it's an annoying bug in Hugo that I want to add to the list somehow.
2021-12-29Update baseof template: wrap partials into blocksvimux
2021-11-30ci-test.yml: add Hugo 0.86.1vimux
Adding it to tests does nothing for us in practice. Right now, it's a reminder for me that `.IsMenuCurrent` acts differently in Hugo 0.86.0 (or later) than before and may require manual intervention from users.
2021-11-17Update README.md: move deprecated paramsvimux
I plan to remove these two parameters in early 2022, but for now, I'm separating them from the others.
2021-11-15Update README.md: http -> httpsvimux
2021-09-15Update theme.tomlvimux
* Update tags and features
2021-09-11Update README.mdvimux
2021-09-09Merge pull request #274 from Vimux/add-thumbnail-visibility-paramVimux
Add thumbnail visibility param
2021-09-09Add thumbnail visibility paramvimux
Initial revision of thumbnail visibility control allows you to turn off thumbnails for list-like or single pages globally and per page. Fixes #160 Closes #175
2021-09-07Merge pull request #273 from Vimux/separate-thumbnail-partialVimux
Split up thumbnail into separate partial
2021-09-07Split up thumbnail into separate partialvimux
2021-09-03Bump tar from 6.1.6 to 6.1.11vimux
2021-08-13Update dev depsvimux
autoprefixer ^10.2.6 → ^10.3.1 eslint ^7.28.0 → ^7.32.0 eslint-plugin-import ^2.23.4 → ^2.24.0
2021-08-06Update package lock filevimux
2021-07-18Update theme.toml: add demositevimux
2021-07-17Update README.mdvimux
Standard demo no longer exists and are not supported by the Hugo team.
2021-07-07Merge pull request #270 from Vimux/fix-goldmark-tocVimux
Fix Goldmark TOC indentation
2021-07-07Fix Goldmark TOC indentationvimux
Not perfect, but fixes Goldmark and respect blackfriday simultaneously (looks slightly different now). Note that the `markup.tableOfContents.ordered` parameter is not supported. Closes #243
2021-06-16Update dev depsvimux
2021-05-13Upgrade dev depsvimux
2021-05-10Merge pull request #268 from Vimux/dependabot/npm_and_yarn/hosted-git-info-2.8.9Vimux
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-05-09Bump hosted-git-info from 2.8.8 to 2.8.9dependabot[bot]
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-08Merge pull request #267 from Vimux/dependabot/npm_and_yarn/lodash-4.17.21Vimux
Bump lodash from 4.17.19 to 4.17.21
2021-05-07Bump lodash from 4.17.19 to 4.17.21dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-12Merge pull request #263 from olomix/google_analytics_4Vimux
Add support for Google Analytics v4
2021-04-11Add support for Google Analytics 4Oleg Lomaka
2021-04-07Categories widget: add categories_counter paramvimux
2021-04-03CI: upgrade NodeJS (10.x → 14.x)vimux
NodeJS 10 is reaching end of life soon (30 April 2021), it's time to move to the active LTS version: NodeJS 14. https://nodejs.org/en/about/releases/
2021-04-01Add Indonesian translation (#261)atdx
Closes #258 Co-authored-by: Vimux <Vimux@users.noreply.github.com>
2021-03-31Merge pull request #260 from Vimux/dependabot/npm_and_yarn/y18n-4.0.1Vimux
Bump y18n from 4.0.0 to 4.0.1