forked from tools/josh
1
0
Fork 0
Source code of my personal website.
Go to file
Florine W. Dekker 7dc6d2e8a7
Compile TS without comments
2019-10-26 16:11:04 +02:00
css Change link hover style 2019-07-09 21:18:06 +02:00
js Add whoami 2019-10-26 16:08:46 +02:00
.gitignore Perform simple conversion to TypeScript 2019-10-20 23:55:04 +02:00
README.md Add README.md and improve build script 2019-10-21 03:32:49 +02:00
build.sh Add README.md and improve build script 2019-10-21 03:32:49 +02:00
favicon.ico Colourise favicon 2019-06-13 20:30:08 +02:00
favicon.png Colourise favicon 2019-06-13 20:30:08 +02:00
index.html Add build script 2019-10-21 00:38:53 +02:00
tsconfig.json Compile TS without comments 2019-10-26 16:11:04 +02:00

README.md

fwdekker.com

The source code of my personal website.

Development

# Build the website in `build/`
$> ./build.sh
# Build the website in `build/` then copy it to `example/`
$> ./build.sh "example/"