edjw / edjw-old-blog

My old website

Home Page:https://ed-old-blog.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ed Johnson-Williams' blog

https://edjohnsonwilliams.co.uk

Built on Eleventy and Netlify CMS

Available Scripts

Development

# runs the app in the development mode.
npm run dev

Open http://localhost:8080 to view it in the browser.

The page will reload if you make file changes.

Production

To increase the production performance builds are optimized via @snowpack/plugin-optimize.

# builds a static copy of your site to the `dist/` folder.
npm run build
# serve the content from the `dist/` folder.
npm run serve

Open http://localhost:8080 to view it in the browser.

Your code is now ready to be deployed!

Add some Netlify helpers

Netlify Dev adds the ability to use Netlify redirects, proxies, and serverless functions.

# install the Netlify CLI in order to get netlify dev
npm install -g netlify-cli

# run a local server with some added Netlify sugar
netlify dev

About

My old website

https://ed-old-blog.netlify.app


Languages

Language:HTML 54.9%Language:JavaScript 42.7%Language:CSS 1.2%Language:Shell 1.2%