0.1.0 • Published 6 years ago

vcl-blog v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

VCL blog

Everything that makes up a blog.

Features

Post preview and post.

Usage

A post preview as typically shown in an index page.

post preview

A blog post.

post preview

Classes

Post Preview

  • vclPostPreview: Container.
  • vclPostPreviewTitle: Main post title.
  • vclPostPreviewSubTitle: sub title.
  • vclPostPreviewMeta: post meta data.
  • vclPostPreviewMetaAuthor: Author.
  • vclPostPreviewMetaDate: Post date.
  • vclPostPreviewSummary: Text excerpt or summary of the post.

Post

  • vclPost: Container.
  • vclPostHeader: Header area.
  • vclPostTitle: Main post title.
  • vclPostSubTitle: sub title.
  • vclPostMeta: post meta data.
  • vclPostMetaAuthor: Author.
  • vclPostMetaDate: Post date.
  • vclPostBody: Text excerpt or summary of the post.

Modifiers

Variables

Demo

example.html on GH-pages.