update confs

This commit is contained in:
Elias Ahokas
2025-09-26 17:54:10 +03:00
parent 120090f36c
commit abd0688375
3 changed files with 15 additions and 10 deletions

View File

@@ -4,4 +4,4 @@ WORKDIR /app
EXPOSE 1313 EXPOSE 1313
CMD ["hugo", "server", "--bind", "0.0.0.0", "--baseURL=/", "-D", "--disableFastRender"] CMD ["hugo", "server", "-D"]

View File

@@ -8,7 +8,7 @@ Hugo allows for quick websites to be made with markdown.
## Developing ## Developing
Run test server: Run test server
``` ```
docker compose up docker compose up
``` ```
@@ -17,3 +17,8 @@ Deploy updates to server
``` ```
./deploy.sh ./deploy.sh
``` ```
Create new page
```
hugo new --kind post path/post.md
```

View File

@@ -20,8 +20,8 @@ params:
author: "Elias Ahokas" author: "Elias Ahokas"
DateFormat: "2.1.2006" DateFormat: "2.1.2006"
defaultTheme: auto defaultTheme: dark
disableThemeToggle: false disableThemeToggle: true
ShowReadingTime: true ShowReadingTime: true
ShowShareButtons: false ShowShareButtons: false
@@ -51,12 +51,12 @@ menu:
- name: Projects - name: Projects
url: /projects/ url: /projects/
weight: 10 weight: 10
- name: About #- name: About
url: /about/ # url: /about/
weight: 20 # weight: 20
- name: CV #- name: CV
url: /cv/ # url: /cv/
weight: 30 # weight: 30
markup: markup:
highlight: highlight: