Initial commit
This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
This commit is contained in:
5
config/fish/functions/publish_sites.fish
Normal file
5
config/fish/functions/publish_sites.fish
Normal file
@ -0,0 +1,5 @@
|
||||
function publish_sites
|
||||
pushd ~/sites
|
||||
make publish
|
||||
popd
|
||||
end
|
||||
Reference in New Issue
Block a user