Major updates
This commit is contained in:
parent
dd117c5f6e
commit
4a40dc8802
3 changed files with 258 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ emanote, ... }:
|
||||
|
||||
let
|
||||
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com";
|
||||
|
|
@ -22,7 +22,7 @@ in
|
|||
ewanick-site = {
|
||||
enable = true;
|
||||
description = "A blog powered by Emanote running solely on Markdown files.";
|
||||
path = with pkgs; [ emanote ];
|
||||
path = [ emanote ];
|
||||
script = ''
|
||||
cd ${PROJECT_ROOT}
|
||||
emanote run \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue