VerzatileDevOrg / Programming_HandBook

The Programmer's Handbook is an open source initiative to collect, archive, and localize all programming knowledge in one collective space.
https://verzatiledevorg.github.io/Programming_HandBook/
MIT License
7 stars 5 forks source link

Release V.1.0.1 #115

Closed VerzatileDev closed 1 month ago

VerzatileDev commented 1 month ago

Introducing Version 1.0.1

The following address visual representation and build / Runtime of the website.. See the following details down below for further information.

Changes

  1. Fixes the permalink that includes .html at the end of the current page within the hyperlink. The following is explained in detail here https://github.com/VerzatileDevOrg/Programming_HandBook/issues/98

  2. Removes extra routing that references itself for pages for example Portfolio would reference a Folder and the named file that hosts the folder, which has now been changed to index.html

This changes /folder/foldername.md to /folder/ , which uses subdomains under /folder/subdomains

  1. Fixes https://github.com/VerzatileDevOrg/Programming_HandBook/issues/109 , not showing certain articles within the list of the website.

  2. The following update features minor bug fixes and improves the load-time of the website in general.

Direct reference to the changes and the requirement can be found here https://github.com/VerzatileDevOrg/Programming_HandBook/issues/112

Reduces the amount of load and flickering when changing from light to dark themed background.

  1. The first one looked in a folder will be index.html file, this means that it does not reference itself specifically and instead uses /folder/ though it can still be accessed by /folder/index.html

Known Issues

  1. https://github.com/VerzatileDevOrg/Programming_HandBook/issues/110
  2. https://github.com/VerzatileDevOrg/Programming_HandBook/issues/61