Join us at Jamstack Conf Virtual, October 6-7. Register now!

StaticGen

A List of Static Site Generators for Jamstack Sites

AboutContributeAbout JamstackNeed a Static CMS?

blogdown

codejamninja/blogdown (20)
Languages:JavaScript
Templates:Pug
License:MIT

Download

Demo

Features

BlogDown Features

Installing

  1. Unzip the contents from HERE on your server
  2. There is no step two. That's how easy it is to install BlogDown.

Try locally

mkdir blogdown && cd blogdown
curl -OL https://github.com/thingdown/blogdown/releases/download/v0.1.9/blogdown.zip
unzip blogdown.zip && rm blogdown.zip
python -m SimpleHTTPServer

Go to http://localhost:8000

Docker

docker run --name some-blogdown -v /volumes/blogdown-content:/app/content -p 8081:8081 thingdown/blogdown:latest

Go to http://localhost:8081

Build from source

git clone https://github.com/thingdown/blogdown.git
yarn install # or `npm intall`
bower install
yarn start

StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.

© Netlify 2020