Compare commits
No commits in common. "b15b3c9ebf587de0c60d08b78dcf857915434a1b" and "9099f089b9a89b27045f87921b0562b295770956" have entirely different histories.
b15b3c9ebf
...
9099f089b9
32
.gitignore
vendored
32
.gitignore
vendored
@ -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/
|
||||
|
@ -26,8 +26,9 @@
|
||||
submodules = true;
|
||||
|
||||
buildPhase = ''
|
||||
ln -s ${theme} themes/anemone
|
||||
zola build -u ${url}
|
||||
ls ${theme}/
|
||||
ln -s ${theme} themes/anemone
|
||||
zola build -u ${url}
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
1
result
Symbolic link
1
result
Symbolic link
@ -0,0 +1 @@
|
||||
/nix/store/1ilgcfm1rjxvvn6ak0zr76n53y3xbwg1-project-cloud
|
Loading…
Reference in New Issue
Block a user