Overview
origin.html is a starting base for (X)HTML5 templates. It conforms to the Polygot Markup specification, making it compatible with both HTML5 and XML processors. The template includes support for the Open Graph protocol and provides various template variables for customization.
Features
- Polygot Markup: The template conforms to the Polygot Markup specification, ensuring compatibility with both HTML5 and XML processors.
- Open Graph Support: The template includes support for the Open Graph protocol, allowing for better integration with social media platforms.
- Template Variables: The template provides several template variables such as site.url, site.baseurl, site.name, etc., allowing for easy customization and control over various aspects of the website.
Installation
To install the origin.html template, follow these steps:
- Download the origin.html file from the provided source.
- Include the origin.html file in your project directory.
- Open your (X)HTML5 template file and add the following code snippet at the beginning:
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Add any required meta tags and script/css references here -->
<!-- Include the origin.html template -->
<!-- Change the path if needed -->
<!-- Example: -->
<link rel="import" href="/path/to/origin.html">
</head>
<body>
- Customize the template variables as per your requirements by modifying the relevant values in the origin.html file.
- Continue building your website using the origin.html template as the base.
Summary
origin.html is a starting base for (X)HTML5 templates that conform to the Polygot Markup specification. It includes support for the Open Graph protocol and provides various template variables for customization. With its compatibility and flexibility, origin.html can be a valuable tool for developers creating (X)HTML5 templates.