Initial commit (moving refactored code out of seal-blog proper)
This commit is contained in:
parent
10bce52555
commit
d9b6aed2b9
7 changed files with 391 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Haskell stuff
|
||||
*.dyn_hi
|
||||
*.dyn_o
|
||||
*.hi
|
||||
*.o
|
||||
dist
|
||||
generateSealPosts
|
||||
|
||||
# Direnv lorri stuff
|
||||
.direnv
|
||||
|
||||
# Too many posts, hiding for now
|
||||
posts
|
||||
Loading…
Add table
Add a link
Reference in a new issue