All Projects → KnightOS → knightos.org

KnightOS / knightos.org

Licence: other
GitHub pages for KnightOS

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
coffeescript
4710 projects
shell
77523 projects
assembly
5116 projects
SCSS
7915 projects

knightos.org

GitHub pages for KnightOS

Contributing

If you would like to help make 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. After installing ruby, you will need to install the ruby gem jekyll by running

gem install jekyll

Be sure to also install NodeJS 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.org

Then, 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.chat

To report bugs, please create a GitHub issue or contact us on IRC.

If you'd like to contribute to the project, please see the contribution guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].