• Stars
    star
    172
  • Rank 221,201 (Top 5 %)
  • Language Nunjucks
  • Created over 10 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The site for Metalsmith.

Metalsmith.io

The site for Metalsmith.

Netlify Status

Developing

You'll need node.

To install npm dependencies:

npm install

To build the production version of the site:

npm run build

For local development, with rebuilding on changes and running a local dev server:

npm start

For build verification:

npm test

License

The MIT License (MIT)

Copyright © 2013, Segment.io <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

metalsmith

An extremely simple, pluggable static site generator for Node.js
JavaScript
7,830
star
2

awesome-metalsmith

Resources and examples for Metalsmith
JavaScript
234
star
3

layouts

A metalsmith plugin for layouts
JavaScript
116
star
4

collections

A Metalsmith plugin that groups files together into collections, which it adds to the global metadata.
JavaScript
105
star
5

markdown

A metalsmith plugin to render markdown files to HTML.
JavaScript
63
star
6

permalinks

A Metalsmith plugin for permalinks.
JavaScript
61
star
7

in-place

A metalsmith plugin for in-place templating
JavaScript
57
star
8

metadata

A metalsmith plugin to load global metadata from files.
JavaScript
41
star
9

drafts

A metalsmith plugin to hide drafts.
JavaScript
35
star
10

excerpts

A Metalsmith plugin to extract an excerpt from HTML files.
JavaScript
24
star
11

headings

A Metalsmith plugin that extracts headings from HTML files and attaches them to the file's metadata.
JavaScript
22
star
12

remove

A Metalsmith plugin to remove files from the build
JavaScript
20
star
13

metalsmith-build-date

A Metalsmith plugin that adds a build date to the metadata.
JavaScript
19
star
14

default-values

Metalsmith Plugin for setting default values to file metadata
JavaScript
12
star
15

metalsmith-browserify

Metalsmith plugin to bundle javascript with browserify
JavaScript
10
star
16

rss

Metalsmith plugin to generate an rss feed
JavaScript
9
star
17

branding

A branding set of SVG's, PNG's, and iconfont for metalsmith.
HTML
3
star
18

metalsmith-cli

CLI for Metalsmith — An extremely simple, pluggable static site generator.
JavaScript
3
star
19

sass

A Metalsmith plugin to compile SASS/SCSS
JavaScript
2
star
20

table-of-contents

A Metalsmith plugin to auto-generate table of contents from headings
JavaScript
2
star
21

js-bundle

A metalsmith plugin that bundles your JS using esbuild
JavaScript
1
star
22

permalinks-transitional

Metalsmith plugin that applies custom permalink patterns to files, and renames them so that they're nested properly for static sites (converting about.html into about/index.html).
JavaScript
1
star