Handle multiple directories. #1

Closed
opened 2020-01-14 14:31:19 -08:00 by JigmeDatse · 3 comments
JigmeDatse commented 2020-01-14 14:31:19 -08:00 (Migrated from gitlab.com)

Create a way to handle multiple directories so that a site can have:

site-root
|
+-> Blog
|   |
|   +-> 2019
|   +-> 2020
+-> Content
    |
    +-> About
    +-> Contact

Or something like that. And be able to do that with a single command.

As things currently stand, it could actually be reasonably handled, as it's not likely that sitewide updates are that common (at this point).

Though a change to the header and footer files might mean needing to update large portions of a site all at once to get it to update correctly.

Also, some content would be handled with something like a rsync command as trying to parse it like markdown would cause problems.

Create a way to handle multiple directories so that a site can have: ``` site-root | +-> Blog | | | +-> 2019 | +-> 2020 +-> Content | +-> About +-> Contact ``` Or something like that. And be able to do that with a single command. As things currently stand, it could actually be reasonably handled, as it's not likely that sitewide updates are that common (at this point). Though a change to the header and footer files might mean needing to update large portions of a site all at once to get it to update correctly. Also, some content would be handled with something like a rsync command as trying to parse it like markdown would cause problems.
JigmeDatse commented 2020-01-14 14:31:19 -08:00 (Migrated from gitlab.com)

changed milestone to %1

changed milestone to %1
JigmeDatse commented 2020-07-09 09:27:47 -07:00 (Migrated from gitlab.com)

This appears to be correctly fixed...

This appears to be correctly fixed...
JigmeDatse commented 2020-07-09 09:28:06 -07:00 (Migrated from gitlab.com)

closed

closed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DatseMultimediaContentManagement/markdown-to-site#1
No description provided.