Skip to content

Commit

Permalink
Project structure cleanup (#691)
Browse files Browse the repository at this point in the history
* Fix CI badge

See badges/shields#8671

* Migrate from npm shrinkwrap to package-lock

* Move docs to docs folder

* Use style to center header in README.md

* Add alt text to sample image in docs/developer.md

* Remove unused Procfile

* Update package-lock.json

* Remove unneeded suppression.xml

* Align center using deprecated attribute

Because GitHub doesn't support any other way.
  • Loading branch information
VanillaSixtySix authored Dec 7, 2023
1 parent 5c6dfd5 commit e8686f1
Show file tree
Hide file tree
Showing 6 changed files with 1,562 additions and 1,708 deletions.
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Run with `java -jar pxls*.jar`
* The configuration file uses [HOCON][hocon].
* Unspecified configuration values will use built-in defaults from `resources/reference.conf`.
* Automatic backups of `board.dat` are saved every five minutes to `backups/` in the configured storage directory, as well as before exiting (with `CTRL + C`).
* The `Symbols` template style uses the reference palette configuration. See [here](developer.md#symbols-template-style) to modify or remove.
* The `Symbols` template style uses the reference palette configuration. See [here](docs/developer.md#symbols-template-style) to modify or remove.

## Configuring CAPTCHA

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion developer.md → docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ The `Symbols` template style (located in `resources/public/pebble_templates/inde
uses the reference palette configuration. Any changes to the palette will break this style. To modify it, decode the base64 string for the symbols into a `.png`
and open it in an image editor.

<img src="https://i.imgur.com/efz5tk7.png">
<img src="https://i.imgur.com/efz5tk7.png" alt="Symbols template style sample">

Each symbol is in a 7x7 block going from left to right, top to bottom. The color of the symbols do not matter as they will be re-mapped to the palette when applied.
The symbols can be resized so long as they remain proportional to the image size so that there are two rows of 16 blocks each, or however many colors are in the palette.
Expand Down
Loading

0 comments on commit e8686f1

Please sign in to comment.