Add sass
This commit is contained in:
parent
bbe4d82c64
commit
d5ea4f758c
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "racket-sass"]
|
||||||
|
path = racket-sass
|
||||||
|
url = https://github.com/Bogdanp/racket-sass
|
6
NOTES.md
6
NOTES.md
|
@ -1,3 +1,9 @@
|
||||||
|
## deps
|
||||||
|
|
||||||
|
- crypto-lib
|
||||||
|
- markdown
|
||||||
|
- sass (submodule, needed modifications)
|
||||||
|
|
||||||
## Disk structure
|
## Disk structure
|
||||||
|
|
||||||
/cache/: cached remote objects
|
/cache/: cached remote objects
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ce67a0344c88e4ccadbdaac85de628bce9c82b39
|
|
@ -7,6 +7,9 @@
|
||||||
crypto/libcrypto
|
crypto/libcrypto
|
||||||
net/base64)
|
net/base64)
|
||||||
|
|
||||||
|
; TODO
|
||||||
|
; if a blog tree already exists, print a nice error instead of letting make-directory error lol
|
||||||
|
|
||||||
; cache dirs
|
; cache dirs
|
||||||
(make-directory "cache")
|
(make-directory "cache")
|
||||||
(make-directory "cache/actors")
|
(make-directory "cache/actors")
|
||||||
|
|
Loading…
Reference in New Issue