mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Readme updated
This commit is contained in:
parent
615310be7a
commit
a4a996c292
@ -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
|
||||||
|
|
||||||
|
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user