Skip to content

Commit 940bd04

Browse files
New template orient added (#190)
* added orient theme * added creation test for orient theme * Added new Orient theme to CHANGELOG.md * fix: Template fixed a bit --------- Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
1 parent d40e887 commit 940bd04

File tree

5 files changed

+292
-0
lines changed

5 files changed

+292
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs: # Docs: <https://git.io/JvxXE>
154154
test -f ./out/app-down/404.html
155155
test -f ./out/connection/404.html
156156
test -f ./out/matrix/404.html
157+
test -f ./out/orient/404.html
157158
158159
docker-image:
159160
name: Build docker image

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this package will be documented in this file.
44

55
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
66

7+
## v2.23.0
8+
9+
### Added
10+
11+
- Template `orient` [#190]
12+
13+
[#190]:https://github.com/tarampampam/error-pages/pull/190
14+
715
## v2.22.0
816

917
### Changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Transfer/sec: 140.23MB
123123
| `app-down` | [![app-down][app-down-screen]][app-down-link] |
124124
| `connection` | [![connection][connection-screen]][connection-link] |
125125
| `matrix` | [![matrix][matrix-screen]][matrix-link] |
126+
| `orient` | [![orient][orient-screen]][orient-link] |
126127

127128
> Note: `noise` template highly uses the CPU, be careful
128129
@@ -148,6 +149,8 @@ Transfer/sec: 140.23MB
148149
[connection-link]:https://tarampampam.github.io/error-pages/connection/404.html
149150
[matrix-screen]:https://hsto.org/webt/ng/tf/oi/ngtfoiolvmq6hf15kimcxmhprhk.gif
150151
[matrix-link]:https://tarampampam.github.io/error-pages/matrix/404.html
152+
[orient-screen]:https://hsto.org/webt/pz/eu/v_/pzeuv_lyeqr0xpusa4zfrtgk7sa.png
153+
[orient-link]:https://tarampampam.github.io/error-pages/orient/404.html
151154

152155
## 🦾 Contributors
153156

error-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ templates:
1515
- path: ./templates/app-down.html
1616
- path: ./templates/connection.html
1717
- path: ./templates/matrix.html
18+
- path: ./templates/orient.html
1819

1920
formats:
2021
json:

0 commit comments

Comments
 (0)