mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-07-28 04:05:53 +00:00
update
This commit is contained in:
+3
-4
@@ -1,4 +1,3 @@
|
||||
# CHANGEME: Set these variable to your liking
|
||||
title: Athom Technology ESPHome Project
|
||||
description: Powered by ESPHome and ESP Web Tools
|
||||
theme: jekyll-theme-slate
|
||||
title: Athom ESPHome Firmware
|
||||
description: ESPHome configurations and pre-built firmware maintained by Athom Technology for supported Athom devices.
|
||||
theme: jekyll-theme-slate
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ site.lang | default: 'en-US' }}">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#157878">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<title>{{ page.title | default: site.title }}</title>
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||
</head>
|
||||
<body>
|
||||
<div id="header_wrap" class="outer">
|
||||
<header class="inner">
|
||||
{% if site.github.is_project_page %}
|
||||
<a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a>
|
||||
{% endif %}
|
||||
|
||||
<h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1>
|
||||
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
<div id="main_content_wrap" class="outer">
|
||||
<section id="main_content" class="inner">
|
||||
{{ content }}
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div id="footer_wrap" class="outer">
|
||||
<footer class="inner">
|
||||
<p class="copyright">Athom ESPHome Firmware maintained by Shenzhen Athom Technology Co., Ltd.</p>
|
||||
<p>Powered by <a href="https://esphome.io/">ESPHome</a> and <a href="https://esphome.github.io/esp-web-tools/">ESP Web Tools</a>.</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# About
|
||||
|
||||
ESPhome project by Shenzhen Athom Technology Co., Ltd., China.
|
||||
Maintained by Shenzhen Athom Technology Co., Ltd., China, this ESPHome project provides configuration files and pre-built firmware for supported Athom devices.
|
||||
|
||||
# Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user