aboutsummaryrefslogtreecommitdiffstats
path: root/exampleSite/public/index.html
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-08-07 10:35:56 +0800
committeryingyu5658 <i@yingyu5658.me>2025-08-07 10:35:56 +0800
commit87cb7cc92743e88486e5e3c4852ab903a159fd8c (patch)
tree62a9f988b51034e5148bb61f019d6caffa60ee59 /exampleSite/public/index.html
parent83d5590fc13e769f976746cac1e2119c25589448 (diff)
downloadhugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.tar.gz
hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.zip
添加exampleSite
Diffstat (limited to 'exampleSite/public/index.html')
-rw-r--r--exampleSite/public/index.html82
1 files changed, 82 insertions, 0 deletions
diff --git a/exampleSite/public/index.html b/exampleSite/public/index.html
new file mode 100644
index 0000000..f360ad5
--- /dev/null
+++ b/exampleSite/public/index.html
@@ -0,0 +1,82 @@
+<!doctype html>
+<html
+ lang="en-us"
+ dir="ltr"
+>
+ <head>
+ <meta name="generator" content="Hugo 0.148.2"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
+<meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>My New Hugo Site</title> <link rel="stylesheet" href="/css/main.css"> <script src="/js/main.js"></script>
+ </head>
+ <body>
+ <main>
+
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>My New Hugo Site</title>
+ <style>
+ .main {
+ text-align: center;
+ height: 200px;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ margin-left: -100px;
+ margin-top: -100px;
+ }
+
+ .main h2 {
+ margin-bottom: 0.1px;
+ line-height: 0;
+ }
+
+ hr::after {
+ content: "❧";
+ color: #212721;
+ width: 10rem;
+ display: inline-block;
+ background: linear-gradient(to bottom, transparent calc(50% - 0.5px), #212721 calc(50% - 0.5px), #212721, #212721 calc(50% + 0.5px), transparent calc(50% + 0.5px));
+ text-shadow: 0px 0px 3px #fff;
+ font-size: 1.5rem;
+ }
+
+ hr {
+ padding: 0.3rem 0;
+ border: none;
+ width: 100%;
+ display: block;
+ text-align: center;
+ height: 1.5rem;
+ }
+
+ ul {
+ margin-top: 3px;
+ text-align: left;
+ }
+
+ li {
+ list-style: none;
+ }
+
+ li a {
+ margin-right: 60px;
+ }
+
+ </style>
+</head>
+
+<body>
+ <div class="main">
+ <h2>My New Hugo Site</h2>
+ <hr>
+ <ul>
+
+ <li><a href="/post">- Post</a></li>
+
+ </ul>
+ </div>
+</body>
+</main>
+ </body>
+</html>
+