https://github.com/nomad-software/nomad.uk.net
Personal website located at www.nomad.uk.net
https://github.com/nomad-software/nomad.uk.net
blog website
Last synced: about 1 month ago
JSON representation
Personal website located at www.nomad.uk.net
- Host: GitHub
- URL: https://github.com/nomad-software/nomad.uk.net
- Owner: nomad-software
- License: mit
- Created: 2017-12-06T20:04:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-09T12:11:10.000Z (10 months ago)
- Last Synced: 2025-08-09T12:28:45.477Z (10 months ago)
- Topics: blog, website
- Language: HTML
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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](https://pandoc.org/). 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 'docs' directory
### Viewing the site
You can use any web server to view the site, just make sure the 'docs' folder is the root directory. If you have [Docker](https://www.docker.com/) and [Docker compose](https://docs.docker.com/compose/) installed you can easily serve the site by spinning up an [Nginx](https://www.nginx.com) container.
1. In the repository directory execute `docker-compose up`
2. Visit `localhost:80` in your browser to view