Home
Softono

Joshcrain.io

Open source Nunjucks
18
Stars
1
Forks
2
Issues
1
Watchers
2 months
Last Commit

 About Joshcrain.io

Josh Crain's personal site, built with Eleventy.

Platforms

Web Self-hosted

Languages

Nunjucks

Need Help Installing Joshcrain.io?

We provide expert installation service for this software. Our team will install, configure, and secure Joshcrain.io on your server. plans start at just $30.

Joshcrain.io

View on GitHub

Josh Crain

Description

This site uses Eleventy for static site generation. Changes are tracked with Git and pushed here using command line. The site is deployed automatically by Netlify using continuous deployment.

I used an article from Filament Group to get me started.

https://joshcrain.io/

Running Locally

npm install
npx @11ty/eleventy --serve

Browse to http://localhost:8080/ (8080 is the default but it’ll bump to a new port if that one is taken, so use whatever port shows up when you run the --serve command).