Posts with Tag: featured
Taxonomy
With Grav, the ability to group or tag pages is baked right into the system with Taxonomy.
Taxonomy (general), the practice and science (study) of classification of things or concepts, including the principles that underlie such classification.
Wikipedia
There are a couple of key part...…
in
grav
Page Editing
Pages in Grav are composed in Markdown syntax. Markdown is a plain text formatting syntax that a computer can readily parse and convert to HTML. It uses basic text symbols to indicate presentation (e.g. bold, italics, headings, lists, etc.), making it easy to write without needing to know t...…
in
grav, editors
Markdown Syntax
Let's face it: Writing content for the Web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
Some of th...…
in
grav
Twig Primer
Twig is a quick, optimized template engine for PHP. It is designed from the ground up to make creating templates easier on both the developer and the designer.
Its easy-to-follow syntax and straightforward processes make it a natural fit for anyone familiar with Smarty, Django, Jinja, Liquid, or S...…
in
tutorial