verbose / verb-generate-readme

Generate your project's readme with verb. Requires verb v0.9.0 or higher.
MIT License
162 stars 13 forks source link

new layout #18

Open doowb opened 7 years ago

doowb commented 7 years ago

I'd like a layout like common but without the badges in the head partial.

This is for projects not published to npm but still have the full about section, TOC, and name and description.

I'm putting this here to remind myself to create it and get feedback on if it's necessary and what the name should be. I think it'll look like this:

{%= name %}

> {%= description %}

{%= include('highlights') %}

## Table of contents
{%= include('toc') %}

{% body %}

## About
{%= include('about') %}