A small collection of simple instructions for setting up and configuring a Linux server from scratch.
See the published docs at https://travishorn.github.io/Linux-Server-Documentation/
To run these docs locally, clone this repository
git clone https://github.com/travishorn/Linux-Server-DocumentationChange into the repo directory
cd Linux-Server-DocumentationInstall dependencies
npm installRun the dev server
npm run devThe site is served at http://localhost:5000/Linux-Server-Documentation
Modify markdown files in the repository. The site will automatically be hot-reloaded.
Modify retype.yml and set the url to the URL where the site will be served.
Pushing this repository to GitHub will automatically invoke a GitHub Action
which will create a new branch called retype.
Visit your repository on GitHub. Go to Settings > Pages. Under
Source, choose the retype branch and click Save.
Your site will be live at https://[username].github.io/[repo name] shortly.
Build the site
npm run buildBuilt files are created in a directory called .retype. You can publish those
files to a static web server.
Copyright 2023 Travis Horn, licensed under CC BY 4.0