https://github.com/jonathanprozzi/microformats-boilerplate
HTML boilerplate for microformats markup. Laying it out before making Gatsby starter.
https://github.com/jonathanprozzi/microformats-boilerplate
Last synced: 2 months ago
JSON representation
HTML boilerplate for microformats markup. Laying it out before making Gatsby starter.
- Host: GitHub
- URL: https://github.com/jonathanprozzi/microformats-boilerplate
- Owner: jonathanprozzi
- Created: 2018-06-19T04:42:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T20:27:33.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T11:32:48.815Z (4 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microformats Boilerplate HTML
## Purpose
The purpose of the _index.html_ and _post.html_ files is to create a straight-forward HTML boilerplate for both a main page (index.html) and sample single post (post.html).
The goal is to use this as a quick way to troubleshoot any missing Microformats and include them before turning this into React components for a Gatsby starter.
I've been running it through the [Microformats Parser](https://php.microformats.io/) to check for errors, but I'm open to feedback about anything that seems to be missing. I tried to achieve a balance betwen including crucial Microformats markup and optional Microformats markup.
Please provide feedback!
Thanks!