Blog

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

Headers

The page headers (alternatively known as frontmatter) at the top of a page are completely optional, you do not need them at all for a page to display within Grav. There are 3 primary types of pages (Standard, Listing, and Modular) within Grav, and each has relevant headers. Headers are als...…
in blog

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