carlspring / linux-guide-and-hints

Home Page:https://linuxguideandhints.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Guide and Hints

The website is live at https://linuxguideandhints.com - We are in the process of making some changes and moving things around.

Contributions

If you would like to contribute or you find an error, please open an issue/PR as necessary.

Dependencies

npm install -g grunt-cli
npm install
pip3 install -U --user -r requirements.txt

Building

make html SPHINXOPTS=-Ea
grunt build

It's important to run the commands in that order. make html will build the docs, then grunt build does copying and minifying.

Livereload

grunt connect

Add localhost.ssl to your /etc/hosts, then visit https://localhost.ssl:8443.

You will need a self-signed certificate. Run the convenience script generate-cert.sh provided in this repo.

About

https://linuxguideandhints.com

License:MIT License


Languages

Language:reStructuredText 89.0%Language:HTML 6.4%Language:CSS 2.8%Language:Python 0.9%Language:JavaScript 0.7%Language:Shell 0.2%Language:Dockerfile 0.1%