External local input folder #1941
-
Hi! I'm new to 11ty and trying to figure out if my use case is applicable. I keep a .md journal in a local folder synced to Dropbox, so I can edit from any device. I want to use this external, local folder as input, without making it a child of my eleventy repo. Here's what I'm trying to achieve:
I have succeeded in using the external folder as input by using an absolute path in input, like:
but this causes problems when trying to apply global layouts. any tips on how to achieve such a structure? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Interesting. I've never tried an input directory that only had SOME of the files (but not layout or other files). Wonder if you need to solve that with a symlink or git submodule.
This way your input directory can still be |
Beta Was this translation helpful? Give feedback.
Interesting. I've never tried an input directory that only had SOME of the files (but not layout or other files).
Wonder if you need to solve that with a symlink or git submodule.
This way your input directory can still be
.
and is at the same location as your _includes/ and global data folder. I can't see why it wouldn't work (famous last words), but it'd be a fun experiment.