Commit graph

444 commits

Author SHA1 Message Date
Enrico Risa
beedb32ba7
adds default properties in config.toml 2022-11-23 20:08:06 +01:00
Thomas Chartron
693e9a9d39
Merge pull request #7 from tchartron/dependabot/npm_and_yarn/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2
2022-11-21 09:43:22 +01:00
dependabot[bot]
76350bfc38
Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 08:42:53 +00:00
Thomas Chartron
99b07ec525
Merge pull request #5 from tchartron/dependabot/npm_and_yarn/nanoid-3.3.4
Bump nanoid from 3.1.30 to 3.3.4
2022-06-21 11:34:47 +02:00
dependabot[bot]
46b55f6b84
Bump nanoid from 3.1.30 to 3.3.4
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.4.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 09:19:36 +00:00
Thomas Chartron
a4e1c92e36
Merge pull request #4 from tchartron/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-06-21 11:18:50 +02:00
dependabot[bot]
874cad631f
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 09:17:43 +00:00
Thomas Chartron
1393ad198f
Merge pull request #3 from morenol/patch-2
Update year in footer
2022-02-12 17:07:20 +01:00
Luis Moreno
986edf61d1
Update year in footer 2022-02-11 18:32:04 -04:00
Thomas Chartron
82ad19c289
Merge pull request #2 from mechie/add-alt-text-support
Add alt text support to built in index image and author avatars.
2022-01-30 13:41:44 +01:00
Thomas Chartron
19ce007da5
Merge pull request #1 from mechie/fix-mobile-menu
Use optional chaining to add listeners to optional UI elements.
2022-01-30 13:39:44 +01:00
Guillem Martinez Salvador
15d2f3bd8b Add alt text support to built in index image and author avatars.
Adds `image_alt` for index's `image` and `avatar_alt` for both the
default_author's `avatar` and any page's author `avatar`. For symmetry
with their "parent" picture, `index.image_alt` and
`default_author.avatar_alt` are defaulted and assumed to exist, while
`page.author.avatar_alt` is not assumed to exist, like its parent
`page.author.avatar_alt`.
2022-01-28 19:16:55 -05:00
Guillem Martinez Salvador
4fdce5f678 Use optional chaining to add listeners to optional UI elements.
Because some UI elements are optional, code assuming they always exist
was causing some of the JS to fail.

Notably, the mobile menu was inoperable unless the '...' sidebar was
enabled, since trying to add a listener to the non-existent sidebar
button would error out the JS function before it could add the listener
for the mobile menu.

Same changes included in the minified js.
2022-01-28 18:17:59 -05:00
Thomas Chartron
bfa42d26b8 Update deploy script example 2021-12-05 22:17:52 +01:00
Thomas Chartron
42f9e61d68 validate toml using https://www.toml-lint.com/ 2021-12-05 20:55:39 +01:00
Thomas Chartron
6c7c9f7b5c update theme 2021-12-04 15:58:44 +01:00
Thomas Chartron
cc1fc21f13 Try to fix config toml parsing and some other tweaks 2021-12-04 15:55:41 +01:00
Thomas Chartron
7407060154 📝 Update readme for syntax highlighting 2021-12-04 15:36:48 +01:00
Thomas Chartron
28767028da 📝 Update readme for syntax highlighting 2021-12-04 15:34:51 +01:00
Thomas Chartron
4b93ccc5c9 update theme 2021-12-04 15:29:34 +01:00
Thomas Chartron
196b472b1a update theme 2021-12-04 15:28:32 +01:00
Thomas Chartron
dcb6c8ae57 update theme 2021-12-04 15:28:08 +01:00
Thomas Chartron
4b0823ddfc update theme 2021-12-04 15:21:46 +01:00
Thomas Chartron
42adc9a6e7 update theme 2021-12-04 15:18:27 +01:00
Thomas Chartron
967099c669 update theme 2021-12-04 15:17:46 +01:00
Thomas Chartron
6c1f94762a update theme 2021-12-04 15:15:48 +01:00
Thomas Chartron
5783c3fdc0 update theme 2021-12-04 15:08:48 +01:00
Thomas Chartron
2f1d77d891 update theme 2021-12-04 15:05:16 +01:00
Thomas Chartron
b23cbf8938 update theme 2021-12-04 15:03:58 +01:00
Thomas Chartron
569fcb21fc update theme 2021-12-04 15:03:37 +01:00
Thomas Chartron
7f7e252816 🔧 update config 2021-12-04 14:57:39 +01:00
Thomas Chartron
80398fb332 update css 2021-12-02 22:55:55 +01:00
Thomas Chartron
3d8f4f8e9a update css 2021-12-02 22:53:25 +01:00
Thomas Chartron
e59c88ffa6 update css 2021-12-02 21:27:55 +01:00
Thomas Chartron
2a0b7b90fa update css 2021-12-02 21:27:09 +01:00
Thomas Chartron
e9e886de0c update css 2021-12-02 20:48:49 +01:00
Thomas Chartron
d1eca64f32 📝 Update readme 2021-12-01 21:36:55 +01:00
Thomas Chartron
79b3b9a620 update screenshot 2021-12-01 19:27:56 +01:00
Thomas Chartron
955246f1bf 📝 add preview and features list 2021-12-01 19:22:19 +01:00
Thomas Chartron
bf94544153 📝 add screenshot update gitignore 2021-11-30 21:33:20 +01:00
Thomas Chartron
33de90b50e 💄 change footer 2021-11-30 21:28:54 +01:00
Thomas Chartron
6b7e501a7f 💄 no default title underline 2021-11-30 21:26:13 +01:00
Thomas Chartron
eb2ac0cbb7 📝 Update readme 2021-11-30 21:24:03 +01:00
Thomas Chartron
70bb48d96d 🔧 update conf 2021-11-30 20:47:06 +01:00
Thomas Chartron
0d30480715 📝 Update readme 2021-11-30 20:44:08 +01:00
Thomas Chartron
eb50d4b29d update 2021-11-26 23:21:51 +01:00
Thomas Chartron
91c9869718 update 2021-11-26 23:12:46 +01:00
Thomas Chartron
8f72340a1b update 2021-11-26 23:09:49 +01:00
Thomas Chartron
3fdba3602d update 2021-11-26 23:06:38 +01:00
Thomas Chartron
a4bd028eeb update 2021-11-26 23:02:58 +01:00