Skip to content

nook24/naemon.github.io

This branch is 154 commits behind naemon/naemon.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb50db8 · Nov 22, 2024
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naemon.github.io

The naemon website.

Written for Jekyll, and relying on bootstrap.

Install locally

Read the online guide from github at: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/

Run locally using Docker

First build the Docker image which will contain Ruby, Jekyll and all the required dependencies

docker build . -t naemon/docs

Now run the Docker container and navigate to http://127.0.0.1:4000 in your browser. The container watches for file changes and will automatically regenerate the website if needed.

docker run --rm -it -v "$PWD":/site -p "4000:4000" naemon/docs:latest

About

The naemon website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 60.7%
  • HTML 20.7%
  • CSS 15.3%
  • Makefile 2.1%
  • Other 1.2%