This commit is contained in:
Aiden
2026-05-30 19:51:47 +08:00
parent d8df2c77a1
commit 9e58dc17e7
3 changed files with 40 additions and 5 deletions
+3 -4
View File
@@ -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
+36
View File
@@ -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
View File
@@ -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