Vimux
c08525d728
Merge pull request #301 from Vimux/add-google-pse-example-docs
...
Update documentation: add Google PSE brief guide
2022-08-29 15:14:02 +00:00
vimux
fff3eb523d
Update documentation: add Google PSE brief guide
2022-08-29 11:07:27 -04:00
Vimux
73e745cf98
Merge pull request #298 from Vimux/merge-search-widgets
...
Merge two search widgets into one
2022-08-18 16:33:28 +00:00
vimux
68e677f170
Merge two search widgets into one
...
* 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-18 12:12:20 -04:00
vimux
8b4ca24036
Upgrade npm dev deps
...
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-08-12 10:53:47 -04:00
vimux
5bca50d57f
Update package-lock: bump minimist to 1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-03-31 12:38:44 -04:00
Vimux
e69d3171cd
Merge pull request #290 from nosbig/patch-1
...
Update faq.md: fix incorrect path for the icon files
2022-03-24 16:37:08 +03:00
nosbig
ffd7323937
Update faq.md
...
Updated the path for the icon files in the theme directories.
2022-03-24 01:07:18 -04:00
vimux
d2b7c0d124
Proper fix CI: correct i18n option for newer Hugo
...
From Hugo 0.93.0 `--i18n-warnings` was renamed to `printI18nWarnings`.
Proper fix for commit 7ae5587127
2022-03-19 14:05:03 -04:00
vimux
7ae5587127
Fix CI: correct option for Hugo versions > 0.93.0
2022-03-19 10:38:14 -04:00
vimux
77b445e11c
Update package-lock
2022-03-19 10:15:32 -04:00
Lisa
b3b48ada28
Update faq.md ( #286 )
...
Edits for overall tone, grammar, and conciseness
2022-02-25 13:24:59 -05:00
Lisa
4f57625872
Update getting-started.md ( #285 )
...
Edits for grammar, clarity, and conciseness
2022-02-25 13:21:17 -05:00
Ashwani Verma
b4baa56bd7
Update docs/faq.md ( #283 )
2022-02-12 20:28:59 +03:00
vimux
35f82cd064
Update exampleSite: cleanup old posts
...
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-28 09:51:58 -05:00
vimux
33f85c796e
Update exampleSite: add new about page
2022-01-25 09:38:54 -05:00
vimux
a3eec179d8
Update exampleSite: delete old about page
2022-01-25 09:31:19 -05:00
vimux
e360e80404
Add initial documentation section
...
* 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-24 14:02:25 -05:00
vimux
80ac2c21e7
Upgrade dev deps
...
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-13 08:56:26 -05:00
vimux
82bb440881
Update ci-test.yml: add Hugo 0.80.0
...
Not related to the theme, but it's an annoying bug in Hugo that I want to add to the list somehow.
2022-01-11 09:33:42 -05:00
vimux
50b32bd106
Update baseof template: wrap partials into blocks
2021-12-29 10:27:15 -05:00
vimux
d73b9dc34c
ci-test.yml: add Hugo 0.86.1
...
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-30 09:53:22 -05:00
vimux
2227539aac
Update README.md: move deprecated params
...
I plan to remove these two parameters in early 2022, but for now,
I'm separating them from the others.
2021-11-17 11:32:51 -05:00
vimux
a22487a7d0
Update README.md: http -> https
2021-11-15 10:17:37 -05:00
vimux
fbd4163bd0
Update theme.toml
...
* Update tags and features
2021-09-15 13:01:16 -04:00
vimux
dd3aedf60f
Update README.md
2021-09-11 11:33:53 -04:00
Vimux
3bc075e3ee
Merge pull request #274 from Vimux/add-thumbnail-visibility-param
...
Add thumbnail visibility param
2021-09-09 15:06:49 -04:00
vimux
c428434c6c
Add thumbnail visibility param
...
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-09 13:57:38 -04:00
Vimux
e2b0286e0a
Merge pull request #273 from Vimux/separate-thumbnail-partial
...
Split up thumbnail into separate partial
2021-09-07 13:47:44 -04:00
vimux
63d6357498
Split up thumbnail into separate partial
2021-09-07 12:17:45 -04:00
vimux
4a4991a82e
Bump tar from 6.1.6 to 6.1.11
2021-09-03 13:24:26 -04:00
vimux
cef4cf8957
Update dev deps
...
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-13 10:03:32 -04:00
vimux
ca160d69e1
Update package lock file
2021-08-06 14:00:57 -04:00
vimux
043befbc58
Update theme.toml: add demosite
2021-07-18 09:50:00 -04:00
vimux
e02c97b337
Update README.md
...
Standard demo no longer exists and are not supported by the Hugo team.
2021-07-17 15:04:55 -04:00
Vimux
230db75e6d
Merge pull request #270 from Vimux/fix-goldmark-toc
...
Fix Goldmark TOC indentation
2021-07-07 19:51:57 +03:00
vimux
b1bd72cd0b
Fix Goldmark TOC indentation
...
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-07-07 12:33:27 -04:00
vimux
0bb8103567
Update dev deps
2021-06-16 09:18:10 -04:00
vimux
20d7f246f2
Upgrade dev deps
2021-05-13 14:24:22 -04:00
Vimux
10d59da42f
Merge pull request #268 from Vimux/dependabot/npm_and_yarn/hosted-git-info-2.8.9
...
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-05-10 00:28:02 +03:00
dependabot[bot]
4faf54e339
Bump hosted-git-info from 2.8.8 to 2.8.9
...
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-09 17:10:59 +00:00
Vimux
2d03c0c114
Merge pull request #267 from Vimux/dependabot/npm_and_yarn/lodash-4.17.21
...
Bump lodash from 4.17.19 to 4.17.21
2021-05-08 15:51:29 +03:00
dependabot[bot]
dae16eaa71
Bump lodash from 4.17.19 to 4.17.21
...
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-05-07 18:28:47 +00:00
Vimux
e238e33036
Merge pull request #263 from olomix/google_analytics_4
...
Add support for Google Analytics v4
2021-04-12 16:37:08 +03:00
Oleg Lomaka
47885bd3ec
Add support for Google Analytics 4
2021-04-11 07:56:56 +03:00
vimux
f10eb9fbdf
Categories widget: add categories_counter param
2021-04-07 14:01:44 -04:00
vimux
7a8d39804c
CI: upgrade NodeJS (10.x → 14.x)
...
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-03 13:06:13 -04:00
atdx
f4b866c53b
Add Indonesian translation ( #261 )
...
Closes #258
Co-authored-by: Vimux <Vimux@users.noreply.github.com>
2021-04-01 12:50:25 -04:00
Vimux
798c9b1f2b
Merge pull request #260 from Vimux/dependabot/npm_and_yarn/y18n-4.0.1
...
Bump y18n from 4.0.0 to 4.0.1
2021-03-31 21:01:21 +03:00
dependabot[bot]
910c4c82a7
Bump y18n from 4.0.0 to 4.0.1
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 10:05:14 +00:00