This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
Go to file
Eric Woodward 5f14032aee fix typo 2024-02-10 19:52:31 -05:00
lib migrate to web-weevr 2024-01-28 00:22:59 -05:00
src fix typo 2024-02-10 19:52:31 -05:00
.eslintrc.cjs Add licenses 2023-07-23 23:40:17 -04:00
.gitignore add doctor who cards 2024-01-27 23:17:56 -05:00
.prettierignore Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
LICENSE Add post about PVGttM 2023-07-21 00:12:16 -04:00
README.md Add post about PVGttM 2023-07-21 00:12:16 -04:00
app.js Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
jsconfig.json Add licenses 2023-07-23 23:40:17 -04:00
package-lock.json migrate to web-weevr 2024-01-28 00:22:59 -05:00
package.json add WebToys and BPS 2024-02-10 19:21:54 -05:00
site.config.json5 add doctor who cards 2024-01-27 23:17:56 -05:00

README.md

It's Eric Woodward (dotcom)

A custom-built static site generator in Node.js used to create the website https://www.itsericwoodward.com (and https://itsericwoodward.com, for good measure).

Based (at least in part) on the ideas in this post: https://medium.com/douglas-matoso-english/build-static-site-generator-nodejs-8969ebe34b22

Setup

$ npm i
$ npm run build
$ npm run serve
$ npm run watch

Go to http://localhost:5000 to see the generated site.

How to use

If you want to use this as the basis for generating your own site, just fork this repository and update the content in the src folder.