The Wayback Machine - https://web.archive.org/web/20220507080533/https://github.com/linuxboot/linuxboot.org
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LinuxBoot Website

Requirements

Install Hugo. Run hugo -h for help.

Editing

Run Hugo:

hugo server

Hugo will output its address. Open it in your web browser. Edit the pages in content/. Hugo refreshes automatically on save.

Deployment

Build for static web hosting, output ends up in public/:

hugo