Skip to content
Tutorials and generally useful information regarding packages and system administration in Fedora® and CentOS®
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
source my table is jacked up son May 3, 2019
.build.yml
.gitattributes Mark rst as linguist-detectable Jan 3, 2018
.gitignore Add Grunt and grunt-contrib-connect Dec 29, 2017
.gitlab-ci.yml
.nojekyll begone jekyll Nov 22, 2017
CNAME
Dockerfile
Gruntfile.js Install Prism via npm Apr 10, 2019
LICENSE Use pypi version of sphinx-sitemap Mar 20, 2019
Makefile Add imagemin to compress images (#1) Dec 13, 2018
README.md Add Sourcehut badge Feb 22, 2019
generate-cert.sh generate-cert.sh: Don't use 3des to encrypt private key Dec 25, 2018
package-lock.json Install Prism via npm Apr 10, 2019
package.json Install Prism via npm Apr 10, 2019

README.md

Linux Guide and Hints

If you are viewing this on GitHub, this is only a mirror. Please visit GitLab.

builds.sr.ht status

The website is live at https://www.linuxguideandhints.com

Dependencies

npm install -g grunt-cli
npm install
pip install --user sphinx

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.

You can’t perform that action at this time.