Skip to content
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

Closed
VerzatileDev opened this issue Jul 12, 2024 · 4 comments · Fixed by #111 or #115
Closed

[Feature] - Remove Folder from the HyperLink #108

VerzatileDev opened this issue Jul 12, 2024 · 4 comments · Fixed by #111 or #115
Assignees
Labels
🌟 Type: Feature New feature or repository request.

Comments

@VerzatileDev
Copy link
Contributor

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

image

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

@VerzatileDev VerzatileDev added the 🌟 Type: Feature New feature or repository request. label Jul 12, 2024
@VerzatileDev VerzatileDev self-assigned this Jul 12, 2024
@VerzatileDev
Copy link
Contributor Author

Possible solution

Is 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.

@VerzatileDev
Copy link
Contributor Author

Proposed Solution, seems to work with index.md which gets changed to index.html upon web build.

Not tested on live server!

@VerzatileDev
Copy link
Contributor Author

VerzatileDev commented Jul 18, 2024

image

image

VerzatileDev added a commit to VerzatileDev/Programming_HandBook that referenced this issue Jul 18, 2024
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
@VerzatileDev
Copy link
Contributor Author

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

VerzatileDev added a commit to VerzatileDev/Programming_HandBook that referenced this issue Jul 18, 2024
JDSherbert added a commit that referenced this issue Jul 20, 2024
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.
@VerzatileDev VerzatileDev linked a pull request Jul 22, 2024 that will close this issue
@VerzatileDev VerzatileDev linked a pull request Aug 5, 2024 that will close this issue
JDSherbert added a commit that referenced this issue Aug 7, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 Type: Feature New feature or repository request.
Projects
None yet
1 participant