Readme updated

This commit is contained in:
Paramtamtam 2020-07-08 22:41:41 +05:00
parent 615310be7a
commit a4a996c292
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
2 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
## UNRELEASED ## v1.0.1
### Changed ### Changed

View File

@ -13,6 +13,10 @@ This repository contains:
- A very simple [generator](./bin/generator.js) _(`nodejs`)_ for HTTP error pages _(like `404: Not found`)_ with different templates supports - A very simple [generator](./bin/generator.js) _(`nodejs`)_ for HTTP error pages _(like `404: Not found`)_ with different templates supports
- Dockerfile for [docker image][link_docker_hub] with generated pages and `nginx` as web server - Dockerfile for [docker image][link_docker_hub] with generated pages and `nginx` as web server
### Demo
Generated pages (from the latest release) always [accessible here][link_branch_gh_pages] _(sources)_ and on GitHub pages [here][link_gh_pages].
## Development ## Development
> For project development we use `docker-ce` + `docker-compose`. Make sure you have them installed. > For project development we use `docker-ce` + `docker-compose`. Make sure you have them installed.
@ -150,3 +154,5 @@ This is open-sourced software licensed under the [MIT License][link_license].
[link_nginx]:http://nginx.org/ [link_nginx]:http://nginx.org/
[link_traefik]:https://docs.traefik.io/ [link_traefik]:https://docs.traefik.io/
[link_swarm]:https://docs.docker.com/engine/swarm/ [link_swarm]:https://docs.docker.com/engine/swarm/
[link_branch_gh_pages]:https://github.com/tarampampam/error-pages/tree/gh-pages
[link_gh_pages]:https://tarampampam.github.io/error-pages/