gokarna-theme / gokarna-hugo

A minimal opinionated theme for Hugo
https://gokarna-hugo.netlify.app
GNU General Public License v3.0
357 stars 139 forks source link

Add possibility to write text with a markdown "about" file on the title page #170

Closed davidkroell closed 1 year ago

davidkroell commented 1 year ago

This adds the option (behind a feature-flag) to write more text onto the home page.

Because this is based on Markdown, every formatting is possibly, as you see in the provided screenshot below: screenshot with enabled useMarkdownAboutDescription

This won't break any existing pages, because the behavior is exactly the same without the feature flag enabled.

Please notify me, if you are about to accept this. If so, I'll update the documentation accordingly. If not, I'll keep my own fork as-is.

netlify[bot] commented 1 year ago

Deploy Preview for gokarna-hugo ready!

Name Link
Latest commit 10fd8b2c6bdb6ef424b7b05b4010d0a39d6f7d3f
Latest deploy log https://app.netlify.com/sites/gokarna-hugo/deploys/648c1191b178770008f6510a
Deploy Preview https://deploy-preview-170--gokarna-hugo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

davidkroell commented 1 year ago

@526avijitgupta now also added documentation, please review again.

davidkroell commented 1 year ago

Also found the issue with the wrong CSS. It's served from the wrong netlify domain https://gokarna-hugo.netlify.app instead of the domain from the PR.

edit: I fixed this in #173