mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Get rid of side panel to minimize noise in layout
This commit is contained in:
20
config.yaml
20
config.yaml
@@ -48,15 +48,21 @@ params:
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: Contact
|
||||
url: /contact
|
||||
weight: 1
|
||||
- name: About
|
||||
url: /about
|
||||
weight: 1
|
||||
weight: 2
|
||||
- name: Git
|
||||
url: https://git.davegallant.ca/explore/repos
|
||||
weight: 2
|
||||
weight: 3
|
||||
- name: RSS
|
||||
url: /index.xml
|
||||
weight: 3
|
||||
weight: 4
|
||||
- name: Credits
|
||||
url: /credits
|
||||
weight: 5
|
||||
|
||||
permalinks:
|
||||
post: "/blog/:year/:month/:day/:slug/"
|
||||
@@ -69,14 +75,6 @@ markup:
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/davegallant/hugo-theme-gruvbox
|
||||
- path: github.com/schnerring/hugo-mod-json-resume
|
||||
mounts:
|
||||
- source: data
|
||||
target: data
|
||||
- source: layouts
|
||||
target: layouts
|
||||
- source: assets/css/json-resume.css
|
||||
target: assets/css/critical/44-json-resume.css
|
||||
mounts:
|
||||
- source: node_modules/simple-icons/icons
|
||||
target: assets/simple-icons
|
||||
|
Reference in New Issue
Block a user