Skip to content

borisovg/metalsmith-blog-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metalsmith-blog-example

A working example of a static Metalsmith blog, suitable for use as a template for your own site.

Demo

https://borisovg.github.io/metalsmith-blog-example-demo/

Features

  • Blog posts (without comments)
  • Stand alone pages
  • Pug templates
  • Minified HTML and CSS (using SASS and Bootstrap 5)
  • Sitemap
  • Built as a static site using Metalsmith :)

Using this template for your own site

git clone https://github.com/borisovg/metalsmith-blog-example.git my-site
cd my-site
rm -r .git
npm install

Edit the variables at the top of build.mjs.

Edit the content in src/ and build the site:

node build.mjs

Copy the contents of public/ to your web hosting server.

About

A working example Metalsmith blog, suitable for use as a template for your own site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published