Commit graph

307 commits

Author SHA1 Message Date
Vimux
01aeeee3d6
Merge pull request #76 from Vimux/dependabot/npm_and_yarn/yaml-and-stylelint-2.2.2
Bump yaml and stylelint
2023-04-25 12:34:22 -04:00
dependabot[bot]
643a999085
Bump yaml and stylelint
Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependency [stylelint](https://github.com/stylelint/stylelint). These dependencies need to be updated together.


Updates `yaml` from 2.1.1 to 2.2.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.1.1...v2.2.2)

Updates `stylelint` from 14.15.0 to 15.6.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.15.0...15.6.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: stylelint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 23:26:21 +00:00
vimux
621ca48e95
CI: upgrade checkout and setup-node actions
* actions/checkout@v2 -> actions/checkout@v3
* actions/setup-node@v1 -> actions/setup-node@v3
2023-02-17 10:43:45 -05:00
Vimux
6626accdc0
Merge pull request #74 from Vimux/dependabot/npm_and_yarn/json5-1.0.2
Bump json5 from 1.0.1 to 1.0.2
2023-01-09 21:10:29 +03:00
dependabot[bot]
ff710eb544
Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-07 02:21:15 +00:00
vimux
141667d5b1
Update npm dev deps
autoprefixer   ^10.4.8  →  ^10.4.13
eslint         ^8.21.0  →   ^8.27.0
postcss        ^8.4.16  →   ^8.4.19
stylelint     ^14.10.0  →  ^14.15.0
2022-11-18 08:43:47 -05:00
vimux
a02ca22416
Update CONTRIBUTING.md
Add a note about negative SVG viewBox values
2022-08-30 10:39:29 -04:00
vimux
3b825c1469
Upgrade npm dev deps
autoprefixer          ^10.4.2  →   ^10.4.8
eslint                 ^8.6.0  →   ^8.21.0
eslint-plugin-import  ^2.25.4  →   ^2.26.0
postcss                ^8.4.5  →   ^8.4.16
postcss-cli            ^9.1.0  →   ^10.0.0
stylelint             ^14.2.0  →  ^14.10.0
2022-08-12 10:41:27 -04:00
Vimux
8e6814b45a
Merge pull request #68 from zutto/TAGS_URL
Entry/meta/tags: remove space character from a href to avoid %20 appearing in URL's
2022-04-15 20:45:07 +03:00
zutto
81fa13ce71 remove space character from a href to avoid %20 appearing in URL's 2022-04-15 19:13:13 +03:00
vimux
2e5cfdbdb9
Update npm package-lock: bump minimist to 1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-03-31 12:49:17 -04:00
Vimux
8bd2f6f17f
Merge pull request #62 from bugok/tags_meta
Add tags to entry/meta/tags
2022-03-20 15:11:17 +03:00
Noam Lerner
69b90178c1 Add tags support to entry/meta
This commit adds support in having tags in entry.meta.
This includes:
- Updating the README
- Adding values for tags across multiple languages (en, fr, it, pt-br, pt)
- Moving from span to div in entry/meta/categories to make sure each one of
  'tags' and 'categories' sections is in a separate line.
2022-03-19 14:52:57 +02:00
Vimux
ee84631bbb
Merge pull request #65 from Vimux/dependabot/npm_and_yarn/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7
2022-03-15 17:30:08 +03:00
dependabot[bot]
4d3f290d0b
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-15 14:28:47 +00:00
Vimux
01269cff3b
Merge pull request #63 from bugok/fix_ci_i18n
Fix i18n check option in CI for Hugo versions > 0.93.0
2022-03-15 17:28:13 +03:00
Noam Lerner
b30ec254c8 Replace --i18n-warnings with --printI18nWarnings for new hugo versions in CI 2022-03-14 21:31:41 +02:00
Vimux
fbc26c758e
Merge pull request #64 from devidw/patch-1
Add `toml` language identification to the README.md
2022-03-14 22:01:50 +03:00
David Wolf
861a2786ef
Add toml language identification to readme 2022-03-13 20:10:43 +01:00
vimux
2b03419d52
Update README.md: screenshot url
This change should fix screenshot for https://themes.gohugo.io/themes/binario/ page
2022-02-04 11:58:56 -05:00
vimux
3bfa2a0bad
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                      ^8.3.6  →   ^8.4.5
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 09:33:50 -05:00
vimux
39fbbcbdf3
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:30:03 -05:00
Vimux
5d491c4c06
Merge pull request #60 from RheingoldRiver/main-sections
Fix param name typo: mainSection -> mainSections
2021-12-05 17:57:18 +03:00
RheingoldRiver
a5cf5e2f4b The param is mainSections not mainSection 2021-12-05 00:28:45 +00:00
vimux
b5973fb3e5
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:56:19 -05:00
Tend
9c4e6d205e
Add Italian translation (#58) 2021-11-29 10:48:12 -05:00
vimux
37b8956bed
Bump tar from 6.1.6 to 6.1.11 2021-09-03 13:22:38 -04:00
vimux
2f14d248aa
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
postcss              ^8.3.4  → ^8.3.6
2021-08-13 10:31:18 -04:00
vimux
600bcd5620
Update package-lock file: update tar 2021-08-06 10:12:10 -04:00
vimux
12e9ea7955
Update theme.toml: add demosite 2021-07-18 09:47:53 -04:00
vimux
38941cd1b8
Update README.md
Standard demo no longer exists and are not supported by the Hugo team.
2021-07-17 15:03:38 -04:00
Vimux
04d51be8c4
Simplify CSS for TOC block (#55)
Not perfect, but fixes Goldmark and respect blackfriday simultaneously
(looks slightly different now).

Fixes #22

Closes #41
2021-07-04 12:16:32 -04:00
vimux
2479b02425
Update CONTRIBUTING.md 2021-06-25 15:16:46 -04:00
vimux
c971411a64
Upgrade dev deps 2021-06-16 09:19:33 -04:00
Vimux
ff2e409621
Merge pull request #52 from Vimux/unify-menu-hover-appearance
Unify main menu hover appearance for desktop and mobile
2021-06-15 19:49:27 +03:00
vimux
a56242e2c1
Unify main menu hover appearance for desktop and mobile
Now the hover appearance of the mobile and desktop
menu looks more uniform for all devices.
2021-06-15 12:35:06 -04:00
vimux
3bb7a319f3
Update CONTRIBUTING.md 2021-06-14 10:11:54 -04:00
Vimux
a56e1f5ed0
Merge pull request #51 from Vimux/add-left-borderline-menu
Add left border line to hamburger active menu item
2021-06-13 20:14:14 +03:00
vimux
a534b3bb8e
Add left border line to hamburger active menu item 2021-06-13 13:01:54 -04:00
Vimux
7c103e6f51
Merge pull request #50 from Vimux/dependabot/npm_and_yarn/glob-parent-5.1.2
Bump glob-parent from 5.1.1 to 5.1.2
2021-06-08 17:07:08 +03:00
Vimux
cfac98f910
Merge pull request #49 from Vimux/dependabot/npm_and_yarn/trim-newlines-3.0.1
Bump trim-newlines from 3.0.0 to 3.0.1
2021-06-08 17:06:57 +03:00
dependabot[bot]
4904682da8
Bump glob-parent from 5.1.1 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 08:55:09 +00:00
dependabot[bot]
1902f17272
Bump trim-newlines from 3.0.0 to 3.0.1
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 07:44:26 +00:00
Vimux
e51806097a
Merge pull request #48 from Vimux/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.16.0 to 4.16.6
2021-05-25 17:10:41 +03:00
dependabot[bot]
e145d42cba
Bump browserslist from 4.16.0 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.0...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 20:36:34 +00:00
Vimux
f75d9ae051
Merge pull request #47 from Vimux/dependabot/npm_and_yarn/postcss-8.2.10
Bump postcss from 8.2.2 to 8.2.10
2021-05-12 16:58:49 +03:00
dependabot[bot]
5ea8304650
Bump postcss from 8.2.2 to 8.2.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.2 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.2...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 00:18:04 +00:00
Vimux
7d3181cd2e
Merge pull request #46 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:15 +03:00
dependabot[bot]
3cae64d49f
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 13:18:26 +00:00
Vimux
836d1d655b
Merge pull request #45 from Vimux/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21
2021-05-07 20:39:31 +03:00