My Blog, build with Norgolith blog.ladas552.me
blog
at main 17 lines 1.1 kB view raw view rendered
1# My Blog 2Go to see site by following the [Link](https://blog.ladas552.me/) 3 4## Reminders 5 6- smaller image sizes 7used this command to resize: `convert -resize 720x720 -quality 100 image1.jpg image2.jpg` 8 9- nerdfonts 10modified nerdfontsOnlySymbols file with fontforge-gtk to only have like 4 symbols, and import it using css from nerdfonts github repo, it decreases the size user needs to download to see icons 11 12## Todo 13 14- add code block expansion 15- Table of Content can render too long for the user to use on small width phone with a lot of headings. So I hid it on small width devices. But there is probably a better way for it, without making ToC scrollable because that would be 1000 times worse 16- I want a [project oriented pages too](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages#using-a-custom-domain-across-multiple-repositories) 17- better rss.xml theme, like [boltless](https://github.com/boltlessengineer/boltlessengineer.github.io/blob/989b409505d56f2c9fcbaf3cec1db8aac52156c7/templates/rss.xml#L2)