This commit is contained in:
xenia 2020-04-27 16:56:21 -04:00
parent bbe4d82c64
commit d5ea4f758c
4 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "racket-sass"]
path = racket-sass
url = https://github.com/Bogdanp/racket-sass

View File

@ -1,3 +1,9 @@
## deps
- crypto-lib
- markdown
- sass (submodule, needed modifications)
## Disk structure
/cache/: cached remote objects

1
racket-sass Submodule

@ -0,0 +1 @@
Subproject commit ce67a0344c88e4ccadbdaac85de628bce9c82b39

View File

@ -7,6 +7,9 @@
crypto/libcrypto
net/base64)
; TODO
; if a blog tree already exists, print a nice error instead of letting make-directory error lol
; cache dirs
(make-directory "cache")
(make-directory "cache/actors")