Portfolio website
https://tibo.depeuter.dev
|
|
||
|---|---|---|
| assets | ||
| i18n | ||
| pages | ||
| src | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| index.html | ||
| key.asc | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| robots.txt | ||
| script.js | ||
| style.css | ||
| tdpeuter.ttl | ||
tdpeuter
My personal website.
The idea is to build an accessible, responsive and usable (!) website using only Vanilla HTML, CSS and JavaScript, without any frameworks or libraries.
Currently, this is done by providing sane static defaults in the HTML, and enhancing the experience (i18n, reusable components) using JavaScript.
In the future, I would like to convert this to a static site generator, to be compatible with even the most simple browsers (e.g. CLI browsers).
Development
To start a local development server with live reloading, run:
npx live-server --port=3000 --open=./index.html
Or npm run start
Webstorm
If you are using Webstorm, then installing the easy-i18n plugin can make editing translation files easier.