Getting Started with Agave
Setting up your first Agave site takes just a few minutes.
Installation
Install via npm:
npm install -g agave-generator
Create Your First Site
- Create a
markdowndirectory - Add a
base.htmltemplate with<!-- MARKDOWN -->placeholder - Write some
.mdfiles - Run
agave -m markdown -p public
Adding Meta Tags
Use shorthand notation at the top of your markdown files:
@title My Page Title
@description A brief description of this page
@image /images/hero.jpg
These get injected as Open Graph and Twitter Card meta tags automatically.