More Premium Hugo Themes Premium Html Themes

Origin.html

A starting base for your (X)HTML5 templates

Origin.html

A starting base for your (X)HTML5 templates

Author Avatar Theme by conaclos
Github Stars Github Stars: 5
Last Commit Last Commit: Apr 27, 2021 -
First Commit Created: Jun 19, 2023 -
Origin.html screenshot

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:

  1. Download the origin.html file from the provided source.
  2. Include the origin.html file in your project directory.
  3. 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>
  1. Customize the template variables as per your requirements by modifying the relevant values in the origin.html file.
  2. 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.