This is the source code for my personal website
Find a file
Wouter d2d25c7b19
Some checks failed
Checker / linter (push) Has been cancelled
docker CI / build-and-push-image (push) Has been cancelled
Updated header
2024-11-14 22:10:51 +01:00
.github 💚 Fixed transition to pnpm 2023-07-29 19:22:58 +02:00
.vscode chore: ⬆️ Upgraded primsa to v5 2023-08-07 23:19:31 +02:00
prisma 🔀 Blog pagination (#244) 2023-03-29 22:13:39 +02:00
src Updated header 2024-11-14 22:10:51 +01:00
static 🩹 Changed domain 2022-07-02 23:12:36 +02:00
.dockerignore 🎉 Basic website template 2022-02-26 22:44:20 +01:00
.env.example 🚑 Fixed process.env use on client side, and update packages 2023-06-08 22:31:34 +02:00
.eslintrc.cjs 🎉 Basic website template 2022-02-26 22:44:20 +01:00
.gitignore Updated packages and switched pack to npm 2024-11-13 17:49:47 +01:00
.npmrc 🎉 Basic website template 2022-02-26 22:44:20 +01:00
.prettierignore 🚨 Fixed linting issues 2023-07-29 19:30:27 +02:00
.prettierrc 🎉 Basic website template 2022-02-26 22:44:20 +01:00
docker-compose.yml 🚚 Moved more stuff into .env file 2023-01-06 12:48:25 +01:00
docker_start.sh 🔀 Blog (#101) 2022-06-22 22:03:47 +02:00
Dockerfile Updated packages and switched pack to npm 2024-11-13 17:49:47 +01:00
LICENSE Updated text on the site 2024-11-13 17:55:15 +01:00
package-lock.json Updated header 2024-11-14 22:10:51 +01:00
package.json Updated header 2024-11-14 22:10:51 +01:00
postcss.config.cjs Mobile support (#12) 2022-03-03 11:51:14 +01:00
README.md Updated text on the site 2024-11-13 17:55:15 +01:00
svelte.config.js Updated packages and switched pack to npm 2024-11-13 17:49:47 +01:00
tailwind.config.cjs 🔥 Remove twitter (and moved to pnpm) 2023-07-29 19:16:54 +02:00
tsconfig.json 🚚 Moved submodule to repo 2022-05-01 12:03:54 +02:00
vite.config.js 🚑 Fixed vite build 2022-07-06 11:10:50 +02:00

wjtje.dev

The source code for the website https://www.wjtje.dev/

Index

Features

  • Auto generated GitHub event log
  • Auto generated OpenStreepMap event log
  • Easy to use contact options
  • i18n support
  • Dark and light mode support

Getting started

  1. Run a Prisma comptable database server (e.g. docker-compose up -d database)
  2. Change the .env file and src/lib/common.ts files with your settings
  3. Change the required text inside the src/i18n folders
  4. Install all the packages npm i
  5. Run the project npm run dev

Folder layout

  • src/routes: All the routes
  • src/lib/i18n: All the text files
  • src/lib/components: Small parts of pages or common components

License

The MIT License (MIT) - Copyright (c) 2022 Wouter