You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/ashfurrow/blog.git
cd blog
yarn install
yarn start # This will take a few seconds the first time
DEBUG=Eleventy* yarn start # To output console.log() statements from within 11ty
Contributions, such as typo corrections or bug reports, are very welcome! Feel free to open an issue or make a pull request to the main branch. All blog posts are written in Markdown in the src/blog/ directory, which gets deployed automatically by Netlify when a pull request is merged. See Server Setup below.
All banner (full-width) images on the site are my own unless they link to an external source. I release my photos under the same license as this blog; the licenses of others' work vary.
The site is served from Netlify. The feeds are served from the feed.ashfurrow.com subdomain (aliased to the main domain, except everything that's not a feed URL will 404).
Deploys happen automatically on pushes to the main branch. The site can also be deployed locally:
yarn deploy
About
This is my website, a static site generated with Gatsby.