mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Update menu
This commit is contained in:
10
config.yaml
10
config.yaml
@@ -51,18 +51,18 @@ menu:
|
|||||||
- name: Contact
|
- name: Contact
|
||||||
url: /contact
|
url: /contact
|
||||||
weight: 1
|
weight: 1
|
||||||
|
- name: Posts
|
||||||
|
url: /
|
||||||
|
weight: 2
|
||||||
- name: About
|
- name: About
|
||||||
url: /about
|
url: /about
|
||||||
weight: 2
|
|
||||||
- name: Git
|
|
||||||
url: https://git.davegallant.ca/explore/repos
|
|
||||||
weight: 3
|
weight: 3
|
||||||
- name: RSS
|
- name: RSS
|
||||||
url: /index.xml
|
url: /index.xml
|
||||||
weight: 4
|
weight: 5
|
||||||
- name: Credits
|
- name: Credits
|
||||||
url: /credits
|
url: /credits
|
||||||
weight: 5
|
weight: 6
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
post: "/blog/:year/:month/:day/:slug/"
|
post: "/blog/:year/:month/:day/:slug/"
|
||||||
|
@@ -3,11 +3,11 @@ title: "Contact"
|
|||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
| Connect with me using any the following methods: |
|
| Connect with me using the following methods: |
|
||||||
| ------------------------------------------------ |
|
| --------------------------------------------- |
|
||||||
| [me@davegallant.ca](mailto:me@davegallant.ca) |
|
| [me@davegallant.ca](mailto:me@davegallant.ca) |
|
||||||
| <https://www.linkedin.com/in/dave-gallant> |
|
| <https://www.linkedin.com/in/dave-gallant> |
|
||||||
| <https://mastodon.social/@davegallant> |
|
| <https://mastodon.social/@davegallant> |
|
||||||
| <https://github.com/davegallant> |
|
| <https://github.com/davegallant> |
|
||||||
| <https://davegallant.ca/index.xml> |
|
| <https://davegallant.ca/index.xml> |
|
||||||
| <https://git.davegallant.ca/explore/repos> |
|
| <https://git.davegallant.ca/explore/repos> |
|
||||||
|
@@ -13,7 +13,7 @@ main {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-area: main;
|
grid-area: main;
|
||||||
grid-template-areas: "empty content sidebar";
|
grid-template-areas: "empty content sidebar";
|
||||||
grid-template-columns: 2fr minmax(0, 960px) 2fr;
|
grid-template-columns: 2fr minmax(0, 860px) 2fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
Reference in New Issue
Block a user