From 9e58dc17e7decfa44e6ce5a4d6e8bef8926644ee Mon Sep 17 00:00:00 2001 From: Aiden Date: Sat, 30 May 2026 19:51:47 +0800 Subject: [PATCH] update --- static/_config.yml | 7 +++---- static/_layouts/default.html | 36 ++++++++++++++++++++++++++++++++++++ static/index.md | 2 +- 3 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 static/_layouts/default.html diff --git a/static/_config.yml b/static/_config.yml index 2b003d3..5c6cd84 100644 --- a/static/_config.yml +++ b/static/_config.yml @@ -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 \ No newline at end of file +title: Athom ESPHome Firmware +description: ESPHome configurations and pre-built firmware maintained by Athom Technology for supported Athom devices. +theme: jekyll-theme-slate diff --git a/static/_layouts/default.html b/static/_layouts/default.html new file mode 100644 index 0000000..a496b40 --- /dev/null +++ b/static/_layouts/default.html @@ -0,0 +1,36 @@ + + + + + + + + {{ page.title | default: site.title }} + + + +
+
+ {% if site.github.is_project_page %} + View on GitHub + {% endif %} + +

{{ site.title | default: site.github.repository_name }}

+

{{ site.description | default: site.github.project_tagline }}

+
+
+ +
+
+ {{ content }} +
+
+ + + + diff --git a/static/index.md b/static/index.md index 898f71c..fa1e711 100644 --- a/static/index.md +++ b/static/index.md @@ -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