Skip to content

Commit

Permalink
Add replit files. Update readme. Remove ds_store
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapida committed Oct 23, 2022
1 parent 2563994 commit 511fd5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
run = "hugo server --buildDrafts --buildFuture --bind 0.0.0.0 --port 443 --baseURL https://mikelapidakis.mike47.repl.co"

[nix]
channel = "stable-21_11"
File renamed without changes.
6 changes: 6 additions & 0 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ pkgs }: {
deps = [
pkgs.cowsay
pkgs.hugo
];
}

0 comments on commit 511fd5e

Please sign in to comment.