latest 17 messages by Plailect
+
[2017-02-25T20:24:01Z]
Plailect
I know that _config.yml has a permalink field, but I can't find any way for it to do this kind of scripting or pull the variables from somewhere
+
[2017-02-25T20:21:25Z]
Plailect
and these yml files: https://github.com/Plailect/Guide/tree/master/_data/navigation
+
[2017-02-25T20:21:13Z]
Plailect
currently, my header gets the correct page titles and URLs using this code: https://github.com/Plailect/Guide/blob/master/_includes/masthead.html#L5-L22
+
[2017-02-25T20:19:26Z]
Plailect
https://github.com/Plailect/Guide/blob/master/_pages/en_US/Credits.txt ---> https://3ds.guide/credits.html
+
[2017-02-25T20:19:17Z]
Plailect
https://github.com/Plailect/Guide/blob/master/_pages/en_US/Credits.txt ---> https://3ds.guide/es_ES/credits
+
[2017-02-25T20:19:00Z]
Plailect
for example
+
[2017-02-25T20:18:20Z]
Plailect
I currently just have the permalinks done manually on each page, but that's a huge pain
+
[2017-02-25T20:18:03Z]
Plailect
but I can't figure out how to automatically generate the permalinks
+
[2017-02-25T20:17:40Z]
Plailect
I've figured out how to get my header and footer to pull the locale code based on file directory (by splitting the var page.url)
+
[2017-02-25T20:16:35Z]
Plailect
etc
+
[2017-02-25T20:16:35Z]
Plailect
such as /es_ES/ for spanish
+
[2017-02-25T20:16:28Z]
Plailect
currently my site functions with / being en_US, and all others having a translation as /<locale>
+
[2017-02-25T20:15:52Z]
Plailect
(note that I have manually enabled interpretation of .txt files as valid markdown so that crowdin stops trying to muck with the frontmatter formatting)
+
[2017-02-25T20:15:09Z]
Plailect
https://github.com/Plailect/Guide/
+
[2017-02-25T20:15:08Z]
Plailect
for language support on my jekyll site (all pages, no posts), I've got pages in _pages/<locale>/*
+
[2017-02-25T20:13:43Z]
Plailect
I've got a pretty weird usage case that I cannot find any good way to accomplish
+
[2017-02-25T20:13:14Z]
Plailect
hello