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

Permalink,, #108, #61, #109 Fixes - Changes #111

Merged
merged 5 commits into from
Jul 20, 2024

Conversation

VerzatileDev
Copy link
Contributor

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 [Issue] - Website shows .html suffix on page urls #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 [BUG] - P4V PlasticSCM not shown in the list #109 , not showing certain articles within the list of the website.

issues

  1. [BUG] - Git & github 3rd child not shown #110
  2. [ADDRESS] Child in Child in Child Content #61 Reference to 110.

VerzatileDev and others added 5 commits June 13, 2024 13:30
The following change is based on the information provided at:

-  https://jekyllrb.com/docs/permalinks/

(When a page is located at " Resource/myPage.html " it converts it to -> /myPage/ )
## Release V.1.0.0

The following marks the point at which the website becomes fully
viewable and usable, complete with all listed features and fixes. This
milestone designates the official release, which will be supported by a
subsequent package for maintanance and version control for the future.


Fixes:
---

* Permalink keeping a (.html) at the end of its domain link, which has
now been removed. Default to ( permalink: pretty ) .
VerzatileDevOrg#102
* Parent / grandParent rooting for certain articles
VerzatileDevOrg#106
* Issue Template changes
VerzatileDevOrg#101

Adds:
---

* Base content for the Main Topic areas First referenced on the page
such as:

IDE
Language
Framework
Engine
Concepts
Version Controls

* Article Describtions (Now shows a small text to the user when the
HyperLink is shared to social media or any alternative)
VerzatileDevOrg#99
* Content Written for OOP, Polymorphisism. Thank you for the
contribution(s) @JDSherbert .
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 VerzatileDev added 🌈 Type: Cosmetic Edits to layout or looks. 👁️ Review: Required This PR is ready for review. labels Jul 19, 2024
@VerzatileDev VerzatileDev self-assigned this Jul 19, 2024
@VerzatileDev VerzatileDev changed the base branch from main to development July 19, 2024 00:04
@JDSherbert JDSherbert added ✅ Review: Approved PR is approved and ready for merge. and removed 👁️ Review: Required This PR is ready for review. labels Jul 20, 2024
Copy link
Collaborator

@JDSherbert JDSherbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like mainly refactors and just a few lines of fixes. lgtm!

@JDSherbert JDSherbert merged commit 446fd86 into VerzatileDevOrg:development Jul 20, 2024
1 check passed
@VerzatileDev VerzatileDev linked an issue Jul 22, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Review: Approved PR is approved and ready for merge. 🌈 Type: Cosmetic Edits to layout or looks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] - P4V PlasticSCM not shown in the list [Feature] - Remove Folder from the HyperLink
2 participants