CleanBlog icon indicating copy to clipboard operation
CleanBlog copied to clipboard

A blogging theme for Statiq Web.

Results 8 CleanBlog issues
Sort by recently updated
recently updated
newest added

Seeing this invalid URL being logged in browser console for a post with `image:` front matter ``` GET http://localhost:5080/2023/12/"/assets/2023/01/terraform-logo.png" ``` Looks like the double quotes in https://github.com/statiqdev/CleanBlog/blob/ad639891c4469a2c9fc1d16b0ef8f99e975e82d8/input/_header.cshtml#L12 are being HTML...

There are many parsers who can't parse relative open graph URIs so it's better to use absolute URI's here. #40

There are many parsers who can't parse relative open graph URIs so it's better to use absolute URI's in the layout file

I’d like to change the default number of posts listed on the home page to be more than 3. From [index.cshtml](https://github.com/statiqdev/CleanBlog/blob/main/input/index.cshtml) is there an easy way to change this value...

The current DestinationPaths example at https://github.com/statiqdev/CleanBlog#destination-paths ```yaml DestinationPath: => $"{Document.GetDateTime("Published").ToString("yyyy/MM")}/{Document.Destination.FileName}" ``` Results in files that have a .md suffix, which I'm pretty sure is not what you'd want ![image](https://github.com/statiqdev/CleanBlog/assets/384747/637d2d14-d6b0-4c18-8aee-aece3ee44d3b)

Reverse commit 8c248f0 partially ref. #24, rel. #25 For our large blog, build completes within 12 minutes with this change. Without this change, build keep running forever!

Hello. I'm trying to port my blog to Statiq, using this theme. My old blog uses Markdown files with this kind of Frontmatter: ```yml --- title: "3 ways to inject...

Discussion/Question

https://github.com/statiqdev/CleanBlog/blob/ad639891c4469a2c9fc1d16b0ef8f99e975e82d8/input/vendor/startbootstrap-clean-blog/js/scripts.js#L12