Join us at Jamstack Conf Virtual, October 6-7. Register now!
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 run --name some-blogdown -v /volumes/blogdown-content:/app/content -p 8081:8081 thingdown/blogdown:latest
Go to http://localhost:8081
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.