Drupal aliases now respect the 'source' config#454
Conversation
66a3434 to
38e8c74
Compare
Alias markdown files were being generated in the current directory instead of the directory defined by the "source" configuration option.
38e8c74 to
49e650d
Compare
|
👋 Thanks for taking the time to contribute! Are alias markdown files a Drupal thing? I'm not aware of them. Either way, this looks good to me. I'll wait a few days to hear back from you about alias markdown files before approving and merging, since I'd like to make sure I understand those properly. |
|
Alright, here's a bit of context: Drupal's pages are called "nodes". You can access them by navigating to
What this PR does is to change the directory where these alias files are created. Instead of always creating them on the root directory, it uses the |
|
Thanks so much for explaining that! @jekyllbot: merge +minor |
Alias markdown files were being generated in the current directory instead of the directory defined by the "source" configuration option.
This is my first time using jekyll, still trying to figure it out. I'm sorry if I missed something in how this is supposed to work.