Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites.
In this tutorial,...
Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites.
In this tutorial,...
I deployed a static Jekyll site on DO App Platform. The site has a number of pages and subpages like /product, /product/product1, /product/product2 etc.
The problem: while the /product page and other top-level pages r...
Accepted Answer:
👋🏼 @JaanusK
When running bundle exec jekyll build, is /product/product1 generated as product/product1.html?
If that is the case, what's happening is that when App Platform gets a request for /product/product1, it lo...