diff options
author | garhve <git@garhve.com> | 2022-12-02 17:27:58 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-12-02 17:27:58 +0800 |
commit | bff48f7f61e87fca56a299bd1b8160d47c3381e2 (patch) | |
tree | 7a9f9f199942968e6e0a04bbd25b63de1215b79f /index.html | |
parent | 75c6ce6874878f2ff1b9f59e8ff59a65b6c093c5 (diff) |
transfer blogs 1
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 38 |
1 files changed, 35 insertions, 3 deletions
@@ -28,9 +28,9 @@ "publisher": "garhve", "accountablePerson" : "garhve", "copyrightHolder" : "garhve", - "copyrightYear" : "0001", - "datePublished": "0001-01-01 00:00:00 \u002b0000 UTC", - "dateModified" : "0001-01-01 00:00:00 \u002b0000 UTC", + "copyrightYear" : "2022", + "datePublished": "2022-08-10 19:24:59 \u002b0800 CST", + "dateModified" : "2022-08-10 19:24:59 \u002b0800 CST", "url" : "https:\/\/blog.garhve.com\/", "keywords" : [ ] } @@ -42,6 +42,7 @@ <meta name="description" content="" /> <meta property="og:locale" content="en-us" /><meta property="og:image" content="" /> + <style>body{font-family:bree serif,sans-serif;-webkit-font-smoothing:antialiased;margin:0 20px}article{max-width:800px;margin-left:auto;margin-right:auto}a{color:#000;text-decoration:none}a:hover{font-weight:600;text-decoration:underline}.post-ads{margin:50px 0}.markdown-body{font-size:18px;max-width:100%}.markdown-body a{text-decoration:underline;text-decoration-color:#000}.markdown-body blockquote{margin:0;padding:0 1em;color:#57606a;border-left:.25em solid #d0d7de}.markdown-body pre{padding:16px;overflow:auto;border-radius:10px}.markdown-body code{padding:.2em .4em;font-size:85%;background-color:#f6f8fa;border-radius:6px}.markdown-body pre>code{padding:0;font-size:100%;background-color:inherit;border:0}.Chinese .markdown-body{line-height:200%}.site-date-catalog{font-size:2rem}.header-title{font-size:2rem;font-weight:700;margin-top:32px;font-family:bungee shade,sans-serif}.header-title a{text-decoration:none}.header-subtitle{color:#666}.header-items{margin:10px 0}.header-item{margin:0 5px}.header-line{width:100%;border-width:2px;border-color:#482936;border-style:solid none none none}.lang-switch{font-weight:600}#posts-list{min-height:600px}.posts-line{font-size:1.2rem;margin:12px 0}.posts-categories{font-size:.8rem;margin:auto;text-align:center}.posts-category{padding:3px 0;border:#000 2px solid;border-radius:5px}.site-footer{margin-top:50px}.site-footer-item{margin-right:12px}.post-content img{max-width:100%;display:block;margin-right:auto;margin-top:12px}.post-header{margin-bottom:50px}.post-title{font-size:2rem;font-weight:600}.post-tags{display:inline;font-weight:600;padding:2px 5px;margin-right:6px;border:#000 2px solid;border-radius:5px}.post-date{font-weight:800;font-style:italic}.post-author{float:right;font-weight:600}.page-content{min-height:60%}.post-content{margin-bottom:50px}.post-content p{hyphens:auto;line-height:1.8;text-justify:ideographic;margin-bottom:1em}.related-content{border-width:3px;border-style:solid;border-color:#000;padding:0 10px;margin-bottom:50px;margin-top:100px}.related-content li{margin:5px 0}.taxonomy-term{font-size:3rem}.gallery-img{text-align:center}.gallery-img span{text-align:center}.gallery-img-desc{font-size:.8em;font-weight:800}#disqus_thread{position:relative}#disqus_thread:after{content:"";display:block;height:55px;width:100%;position:absolute;bottom:0;background:#fff}@media screen and (max-width:600px){.header-title,.header-subtitle,.header-items{text-align:center}.posts-line{font-size:16px}.markdown-body{font-size:16px}.post-title{font-size:2rem}.post-content p{letter-spacing:.05em}}@media screen and (max-width:48em){.posts-category{display:none}}</style> @@ -88,6 +89,37 @@ <div class="header-line"></div> <div id="posts-list"> + <section> + <h1 class="site-date-catalog">2022</h1> + + + <div class="row posts-line"> + <div class="posts-title col-xs-9 col-sm-10"> + <div class="row"> + <div class="col-xs-11 col-sm-10"> + <a href="/posts/2/">Install arch linux on Tencent server</a> + </div> + </div> + </div> + <div class="posts-date col-xs-6 col-sm-2"> + <time datetime="2022-08-10 19:24:59 CST">Aug 10</time> + </div> + </div> + + <div class="row posts-line"> + <div class="posts-title col-xs-9 col-sm-10"> + <div class="row"> + <div class="col-xs-11 col-sm-10"> + <a href="/posts/1/">First Website</a> + </div> + </div> + </div> + <div class="posts-date col-xs-6 col-sm-2"> + <time datetime="2022-08-10 17:21:02 CST">Aug 10</time> + </div> + </div> + + </section> </div> |