Compare commits

..

No commits in common. "b15b3c9ebf587de0c60d08b78dcf857915434a1b" and "9099f089b9a89b27045f87921b0562b295770956" have entirely different histories.

4 changed files with 6 additions and 32 deletions

32
.gitignore vendored
View File

@ -1,30 +1,2 @@
# Created by https://www.toptal.com/developers/gitignore/api/zig,vim
# Edit at https://www.toptal.com/developers/gitignore?templates=zig,vim
### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
### meta ###
result
public
# End of https://www.toptal.com/developers/gitignore/api/zig,vim
public/
result/

View File

@ -26,6 +26,7 @@
submodules = true;
buildPhase = ''
ls ${theme}/
ln -s ${theme} themes/anemone
zola build -u ${url}
'';

1
result Symbolic link
View File

@ -0,0 +1 @@
/nix/store/1ilgcfm1rjxvvn6ak0zr76n53y3xbwg1-project-cloud

View File