Commit db7c2e1a authored by Jay Laura's avatar Jay Laura
Browse files

Adds lots of page stubs

parent b2c31d7c
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
---
baseURL: https://fdp.astrogeology.usgs.gov
title: 'Foundational Data Products Knowledge Inventory'
baseURL: https://psdi.astrogeology.usgs.gov
title: 'Planetary SDI'
canonifyURLs: true
enableGitInfo: true
bibFile: "content/bibliography.json"

theme: 
  - hugo-geekdoc
  - hugo-cite

bibFile: "content/bibliography.json"

pygmentsUseClasses: true
pygmentsCodeFences: true
@@ -21,7 +22,6 @@ enableGitInfo: true

enableRobotsTXT: true

container-max-width: 100rem

markup:
  goldmark:
@@ -51,3 +51,7 @@ security:
    allow:
      - "^asciidoctor$"


params:
  geekdocRepo: "https://github.com/jlaura/planetary-sdi"
  geekdocEditPath: "."
+1 −7
Original line number Diff line number Diff line
---
weight: 0
title: Planetary SDIs
---
Planetary SDIs

<!-- spellchecker-disable -->

{{< toc-tree >}}

<!-- spellchecker-enable -->
 No newline at end of file
+3 −1
Original line number Diff line number Diff line
@@ -4,3 +4,5 @@ weight: 1
---

High level.

{{ partial "lastmod.html" . }}
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
---
title: About
weight: 0
---

Level 2.1
 No newline at end of file
Plain language, nice pictures, elevator pitch who we are and what we are doing.
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
---
geekdocCollapseSection: false
geekdocCollapseSection: true
weight: 30
---
 No newline at end of file
Loading