Commit Graph

102 Commits

Author SHA1 Message Date
Vincent Dörig
9933ca77fb 1.12.0 2024-09-21 08:44:47 +02:00
Vincent Dörig
cb583a0b13 fix: change french table caption from Tableau to Table 2024-09-21 08:37:10 +02:00
vihuna
f552746a10
feat: add CSS counter for figure captions (#72)
* feat: add CSS counter for figure captions

* Add translations for figure captions prefix

Added translations for Czech, Danish, German, Spanish, French and
Italian, from their respective `babel-<lang>` LaTeX packages.
2024-09-21 08:14:16 +02:00
vihuna
032d5ce672
fix: replace unsupported image placeholder service (#71)
Replace "unsplash" (https://unsplash.com) with "picsum"
(https://picsum.photos) for random placeholder images, because
"unsplash sources" has been finally turned off(*).

(*) https://unsplash.com/documentation/changelog#unsplash-source-sunset
2024-09-21 08:12:05 +02:00
vihuna
c848d815c5
fix: replace old one-colon pseudo-element syntax (#70)
Old one-colon pseudo element syntax is already set to be deprecated in
'Selectors Level 4' working draft:

- https://www.w3.org/TR/selectors-4/#pseudo-element-syntax
2024-09-21 08:11:33 +02:00
Vincent Dörig
ee2bb85334 chore: move all .now.sh references to .vercel.app 2024-06-27 11:19:34 +02:00
Vincent Dörig
0c7cc9de4c 1.11.0 2024-02-19 22:51:58 +09:00
Vincent Dörig
452f19a39a feat: add translated table caption prefix 2024-02-19 22:44:40 +09:00
Antonín Kříž
d36face06d
Correctly translate table captions in Czech (#63)
Adds missing translation for table caption in Czech language
2024-02-19 14:25:20 +01:00
vihuna
9726e4f316
fix: avoid unwanted extra hyphens in code fragments (#61) 2024-02-19 14:21:52 +01:00
Ludvig Aldén
8c4cd68668
Add Swedish language (#65) 2024-02-19 14:18:53 +01:00
Vincent Dörig
5d630d8ea1 1.10.0 2023-09-22 12:21:34 +02:00
Vincent Dörig
f8aec451f9 fix: use Title Case and do minor rewording 2023-09-22 12:19:55 +02:00
Vincent Dörig
5990506434 chore(deps): upgrade vite to v4.4.9 2023-09-22 12:09:04 +02:00
vihuna
b2975d2b09
feat: add custom table borders and column alignment (#60)
Allow some few customization options for table borders and column alignment.

- For custom borders: adds classes `border-<position>-<weight>` for `top`, `right`, `top`, `bottom` and `thin`/`thick` respectively. Use with the `borders-custom` class.
- For custom column alignment: adds classes `col-<num>-l`, `col-<num>-c`, `col-<num>-r` for `num` being the n-th column of the table from 1 to 12.
2023-09-22 12:08:19 +02:00
vihuna
30a022ed5e
fix: update dead link (#59) 2023-09-17 22:05:03 +02:00
Vincent Dörig
34d7276af6 1.9.0 2023-03-06 08:21:26 +01:00
Jacob Hummer
61d6d93856
Use Vite as build tool (#52)
Co-authored-by: Vincent Dörig <dvincdt@gmail.com>
2023-03-06 08:13:25 +01:00
Robert Susik
36c84a5b50
Add Polish language (#49) 2023-03-05 21:54:35 +01:00
vihuna
dec3909be1
feat: adds paragraph first line indentation (#50)
Co-authored-by: Vincent Dörig <dvincdt@gmail.com>
2023-03-05 21:46:32 +01:00
Vincent Dörig
852f05eaa4
chore: remove .github/FUNDING.yml 2023-02-01 22:07:22 +01:00
Vincent Dörig
1898af9c31 fix: 'Dark Mode' toc entry in wrong order 2022-10-26 17:43:44 +02:00
Vincent Dörig
0149043b82 1.8.0 2022-10-10 15:19:47 +02:00
Daniele Sluijters
5ab03c6779
Support for dark mode (#48)
* Turn all colors into variables

This turns each color into a $elem(-$pseudo)-$attribute named variable
on the :root element and replaces their usage by calling the var()
function instead.

* Add dark mode colors

This overrides the colors when prefers-color-scheme is set to dark,
indicating the user has configured their OS or user-agent to prefer
a light text on dark background instead. It includes a way to manually
toggle dark mode by using a data attribute on the html element.

The syntax highlight colors are also updated to support dark mode.

* feat: improve dark mode implementation and docs

- Dark mode based on classes, with three options
  - light mode (default, no changes needed)
  - auto dark mode (based on prefers-color-scheme; latex-dark-auto class on body)
  - dark mode (latex-dark class on body)
- Removed the mention of dark mode from the lead and moved it to the getting started section
- Moved the dark mode section up, since it is a pretty important feature imo.
- Added a dark mode toggle button for demo
- Added a CSS filter to the proof symbol so that it shows up as dark grey instead of white
- Built the project to generate the minified css file

Co-authored-by: Vincent Dörig <dvincdt@gmail.com>
2022-10-10 14:52:53 +02:00
Arthur Van Loo
0624ef70c5
Added Dutch language support (#46) 2022-10-10 14:51:42 +02:00
Error
2a1d4d9757
fix counter-reset in style.css (#47) 2022-10-02 12:37:29 +02:00
Tom Rindell
6deb83727e
Typo fix (#45) 2022-06-19 22:47:24 +02:00
Vincent Dörig
075354cb39 1.7.1 2022-06-06 22:27:07 +02:00
Vincent Dörig
d91e76ae43 fix: dk -> da 2022-06-06 22:25:00 +02:00
Vincent Dörig
176b3a57bc 1.7.0 2022-06-06 11:28:58 +02:00
Vincent Dörig
ebaf8a4cc1 fix: wrong danish language code to da (#44) 2022-06-06 11:28:52 +02:00
mrwolferinc
c21e045aef
Added smooth scrolling media query (#42) 2022-02-23 19:23:34 +01:00
Vincent
a8defd6392 1.6.0 2022-01-27 21:07:06 +01:00
Валерий
97d76b7257
feature: add russian language support (#41) 2022-01-27 21:01:25 +01:00
Vincent
980ecdbf21 fix: typo 2021-04-04 09:33:37 +02:00
firefly-cpp
97558be9be
Support for SLOVENIAN LANGUAGE (#37)
Co-authored-by: Vincent Dörig <vincent@doerig.dev>
2021-01-31 21:41:35 +01:00
Vincent
7259ebdfdf 1.5.0 2020-12-25 11:45:29 +01:00
Vinter Péter
166ff640f1
Create hu.css (#36)
Co-authored-by: Vincent <vincent@doerig.dev>
2020-12-25 11:39:59 +01:00
Vincent
21d8f4a926 1.4.0 2020-12-15 08:26:20 +01:00
Vincent Dörig
4559ee48f6
feat: add Libertinus as alternative typeface (#35) 2020-12-15 08:20:52 +01:00
Vincent
6a79760186 1.3.0 2020-12-04 17:46:32 +01:00
Vincent Dörig
2efbbf359d
feat: add minted syntax highlighting using PrismJS (#33) 2020-12-04 17:40:16 +01:00
Vincent Dörig
b18aa4f899
feat: add funding.yml 2020-11-22 17:58:48 +01:00
Vincent Dörig
594a4a5dde fix(changelog): add links to compare versions 2020-09-04 19:37:21 +00:00
Vincent Dörig
317bdea4be chore: replace sa script with plausible 2020-09-01 04:48:04 +00:00
Vincent Dörig
cfd353acd0
feat: add Turkish language (#32) 2020-08-27 21:09:18 +02:00
Vincent
7684973b25 1.2.0 2020-08-11 11:33:52 +02:00
Vincent Dörig
72e226d44d
Add sidenotes (#28) 2020-08-11 11:15:27 +02:00
Vincent Dörig
f6cc0c6878 Add google-site-verification meta tag 2020-07-07 09:47:29 +02:00
ETBox
1cbe025b2c
feat: add both simplified & traditional Chinese (#30)
Chinese words using default font seems a little bit weird, so I rewrite the 'font-family' rule and add 3 fonts for OS compatibility. By the way,  I also update languages.html for your convenience.
2020-07-03 07:29:59 +02:00