4 Commits

Author SHA1 Message Date
855bbc2f09 Added text size adjusters for mobile font sizing. (#556) 2025-04-23 23:09:27 +02:00
2cbfdf00f6 Update README.md 2025-03-28 19:28:32 +01:00
ba3681ca55 Update theme.toml 2025-03-28 19:23:02 +01:00
50d2f96b2d Fix submodule typo in README.md (#541) 2025-03-19 11:49:40 +01:00
3 changed files with 12 additions and 4 deletions

View File

@ -23,6 +23,7 @@
- [How to edit the theme](#how-to-edit) - [How to edit the theme](#how-to-edit)
- [Found a bug?](#bug) - [Found a bug?](#bug)
- [New cool idea or feature](#feature) - [New cool idea or feature](#feature)
- [Support](#support)
- [License](#license) - [License](#license)
## Features ## Features
@ -129,7 +130,7 @@ This will clone the repository directly to the `themes/terminal` directory.
git submodule add -f https://github.com/panr/hugo-theme-terminal.git themes/terminal git submodule add -f https://github.com/panr/hugo-theme-terminal.git themes/terminal
``` ```
This will install the repository as a sumbodule in the `themes/terminal` directory. This will install the repository as a submodule in the `themes/terminal` directory.
⚠️ If you encounter any issues with: ⚠️ If you encounter any issues with:
@ -307,8 +308,12 @@ This will help keeping the theme close to its roots, and also allow anyone who w
Sounds OK? Cool, let's rock! 🤘 Sounds OK? Cool, let's rock! 🤘
## Support
If you like what I'm doing and want to support my work. You can do it [here](https://ko-fi.com/pan_r). Thank you! ♥️
## License ## License
Copyright © 2019-2025 Radosław Kozieł ([@panr](https://radoslawkoziel.pl/)) Copyright © 2019-2025 Radek Kozieł ([@panr](https://rkoziel.com/))
The theme is released under the MIT License. Check the [original theme license](https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md) for additional licensing information. The theme is released under the MIT License. Check the [original theme license](https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md) for additional licensing information.

View File

@ -20,6 +20,10 @@ pre code {
code { code {
color: var(--accent); color: var(--accent);
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
} }
.highlight { .highlight {

View File

@ -10,5 +10,4 @@ min_version = 0.90
[author] [author]
name = "panr" name = "panr"
homepage = "https://radoslawkoziel.pl" homepage = "https://rkoziel.com"
twitter = "https://twitter.com/panr"