You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the source code of the generated GalenFramework.com website. It is powered by Blogix which is a static website generator with embeded webserver.
If you would like to contribute to Galen Framework documentation like adding information or fixing errors please follow the steps below:
Make a change. All the source pages for documentation are located in db/docs/ folder and have the .blogix file type
Run blogix run command within root folder of the project and it will launch the local webserver so you can test your changes via https://localhost:8080.
Send a pull request. I will review it and make an update on a live site.
Thank you!
P.S. At the moment the blogix is not really supported so if it doesn't work for you just send your changes as is. I can't spend time on so many projects so I decided not to maintain blogix as it just works for me (with few minor bugs). But if you do manage to set it up please note that during local testing all the urls should end with slash (/). e.g. https://localhost:8080/docs/all/. If you remove the last slash it will give you an exception.
Check spelling with aspell
aspell is available on many systems. Alternatively, you
could use the .stopwords file with your own spell-checking program.
# Create a local dictionary first
aspell --lang=en create master ./.stopwords.aspell < .stopwords
# Check e.g. docs/about.blogix.
# Repeat for other docs/*.blogix files
aspell check --lang=en_US --add-extra-dicts=./.stopwords.aspell docs/about.blogix