rearrange repo a bit #1
Loading…
Reference in a new issue
No description provided.
Delete branch "scott/fnb-roc-website:repo-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just a few thoughts:
index.html,blog.htmland theposts/directory should be a part of a subdirectory, which will be served by a webserver (e.g. nginx). This way we aren't also serving upbuilder.pyand.gitignoreand stuff alongsideindex.html. Hence,builder.pynow outputs to thestaticdirectory which is added to.gitignoreinstead of thepostssubdir which is now under that atstatic/postsscraper.py(or whatever the python script is that did the scraping was called) was left out, hopefully the changes I made to the.gitignorewill allow that to be seen, if you merge and thengit add .on your end.index.htmlandblog.htmlare generated from templates they shouldn't be committed.I'm wondering if maybe the whole scraper folder should be included since it's not part of the generated content and can't reasonably be re-scraped? Or maybe just leave that until we receive another source of truth i.e. an rss feed or webdav dirs?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.