Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.06 KB

NomadBSD Website

  • Languages: HTML, CSS, JS, Roff, Shell, Perl
  • Website Type: Dynamic

https://nomadbsd.org/ is the official address for the website. The website contains news about NomadBSD, guides for downloading the files, errata information pages, team members and general information to contact developers.

Index Page

NomadBSD_IndexPage

How To Contribute (Website Improvements)

  1. Fork the project (nomadbsd/website)
  2. Clone the fork to your computer (git clone [REPO URL])
  3. Build pages from *in files via terminal
  4. After making some changes, Commit changes to your fork.
  5. Create a pull-request.

Building Pages

% ./mkmf > Makefile
% make

./mkmf > Makefile Command

image

make Command

image