Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
|
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
closed this
Apr 5, 2013
jl2012
pushed a commit
to jl2012/bitcoin.org
that referenced
this issue
Apr 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jordanful commentedApr 5, 2013
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