aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-21 07:26:08 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-21 07:26:08 +0200
commitef438ff073705fd24d67c03cae06286cdc795979 (patch)
treecb80d357c3a8828101713b733450302dea3de071
downloadjekyll-theme-ef438ff073705fd24d67c03cae06286cdc795979.tar.gz
jekyll-theme-ef438ff073705fd24d67c03cae06286cdc795979.zip
initial commit
-rw-r--r--.gitattributes1
-rw-r--r--index.html13
2 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..176a458
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2899f52
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Moved to egort.name</title>
+ <meta http-equiv="refresh" content="1; URL=https://egort.name/jekyll-theme/">
+ <link rel="canonical" href="https://egort.name/jekyll-theme/">
+ </head>
+ <body>
+ <p>Moved to <a href="https://egort.name/jekyll-theme/">egort.name/jekyll-theme/</a>. Redirecting...</p>
+ </body>
+</html>