oupala
oupala
After fixing a bug in another module (aymericbeaumet/metalsmith-redirect#19), we discovered that metalsmith broken-link-checker could be improved to add `/index.html` add the end of a link when checking if it does...
The plugin is listing relative broken links on the console. Feature request : it would be great to allow listing (and writing to file) absolute link (broken or not, we...
I discover that null links are reported to be broken: ``` Error: Link is broken: href: "", text: "dev for business", in file: business-web\index.html ``` In my opinion, null link...
**Describe the bug** On my configuration, I had apache configured to serve only pages under TLS, and only TLS 1.3. I also use EasyRSS (from F-Droid) on my android to...
The current way of marking an article as read is when the article is displayed in FreshRSS. But at this time, the article is not yet read, it is only...
There currently only one parameter to set the behavior of the plugin: - `overwrite: true` replace files with the compressed version instead of creating a copy with the '.gz' extension...
I get a strange error while using metalsmith-watch: > [metalsmith-watch] ✗ Error: File not available: js/app.js This make the whole watch task not working as the browser is never refreshed....
I see that there is some `languages` available in a subdirectory. How do you set language parameter to enable another language?
I can read on [your blog](https://www.cgmartin.com/2016/01/05/bootstrap-blog-hexo-theme/) that you have removed the search form: > The search form and sidebar configuration option were removed. Stylus styles converted to standard CSS files....
Is it possible to set the set the order of widgets? The default ordering is alphabetical, I'd like to set another order. It is currently a simple forEach. See `themes/bootstrap-blog/layout/_partial/sidebar.ejs`:...