Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andriisynytsia/catphotoapp
https://github.com/andriisynytsia/catphotoapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andriisynytsia/catphotoapp
- Owner: AndriiSynytsia
- Created: 2024-02-05T05:39:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T05:40:10.000Z (11 months ago)
- Last Synced: 2024-03-13T23:46:28.798Z (10 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Template Repository with HTML Proofer
This template repository includes preconfigured GitHub Action that will validate html files in a project with (HTMLProofer)[https://github.com/gjtorikian/html-proofer/].
Validation is performed with dynamic pre-rendering of html files so it will allow to construct them with JavaScript on the fly.
HTML files with 'partial.html' suffix will be ignored, so validator is compatible with dynamic construction of website with html includes like (HTML Data Include)[https://github.com/programmingmentor/html-data-include].