nomad-software / nomad.uk.net

Personal website located at www.nomad.uk.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nomad.uk.net

This blog is where i can rant and rave about all the different aspects of software development, save code and ideas for later and somewhere where readers and i can both learn from each other. What better way is there to reach other like minded developers than to keep a journal of ideas and thoughts that hopefully will help our community as a whole. Plus, it’s also a storage facility for me, so i don’t forget this stuff!

Building the site

Prerequisites

  1. Install Pandoc. on Linux it's as easy as sudo apt install pandoc

Build the HTML files

  1. Execute the build-site.sh bash script
  2. The entire site should now reside in the 'public' directory

Viewing the site

You can use any web server to view the site, just make sure the 'public' folder is the root directory. If you have Docker and Docker compose installed you can easily serve the site by spinning up an Nginx container.

  1. In the repository directory execute docker-compose up
  2. Visit localhost:8080 in your browser to view

About

Personal website located at www.nomad.uk.net

License:MIT License


Languages

Language:CSS 56.6%Language:HTML 32.2%Language:Shell 10.1%Language:Dockerfile 1.0%