From 99e9f605e2c1eba16e9b9afaa27f4ac2dcbecf6f Mon Sep 17 00:00:00 2001 From: MisterSoandSo <16674113+MisterSoandSo@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:53:05 -0700 Subject: [PATCH] Initialize github.io backend .nojekyll file is used in GitHub Pages to bypass the default Jekyll build process: Serving Files with Underscores. CNAME : linking domain name to github.io page --- .nojekyll | 0 CNAME | 1 + robots.txt | 2 ++ 3 files changed, 3 insertions(+) create mode 100644 .nojekyll create mode 100644 CNAME create mode 100644 robots.txt diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..ff768c1 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +acstech.dev \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file