diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-11 01:20:39 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-20 23:52:56 +0200 |
| commit | 9cab9431bbcc78947fc60569087d9904971ee7aa (patch) | |
| tree | a396f2d6e000d852403f7062b7c2043db147f302 | |
| parent | 090eccf092cfa83e558b6ac8dd7479ab14d018d2 (diff) | |
Allow admins to define their own stylesheet
slcl used to provide a hardcoded stylesheet. However, it would be
desirable for some admins to provide a custom stylesheet without having
to rebuild the application.
Now, slcl creates a default stylesheet, namely style.css, into the
target directory, that can be later modified by admins.
While this might contradict the suckless philosophy a bit, hopefully
some admins might find this new feature useful.
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ OBJECTS = \ main.o \ page.o \ server.o \ + style.o \ wildcard_cmp.o \ all: $(PROJECT) |
