Skip to content

Commit

Permalink
feat: adds express server
Browse files Browse the repository at this point in the history
  • Loading branch information
migtarx committed Oct 30, 2023
1 parent 6d0ad4e commit 2b344bc
Show file tree
Hide file tree
Showing 5 changed files with 688 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
public
.DS_Store
node_modules
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ baseurl = "/"
languageCode = "en-us"
theme = "hello-friend"
paginate = 5
publishDir = "src"
publishDir = "src/public"

[params]
contentTypeName = "posts"
Expand Down
Loading

0 comments on commit 2b344bc

Please sign in to comment.