112 lines
2.9 KiB
YAML
112 lines
2.9 KiB
YAML
baseURL: 'https://nownoticed.org/'
|
|
languageCode: en-us
|
|
title: Now Noticed
|
|
theme: papermod
|
|
enableRobotsTXT: true
|
|
|
|
taxonomies:
|
|
# author: authors
|
|
tag: tags
|
|
category: categories
|
|
|
|
# PaperMod-specific settings
|
|
params:
|
|
mainSections:
|
|
- "moments"
|
|
- "meditations"
|
|
- "affirmations"
|
|
defaultTheme: light
|
|
env: production
|
|
label:
|
|
icon: "logo_plain.svg" # optional
|
|
homeInfoParams:
|
|
title: Life can go by pretty fast.
|
|
content: Being present is a beautiful gift you can give yourself. Mindfulness is an evidence-based way to connect with your brain, your body, and the world around you. This resource provides free, creative-commons or open-source resources to help you build the mindful life you deserve.
|
|
buttons:
|
|
- name: Moments
|
|
url: "/moments/"
|
|
- name: Meditations
|
|
url: "/meditations/"
|
|
- name: Affirmations
|
|
url: "/affirmations/"
|
|
# - name: Search
|
|
# url: "/search/"
|
|
|
|
|
|
# socialIcons: # optional
|
|
# - name: "youtube"
|
|
# url: "<link>"
|
|
# - name: "facebook"
|
|
# url: "<link2>"
|
|
|
|
|
|
# profileMode:
|
|
# enabled: true
|
|
# title: "make " # optional default will be site title
|
|
# subtitle: "a weird hub for everything i do"
|
|
# imageUrl: "logo.png" # optional
|
|
# imageTitle: "Elemental Epistles Logo" # optional
|
|
# imageWidth: 180 # custom size
|
|
# imageHeight: 180 # custom size
|
|
# buttons:
|
|
# - name: Blog
|
|
# url: "/posts/"
|
|
# - name: Links
|
|
# url: "/links/"
|
|
# - name: Search
|
|
# url: "/search/"
|
|
|
|
# socialIcons: # optional
|
|
# - name: "spotify"
|
|
# url: "<link>"
|
|
# - name: "tumblr"
|
|
# url: "<link2>"
|
|
# - name: "facebook"
|
|
# url: "<link>"
|
|
|
|
|
|
|
|
ShowPostNavLinks: true
|
|
ShowWordCount: false
|
|
disableScrollToTop: false
|
|
showtoc: false
|
|
# cover.responsiveImages: true
|
|
ShowReadingTime: true
|
|
# ShowShareButtons: true
|
|
# ShareButtons: ["facebook","twitter","reddit","whatsapp"]
|
|
assets:
|
|
disableFingerprinting: true
|
|
|
|
menu:
|
|
main:
|
|
# - identifier: about
|
|
# name: about
|
|
# url: /about/
|
|
# weight: 10
|
|
- identifier: moments
|
|
name: moments
|
|
url: /moments/
|
|
weight: 10
|
|
- identifier: meditations
|
|
name: meditations
|
|
url: /meditations/
|
|
weight: 20
|
|
- identifier: affirmations
|
|
name: affirmations
|
|
url: /affirmations/
|
|
weight: 30
|
|
- identifier: search
|
|
name: search
|
|
url: /search/
|
|
weight: 40
|
|
- identifier: about
|
|
name: about
|
|
url: /about/
|
|
weight: 35
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- RSS
|
|
- JSON # is necessary
|