Welcome to Vapid. This is an example page, to help you get started and understand the basics.
To begin, open up template/index.html.erb
and uncomment the following HTML:
<h1 vp-text="headline"></h1>
<div vp-richtext="body"></div>
The vp-
attributes you see tell Vapid two things: 1) what type of content you'd like placed inside of the tag (e.g. vp-richtext
); and 2) what you'd like to name the variable (e.g. body
).
Now visit the dashboard to edit content.
Congrats, you did it!
Now, head on over to vapid.com to learn more.
Now, head on over to vapid.com to learn more.