Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.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](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).