Skip to content

Commit 533b419

Browse files
committed
mostly fixed links and deleted those without a reference I could find
1 parent 3a8ca89 commit 533b419

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

readme.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<p align="center">
22

33
<a href="https://github.com/verbose/verb">
4-
<img height="250" width="250" src="https://raw.githubusercontent.com/verbose/verb/dev/docs/logo.png">
4+
<img height="250" width="250" src="https://raw.githubusercontent.com/verbose/verb/dev/support/logo.png">
55
</a>
66
</p>
77

8-
Documentation build system for GitHub projects, powered by node.js. Verb has full support for gulp and assemble plugins and can be used to create documentation generators, themes, documentation websites and much more!
8+
Verb is a documentation build system for GitHub projects powered by node.js. Verb has full support for [gulp](https://gulpjs.com/) and assemble plugins and can be used to create documentation generators, themes, documentation websites and much more!
99

1010
# verb
1111

1212
[![NPM version](https://img.shields.io/npm/v/verb.svg?style=flat)](https://www.npmjs.com/package/verb) [![NPM downloads](https://img.shields.io/npm/dm/verb.svg?style=flat)](https://npmjs.org/package/verb) [![Build Status](https://img.shields.io/travis/verbose/verb.svg?style=flat)](https://travis-ci.org/verbose/verb)
1313

14-
![verb demo](https://raw.githubusercontent.com/verbose/verb/master/docs/demo.gif)
15-
1614
A project without documentation is like a project that doesn't exist. Verb solves this by making it dead simple to generate documentation, using simple markdown templates, with zero configuration required.
1715

18-
## What is verb?
16+
## What can Verb do?
1917

2018
**Documentation system**
2119

@@ -42,7 +40,7 @@ For example, [verb-generate-readme](https://github.com/verbose/verb-generate-rea
4240
**Templating**
4341

4442
* Render templates with any node.js engine, including [handlebars](http://www.handlebarsjs.com/), [lodash](https://lodash.com/), [nunjucks](https://github.com/mozilla/nunjucks), and all [consolidate](https://github.com/visionmedia/consolidate.js) engines.
45-
* Convert markdown to HTML, or render markdown templates back to markdown (see [.verb.md](#verbmd))
43+
* Convert markdown to HTML, or render markdown templates back to markdown
4644
* Template collections
4745
* Support for "pages", "partials", and "layouts"
4846
* Helper support (sync and async!)
@@ -56,7 +54,7 @@ For example, [verb-generate-readme](https://github.com/verbose/verb-generate-rea
5654

5755
**Plugins**
5856

59-
Verb has rich plugin support, along with native support for [gulp plugins][], so if you want to publish a documentation site, you can do things like:
57+
Verb has rich plugin support, along with native support for [gulp plugins](https://gulpjs.com/plugins/), so if you want to publish a documentation site, you can do things like:
6058

6159
* Ignore files marked as "drafts"
6260
* CSS minification or reduction
@@ -66,13 +64,13 @@ Verb has rich plugin support, along with native support for [gulp plugins][], so
6664
* Image compression
6765
* HTML minification and linting
6866
* RSS feeds
69-
* Anything else you can do with [gulp plugins][]
67+
* Anything else you can do with [gulp plugins](https://gulpjs.com/plugins/)
7068

7169
**Generators**
7270

7371
Verb supports [generate](https://github.com/generate/generate) generators, which are plugins that are registered by name and can be run by command line or API. Generators can also be published to npm and installed globally or locally.
7472

75-
See the [generate](https://github.com/generate/generate) project and [documentation](https://github.com/generate/generatedocs) for more details.
73+
See the [generate](https://github.com/generate/generate) project for more details.
7674

7775
## Table of Contents
7876

@@ -107,7 +105,7 @@ _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](
107105
To use verb's CLI, you will first need to install it globally. You can do that now with the following command:
108106

109107
```sh
110-
$ npm --global install verb
108+
$ npm --global install verb
111109
```
112110

113111
This adds the `verb` command to your system path, allowing it to be run from any directory.
@@ -169,7 +167,7 @@ When a function is exported, we refer to these as [verb generators](#generators)
169167

170168
```js
171169
module.exports = function(app) {
172-
// "app" is an instance of verb created by Verb's CLI for this file
170+
// "app" is an instance of verb created by Verb's CLI for this file
173171
};
174172
```
175173

@@ -429,4 +427,4 @@ Released under the [MIT license](https://github.com/verbose/verb/blob/master/LIC
429427

430428
***
431429

432-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.28, on July 29, 2016._
430+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.28, on July 29, 2016._

0 commit comments

Comments
 (0)