Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knightos/knightos.org
GitHub pages for KnightOS
https://github.com/knightos/knightos.org
Last synced: about 1 month ago
JSON representation
GitHub pages for KnightOS
- Host: GitHub
- URL: https://github.com/knightos/knightos.org
- Owner: KnightOS
- Created: 2013-04-29T06:14:29.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-08-19T22:30:46.000Z (4 months ago)
- Last Synced: 2024-08-20T02:30:26.726Z (4 months ago)
- Language: JavaScript
- Homepage: https://knightos.org/
- Size: 4.56 MB
- Stars: 16
- Watchers: 15
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing/guidelines.md
Awesome Lists containing this project
README
# knightos.org
GitHub pages for KnightOS## Contributing
If you would like to help make [knightos.org](http://www.knightos.org) better, you can easily edit any page by clicking the "Edit this page" button. If you want to do more in-depth changes to knightos.org, you can host a local copy on your system.
### Hosting a local copy
If you do not have ruby installed on your system, you need to get it from [here](https://www.ruby-lang.org/en/downloads/). After installing ruby, you will need to install the ruby gem jekyll by running
gem install jekyll
Be sure to also install [NodeJS](https://nodejs.org/) and Coffee-Script
npm install -g coffee-script
After installing the prerequisites, clone this repository and navigate to its root directory
git clone --recursive https://github.com/KnightOS/knightos.org.git
cd knightos.orgThen, you can generate the site and start the local server by using
jekyll serve
Now, you can visit http://127.0.0.1:4000 in your browser to see your local copy of knightos.org. Any changes that you make to the site source will automatically be updated when you refresh the page.
## Help, Bugs, Feedback
If you need help with KnightOS, want to keep up with progress, chat with
developers, or ask any other questions about KnightOS, you can hang out in the
IRC channel: #knightos on irc.libera.chatTo report bugs, please create [a GitHub issue](https://github.com/KnightOS/KnightOS/issues/new) or contact us on IRC.
If you'd like to contribute to the project, please see the [contribution guidelines](http://www.knightos.org/contributing).