How-To

Brief tutorials on accomplishing common tasks

Documentation
The official, and constantly growing, documentation for Manifesto is always available here at Read the Read the Docs. at Read the Read the Docs.
Thu, 14 Sep, 2023 at 9:04 PM
Clearing the cache
If you've made changes to the content in your CMS, but the updates are not reflected when you view the page, it's possible that you are still seeing...
Wed, 15 Jan, 2020 at 2:49 PM
Custom CSS
Manifesto uses SASS to compile multiple SCSS files and builds a single app.css file that is, by default, injected into your templates through the global/inc...
Thu, 4 Jun, 2020 at 2:14 PM
Custom Javascript
Manifesto loads a default Javascript file, app.js, through the global/includes/page_head.inc file. This javascript includes the Foundation javascript files,...
Thu, 4 Jun, 2020 at 3:06 PM
CSS, SASS, JS and task runners
CSS Manifesto uses SASS/SCSS to compile its CSS files. In our studio, we use the (Mac-only) software CodeKit to compile our SCSS files. It is configured to...
Fri, 12 Jun, 2020 at 4:10 PM
Custom sorting of media
By default, the media array attached to any content object is set to be sorted by a custom sort order. The original sort order you create, however, is diffi...
Tue, 28 Jul, 2020 at 3:58 PM
Embedding video in Manifesto
While Manifesto is capable of displaying uploaded video in much the same way it handles images, the best solution is not quite so easy. Different platforms ...
Thu, 14 Oct, 2021 at 1:56 PM