Source code for my personal website. https://wilw.dev
Go to file
2022-04-09 13:54:00 +00:00
.nova First draft complete 2022-04-09 11:57:59 +00:00
src Updated styles and homepage 2022-04-09 13:54:00 +00:00
static First draft complete 2022-04-09 11:57:59 +00:00
.gitignore added 'Pinephone Phosh' blog post 2021-10-02 16:14:29 +01:00
.prettierrc basic gatsby version 2018-03-29 16:16:53 +01:00
gatsby-browser.js added zustand blog post 2021-02-06 00:47:58 +00:00
gatsby-config.js add gatsby RSS blog post 2021-03-04 22:30:29 +00:00
gatsby-node.js add support for 'notes' 2021-02-03 00:01:19 +00:00
now.json added 404 config 2019-08-20 22:16:49 +01:00
package.json theme switching, default themes, storing settings 2021-02-18 11:04:26 +00:00
README.md added sqlite blog post 2021-02-01 21:33:05 +00:00
yarn.lock theme switching, default themes, storing settings 2021-02-18 11:04:26 +00: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.