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

[Feature] - Show URL page description #97

Closed VerzatileDev closed 3 months ago

VerzatileDev commented 3 months ago

Description:

When a domain is linked with the resource it does not show a description for the current page and instead it uses a global one that is the same for each one.

Proposed Solution:

Add a specified section for each page

Alternatives:

Or add code that adds sections of the page as a description.

VerzatileDev commented 3 months ago

Here is a way to add one Manually for each page:

image

By using " description: " tag in the information section of each page

VerzatileDev commented 3 months ago

The default value is located under " _config.yml "

image

VerzatileDev commented 3 months ago

image

Example of Default description, is added when no specified one exists on the file.