Skip to content
New issue

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

Add more Markdown backends #179

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Minor spelling mistake
LukeMoll committed Nov 15, 2021
commit ab8cda21b6aaee1da682e8d6b1ad44bc1cdf20df
4 changes: 2 additions & 2 deletions hacksoc_org/cli.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ def main(args=None):
SUBCOMMANDS

run
Starts a local development server on https://localhost:5000/. Automatically
Starts a local development server on http://localhost:5000/. Automatically
reloads when templates or Python code is changed. Recommended while
developing pages or features.

@@ -35,7 +35,7 @@ def main(args=None):

serve
Calls `freeze` then starts a local HTTP server from `build/` on
https://localhost:5000/. Will not automatically rebuild the website on
http://localhost:5000/. Will not automatically rebuild the website on
content change, you will need to re-run `serve`. Recommended to use this at
least once to check that a) new content is part of the "frozen" site and b)
no errors occur in freezing the site.