Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Jekyll site generation issue #119

Closed
jordanful opened this Issue Apr 5, 2013 · 1 comment

Comments

Projects
None yet
2 participants

Hi,

I'm running into difficulty generating the site in the appropriate directories. Jekyll defaults to _site, which is what is listed in the docs here. But it looks like some files, like HTML and some IMGs should be placed in the respective language folder.

What's the workflow here? Is there a config option I'm missing? How do I generate the site across different directories? Or do I need to?

Any help is appreciated. Thanks!

Jordan

Contributor

saivann commented Apr 5, 2013

Actually, all existing files and folders should end up in _sites except those that starts with _.

Jekyll looks for instructions in all files and produce content accordingly. For example, all html files in the en/ folder have the base-en.html layout applied, so jekyll uses this layout to produce the final pages.

You can contact me directly at -address hidden- for more questions.

@saivann saivann closed this Apr 5, 2013

jl2012 pushed a commit to jl2012/bitcoin.org that referenced this issue Apr 5, 2016

Merge pull request #119 from mably/french-6
French translation update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment