Implements a "Now" page to share current activities, inspired by nownownow.com. - Introduces a new content type "now" with corresponding layouts and archetype. - Adds a "Now" entry to the main menu. - Creates a script to easily generate new "now" entries. - Updates the colophon page with information about the "now" page. - Deletes weeknote config as it isn't in use anymore
30 lines
509 B
YAML
30 lines
509 B
YAML
main:
|
|
- pageRef: "/"
|
|
name: "Home"
|
|
url: "/"
|
|
weight: 10
|
|
- pageRef: "/post"
|
|
name: "Blog"
|
|
url: "/post"
|
|
weight: 20
|
|
- pageRef: "/micro"
|
|
name: "Micro"
|
|
url: "/micro"
|
|
weight: 22
|
|
- pageRef: "/photos"
|
|
name: "Photos"
|
|
url: "/photos"
|
|
weight: 25
|
|
- pageRef: "/series"
|
|
name: "Series"
|
|
url: "/series"
|
|
weight: 27
|
|
- pageRef: "/now"
|
|
name: "Now"
|
|
url: "/now"
|
|
weight: 28
|
|
- pageRef: "/explore"
|
|
name: "Explore"
|
|
url: "/explore"
|
|
weight: 30
|