-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] - Remove Folder from the HyperLink #108
Comments
Possible solutionIs to use index.html as the first directory for the folder itself and sub directories wouuld be oop/sub.. This would remove the extra file and keep it as a folder instead referencing itself instead. though have not tested it with the Jekyll site. |
Proposed Solution, seems to work with index.md which gets changed to index.html upon web build. Not tested on live server! |
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
Shown here https://verzatiledev.github.io/Programming_HandBook/docs/Engine/ , Has to be added to each file with the same name as the folder :) This will take a long time |
…rzatileDevOrg#108 References an issue to Child in Child in child content VerzatileDevOrg#61 Addresses VerzatileDevOrg#109
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 #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 - Note that Now each folder instead of referencing itself shouuld reference index.html as its primary file, whereas the rest will be part of the subdirectory. - See notes on the following #108 4. Fixes #109 , not showing certain articles within the list of the website. issues --- 1. #110 2. #61 Reference to 110.
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 #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 - Note that Now each folder instead of referencing itself shouuld reference index.html as its primary file, whereas the rest will be part of the subdirectory. - See notes on the following #108 4. Fixes #109 , not showing certain articles within the list of the website. 5. 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 #112 Reduces the amount of load and flickering when changing from light to dark themed background. 6. 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. #110 2. #61
Description:
The idea would be to remove the folder itself from the HyperLink so that the .md file would become as the folder itself.
Making Doc/OOP/OOP to be instead Doc/OOP
As within the reference it has OOP (Folder) that has OOP (File) Remove the folder and keep the file potentially.
Proposed Solution:
Find a way to remove it to reduce the amount of Sections listed within the hyperlink.
Alternatives:
Additional Context
The text was updated successfully, but these errors were encountered: