Chris Josten
40eeb9d25a
Fix whitespace
2 months ago
Chris Josten
16f25d8297
Update nix deps
3 months ago
Chris Josten
223ca8bc29
Workaround broken l10n, upgrade deps
3 months ago
Chris Josten
1d0d1a54b1
Fix crash caused by lastIndexOf returning negative numbers
...
The ArticleParser would crash when a negative number was returned by
lastIndexOf, since it was casted to an unsigned integer. This unsigned
integer then was used to allocate memory, which would allocate way to
much memory, causing a MemoryException and crashing the process.
10 months ago
Chris Josten
48b95c4a13
Article: parse document separators properly
...
Document separators should start with a newline, followed by three
dashes, followed by a newline again.
10 months ago
Chris Josten
75f5d447d6
Update dependencies Nix
1 year ago
Chris Josten
e806dbf1cd
Fix NixOS build
1 year ago
Chris Josten
35d5b02b5e
Refractor code
...
* This project now should make proper use of modules
* HTTP specific logic was extracted from app.d to http.d
* Logic for managing files in memory was moved to cache.d from watcher.d
* Added license
1 year ago
Chris Josten
7e01e575fc
Fix crash on starup when syntax error in YAML
1 year ago
Chris Josten
46b5cfdbb5
Fix template indentation
1 year ago
Chris Josten
eaef4ef6f6
Add contact menu option and hide unneeded sections on project page
1 year ago
Chris Josten
3d90927433
Merge branch 'master' of githee.netsoj.nl:chris/chris-website
1 year ago
Chris Josten
46bea4fa58
Add more support for internationalisation, style changes
1 year ago
Chris Josten
a53b1c6ef7
Update nix
1 year ago
Chris Josten
93b83daad6
Merge branch 'master' of netsoj.nl:chris/chris-website
1 year ago
Chris Josten
5506163cba
Add accidentally removed files
1 year ago
Chris Josten
5cdd5b322c
Merge branch 'master' of netsoj.nl:chris/chris-website
1 year ago
Chris Josten
82ef786b7f
Update Nix dependencies
1 year ago
Chris Josten
ceecf899fb
Remove trailing comma
1 year ago
Chris Josten
75a4e86ea1
Use translations, fix 'old' style.
1 year ago
Chris Josten
ed2926fb16
Fix crash when pages are updated and quickly removed
2 years ago
Chris Josten
c958780e76
Add css backwards-compatibility
...
Hardcoded some values for older browsers which may not understand css
custom properties.
2 years ago
Chris Josten
791a08363a
Properly wait for spawned processes to end
2 years ago
Chris Josten
76b3ca0d33
Add human readable date, keep machine readable
2 years ago
Chris Josten
9f879be71b
WIP: translation (but it ain't broken)
2 years ago
Chris Josten
8d2feaa76b
Make metadata more consistent
2 years ago
Chris Josten
561bcdc366
Add ability to hide posts
2 years ago
Chris Josten
7ee1664698
Merge branch 'master' into release
2 years ago
Chris Josten
e3f14ee085
Fix author not being set and image layout
2 years ago
Chris Josten
ed5ef93be2
Fix author not being set
2 years ago
Chris Josten
1e24ed327a
Add backwards-compat friendly way for sizing main
2 years ago
Chris Josten
503d2d1ad0
Improve page speeds
...
* Defer loading of highlight css
* Cache /static for up to 16 days
2 years ago
Chris Josten
ad1724b47f
Add Apple Touch Icon (mainly for Sailfish OS)
2 years ago
Chris Josten
e73f6e9316
Ignore folders with content
2 years ago
Chris Josten
76ea5885dd
Added README
2 years ago
Chris Josten
09fdfeb112
Add debug logging
2 years ago
Chris Josten
acd02aea20
Refractored code and added extra comments
2 years ago
Chris Josten
99f493dec3
Restructured parts of the website
2 years ago
Chris Josten
1ffb19f811
Clean up files
2 years ago
Chris Josten
e1b43bc4c3
Added content, projects and dark mode
2 years ago
Chris Josten
4a9cfda0bd
Initial commit
2 years ago