elixir-docs-ru
elixir-docs-ru copied to clipboard
Restructure
I am working on #10 which brings a lot of new meta files to the repository:
-
.editorconfig
-
package.json
-
package-json.lock
-
.travis.yml
-
CONTRIBUTING.md
-
.remarkrc
- And maybe others
And it is quite hard to navigate in repository right now. So, my idea is to move every document file inside lib/
folder leaving only meta files in the root folder.
Is it fine with everyone?
No problem for me, but it may require some work on wunsh website. @jarosluv ?
I want to use this repository as submodule for main Jekyll-site.
If we bring all files to lib
dir, how can we get this goal?
The first way is using links. The second is submoduling lib
dir directly, but I dunno how it's possible.
You can use git-subtree
.
I have never tried to submodule a subtree, actually.
Both git-subtree
and git-submodule
can't add only part of the repository, unfortunately. Maybe we could keep all the bunch of files as is, but if anybody finds a solution, maybe some Jekyll hack, then we could return to this topic.