Source code for my personal website. https://wilw.dev
Go to file
2022-06-11 13:24:02 +01:00
.nova First draft complete 2022-04-09 11:57:59 +00:00
.yarn replace fortawesome with react-icons 2022-05-23 20:31:17 +02:00
src Updates to build process 2022-06-11 13:24:02 +01:00
static Added Ledger Sankey post 2022-04-24 14:44:08 +00:00
.gitignore Updates to build process 2022-06-11 13:24:02 +01:00
.prettierrc basic gatsby version 2018-03-29 16:16:53 +01:00
.yarnrc.yml Update yarn. Remove SA. 2022-05-23 17:12:51 +00:00
gatsby-browser.js added zustand blog post 2021-02-06 00:47:58 +00:00
gatsby-config.js Add contact details to RSS feed 2022-04-14 11:59:04 +00:00
gatsby-node.js add support for 'notes' 2021-02-03 00:01:19 +00:00
package.json Updates to build process 2022-06-11 13:24:02 +01:00
README.md added sqlite blog post 2021-02-01 21:33:05 +00:00
yarn.lock Updates to build process 2022-06-11 13:24:02 +01:00

Personal website

The source for my personal website. The site is currently live at https://wilw.dev.

This project doesn't really come with a licence. The site content itself is by me (and therefore probably copyrighted somewhat), but feel free to use the code itself for your own needs.

Developing

  1. Clone and change into the repository
  2. Install dependencies (yarn)
  3. Run development server (yarn start)

Build for production

  1. Run build script (yarn build)
  2. Deploy the public/ directory to the server.