tomsommer / docs

Linode guides and tutorials.

Home Page:https://www.linode.com/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linode logo

Guides and Tutorials License: CC BY 4.0 first-timers-only Build Status GitHub release

Contributing | Formatting Guide

Linode maintains a library of tutorials hosted at https://www.linode.com/docs/. The guides serve as an easy to follow reference for Linux, web servers, development, and more.

Quickstart

  1. Fork and clone this repository.

  2. Download and install Hugo version v0.83.1. Installation instructions for different operating systems are available in the Hugo documentation library.

  3. In your terminal, navigate into the cloned docs repository.

  4. Use the Node Version Manager (NVM) to install and use version 14.18.1 of Node:

     nvm install 14.18.1
     nvm use 14.18.1
    
  5. Install the Node dependencies:

     npm install
    
  6. Start the local Hugo web server:

     hugo server
    
  7. In a web browser, navigate to localhost:1313/docs/.

How can I write a guide?

We are constantly looking to improve the quality of our library. Visit our Contribute Page.

More detailed instructions on submitting a pull request can be found here.

About

Linode guides and tutorials.

https://www.linode.com/docs/


Languages

Language:HTML 51.2%Language:Python 24.7%Language:Go 14.4%Language:Shell 9.7%