Showing 10 of 129 results.

Creating Simple HTTP Redirect Routes from a Statamic Site

I've recently been working on consolidating a number of websites. A common task when doing so is ensuring that all existing paths on separate domains are correctly redirecting to their new home. There are dedicated services that can handle these...

Query and Search Transformers | Index Configuration

⚠️ Read first before continuing : The documentation search provider provides additional query and search transformer concepts. While these features have a similar name to Statamic's search transformers , they behave slightly differently. The...

A Guidance Engine | Thoughts on a "Guidance Engine"

…t content. The first results may seem promising, but they probably don't cover every thing you wanted to know. Search engines are largely "you asked for content relating to this topic, and here is a list of pages that seem like they cover that...

Read the Docs | Rebuilding Stillat.com

"Read the docs". This is something you see in many, many, many places online, especially in the open-source scene. But its true: read the docs and life will become much easier. After mocking up a design, the process of converting that into a basic...

Disabled Comments

…de of a conditional statement like so: 1 {{ if { meerkat : comments_enabled === true } }} 2 <!-- Display the comment form. --> 3 {{ else }} 4 < p > New comment submissions have been disabled for this post. </ p > 5 {{ /if }} That's all there is...

Social Media Images

…ages for your documentation site.Tidal expands on the Social Media Image Kit configuration and allows you to specify a social media image profile that will be used when creating RSS/Atom feeds. You can specify which image profile should be used...

Disabling Favicon Features | Favicon Configuration

The favicon generation features can be disabled by updating the enabled value within your site's site_essentials/favicons.php configuration file. When disabled, favicons will not be automatically added to your site's web manifest file (if using...