Update 'README.md'

Misc
This commit is contained in:
manfromhuh 2022-12-20 17:00:22 -05:00
parent b91d699261
commit c312dbf995

View File

@ -69,7 +69,7 @@ This directory contains the files and libraries used to render the site's pages.
* composer.lock
* [/common/vendor]() - Stores the composer files and libraries managed via composer.
#### CSS
#### [CSS](/git/20xd6/simple_blog/src/branch/master/common/css)
* [styles.css](/git/20xd6/simple_blog/src/branch/master/common/css/styles.css) - The main site CSS.
* [jmenu.css](/git/20xd6/simple_blog/src/branch/master/common/css/jmenu.css) - Used to render the responsive menus.
@ -98,15 +98,15 @@ This directory contains the files and libraries used to render the site's pages.
* [404.php](/git/20xd6/simple_blog/src/branch/master/common/error_pages/404.php) - The 404 page.
* [500.php](/git/20xd6/simple_blog/src/branch/master/common/error_pages/500.php) - Displayed for all HTTP 500 errors
#### /common/imgs/
#### [/common/imgs/](/git/20xd6/simple_blog/src/branch/master/common/imgs)
Images used site wide.
* [cursor.gif]() - Blinking cursor used on the front page.
* [icon-rss.png]() - RSS icon
* [cursor.gif](/git/20xd6/simple_blog/src/branch/master/common/imgs/cursor.gif) - Blinking cursor used on the front page.
* [icon-rss.png](/git/20xd6/simple_blog/src/branch/master/common/imgs/icon-rss.png) - RSS icon
#### /common/prisim
#### [/common/prisim](/git/20xd6/simple_blog/src/branch/master/common/prisim)
Files for the prism syntax highlighter.