Compare commits
2 commits
4de8ae5527
...
23a78d2eb6
Author | SHA1 | Date | |
---|---|---|---|
23a78d2eb6 | |||
4b4176192b |
8 changed files with 3853 additions and 2128 deletions
|
@ -1,8 +1,8 @@
|
||||||
# About
|
# About
|
||||||
|
|
||||||
- [preview](https://pages.sandpoints.org/we/_preview/struggle/health_care/)
|
- [preview](https://pages.sandpoints.org/zine/_preview/research/crazyrhythms/)
|
||||||
- [health_care web site](https://pages.sandpoints.org/we/struggle/health_care/)
|
- [web site](https://pages.sandpoints.org/zine/research/crazyrhythms/)
|
||||||
|
|
||||||
To be printed from here:
|
To be printed from here:
|
||||||
|
|
||||||
- [print](https://pages.sandpoints.org/we/print/publication/)
|
- [print](https://pages.sandpoints.org/zine/print/publication/)
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
"pin": "pins",
|
"pin": "pins",
|
||||||
"record": "records",
|
"record": "records",
|
||||||
"reflection": "reflections",
|
"reflection": "reflections",
|
||||||
|
"research": "researches",
|
||||||
"room": "rooms",
|
"room": "rooms",
|
||||||
"scribe": "scribes",
|
"scribe": "scribes",
|
||||||
"section": "sections",
|
"section": "sections",
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,2 @@
|
||||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20220906062458-efc027f4de78
|
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20220906204502-cea3de57cdab
|
||||||
# git.sandpoints.org/Drawwell/SandpointsEditPage v0.0.0-20210825011616-e019d8a4d186
|
# git.sandpoints.org/Drawwell/SandpointsEditPage v0.0.0-20210825011616-e019d8a4d186
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
baseURL = ""
|
baseURL = ""
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Health Care Struggles"
|
title = "Crazy Rhythms"
|
||||||
relativeurls = true
|
relativeurls = true
|
||||||
disableKinds = ["RSS", "sitemap"]
|
disableKinds = ["RSS", "sitemap"]
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ tag = "tags"
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "Health Care Struggles...."
|
description = "Crazy Thythms...."
|
||||||
# sandpointsGiteaUrl = "https://git.sandpoints.org/Drawwell/SimpleSandpoints"
|
# sandpointsGiteaUrl = "https://git.sandpoints.org/Drawwell/SimpleSandpoints"
|
||||||
sandpointsGiteaUrl = "https://git.sandpoints.org/we/HealthCareStruggles"
|
sandpointsGiteaUrl = "https://git.sandpoints.org/we/HealthCareStruggles"
|
||||||
sandpointsCatalogPrefix = "/library/"
|
sandpointsCatalogPrefix = "/library/"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Health Care Struggles (print)"
|
title: "Crazy Rhythms (print)"
|
||||||
print: "struggle/health_care.md"
|
print: "research/crazyrhythms.md"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
+++
|
+++
|
||||||
title = "Health Care"
|
title = "Crazy Rhythms"
|
||||||
has_factors = ["factor1.md", "factor2.md"]
|
has_factors = ["factor1.md", "factor2.md"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# About Health Care struggles
|
# About Crazy Rhythms
|
||||||
|
|
||||||
Some text here.
|
Some text here.
|
||||||
|
|
Loading…
Add table
Reference in a new issue