chore: Fixes and improvements

This commit is contained in:
David Lapshin 2023-07-18 11:25:47 +03:00
parent 9cbdcda6aa
commit 970420587e
Signed by: daudix
GPG key ID: 93ECF15D3053D81C
2 changed files with 4 additions and 5 deletions

View file

@ -27,7 +27,7 @@ bundle exec jekyll serve --livereload --host 0.0.0.0
_Building guide were shamelessly taken from [here](https://talk.jekyllrb.com/t/local-testing-of-existing-github-jekyll-site/7459/4)_
## Rename posts to web-friendly filenames
## Rename posts to kebab-case
```shell
./rename.sh posts

View file

@ -3,7 +3,7 @@
OS Component Website
====================
shamelessy stolen CSS from systemd
shamelessly stolen CSS from systemd
https://github.com/systemd/systemd/tree/main/docs
*/
@ -56,8 +56,7 @@
--dark3: rgb(61, 56, 70);
--dark4: rgb(36, 31, 49);
--dark5: rgb(0, 0, 0);
--primary-color: var(--purple2);
/* Set your project color */
--primary-color: var(--purple2); /* Set your project color */
--borders: var(--light3);
}
@ -546,12 +545,12 @@ tbody td {
/* Code Blocks */
.highlighter-rouge {
line-height: normal;
padding: 2px 1rem;
border-radius: 5px;
background-color: var(--light1);
max-width: 100%;
overflow-x: auto;
line-height: normal;
}
@media only screen and (max-device-width : 480px) {