Starting my journey with KSS utilizing Keith Grant's CSS in Depth as a guide.
In section 10.1.4, the author suggests:
To begin, create a new markdown file named homepage.md inside the css directory. This file will serve as an introduction to the pattern library. Copy the following content into the file:
# Pattern library Page heading: This is a collection of all the modules in our stylesheet. You are free to use any of these modules when designing a page.
Once done, run the command
npm run build
to eliminate the warning related to home page content.
Despite following the steps, the warning message persists:
WARNING: no homepage content found in homepage.md.
Browsing docs/index.html
only displays the contents of the directory.
For reference, here is the complete output of executing the npm run kss
command:
> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="04776d69746861696b6071686144352a342a34">[email protected]</a> kss
> kss --config kss-config.json
Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877
WARNING: no homepage content found in homepage.md