update confs
This commit is contained in:
@@ -4,4 +4,4 @@ WORKDIR /app
|
||||
|
||||
EXPOSE 1313
|
||||
|
||||
CMD ["hugo", "server", "--bind", "0.0.0.0", "--baseURL=/", "-D", "--disableFastRender"]
|
||||
CMD ["hugo", "server", "-D"]
|
||||
|
@@ -8,7 +8,7 @@ Hugo allows for quick websites to be made with markdown.
|
||||
|
||||
## Developing
|
||||
|
||||
Run test server:
|
||||
Run test server
|
||||
```
|
||||
docker compose up
|
||||
```
|
||||
@@ -17,3 +17,8 @@ Deploy updates to server
|
||||
```
|
||||
./deploy.sh
|
||||
```
|
||||
|
||||
Create new page
|
||||
```
|
||||
hugo new --kind post path/post.md
|
||||
```
|
||||
|
16
hugo.yaml
16
hugo.yaml
@@ -20,8 +20,8 @@ params:
|
||||
author: "Elias Ahokas"
|
||||
|
||||
DateFormat: "2.1.2006"
|
||||
defaultTheme: auto
|
||||
disableThemeToggle: false
|
||||
defaultTheme: dark
|
||||
disableThemeToggle: true
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowShareButtons: false
|
||||
@@ -51,12 +51,12 @@ menu:
|
||||
- name: Projects
|
||||
url: /projects/
|
||||
weight: 10
|
||||
- name: About
|
||||
url: /about/
|
||||
weight: 20
|
||||
- name: CV
|
||||
url: /cv/
|
||||
weight: 30
|
||||
#- name: About
|
||||
# url: /about/
|
||||
# weight: 20
|
||||
#- name: CV
|
||||
# url: /cv/
|
||||
# weight: 30
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
|
Reference in New Issue
Block a user