Skip to content

Commit

Permalink
MVP Configuration
Browse files Browse the repository at this point in the history
* Configure "Legacy Help Sections" resource to support importing existing content
* Output clean JSON files instead of relying on page-data artifacts
* Move search index to JSON pages
* Remove unused content and configuration
* Set up docker volumes for local development
* Add workaround for text editor cursor bug: decaporg/decap-cms#5092 (comment)
  • Loading branch information
nsmmrs committed Jan 31, 2024
1 parent cd81512 commit 50123ff
Show file tree
Hide file tree
Showing 15 changed files with 293 additions and 489 deletions.
231 changes: 0 additions & 231 deletions content/blog/hello-world/index.md

This file was deleted.

Binary file removed content/blog/hello-world/salty_egg.jpg
Binary file not shown.
13 changes: 0 additions & 13 deletions content/blog/my-second-post/index.md

This file was deleted.

108 changes: 0 additions & 108 deletions content/blog/new-beginnings/index.md

This file was deleted.

11 changes: 0 additions & 11 deletions content/pages/faq.yml

This file was deleted.

6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ services:
timeout: 5s
retries: 10
restart: on-failure
volumes:
- .:/app
- /app/node_modules/

proxy:
build:
Expand All @@ -31,6 +34,9 @@ services:
networks:
zna-mf: {}
restart: on-failure
volumes:
- .:/app
- /app/node_modules/

networks:
zna-mf:
Expand Down
Loading

0 comments on commit 50123ff

Please sign in to comment.