We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run loconotion it produces everything in a subfolder of dist.
dist
If everything was organized, it would be great. Like the folder structure could be like this:
- index.html - images - css - js - pages
The text was updated successfully, but these errors were encountered:
@leoncvlt, I made a script that does the job.
Link: https://gist.github.com/aahnik/2c18af0ee937bb2947873774f069adc4
(download it to any path of your choice. lets say /path/to/locorg.py)
/path/to/locorg.py
Use loconotion normally.
Move inside the output folder (a subfolder inside dist)
If you run ls you should see lots of css,js,woff files and also the html files
ls
Now run locorg.py from inside this directory (like python /path/to/locorg.py)
locorg.py
python /path/to/locorg.py
You get a clean output
Html files do not break (as they are updated)
Sorry, something went wrong.
@leoncvlt, it would be great if you integrate my script into loconotion, and make it a default feature.
as many people are using github pages, all files in the root directory of the repo, look extremely clumsy.
after applying my script, everything gets organized like this:
fixed the #46 font issue in locorg.py
Successfully merging a pull request may close this issue.
When I run loconotion it produces everything in a subfolder of
dist
.If everything was organized, it would be great. Like the folder structure could be like this:
The text was updated successfully, but these errors were encountered: