-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
11 lines (10 loc) · 4.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html><html lang="en-gb"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>howe-ren.github.io</title><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://howe-ren.github.io/"><link rel="alternate" type="application/atom+xml" href="https://howe-ren.github.io/feed.xml"><link rel="alternate" type="application/json" href="https://howe-ren.github.io/feed.json"><meta property="og:title" content="howe-ren.github.io"><meta property="og:site_name" content="howe-ren.github.io"><meta property="og:description" content=""><meta property="og:url" content="https://howe-ren.github.io/"><meta property="og:type" content="website"><link rel="stylesheet" href="https://howe-ren.github.io/assets/css/style.css?v=9c6a2124f59c585ed78d8eaf092402c7"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"howe-ren.github.io","url":"https://howe-ren.github.io/"}</script></head><body><div class="site-container"><header class="top" id="js-header"><a class="logo" href="https://howe-ren.github.io/">howe-ren.github.io</a><nav class="navbar js-navbar"><button class="navbar__toggle js-toggle" aria-label="Menu" aria-haspopup="true" aria-expanded="false"><span class="navbar__toggle-box"><span class="navbar__toggle-inner">Menu</span></span></button><ul class="navbar__menu"></ul></nav></header><main><div class="hero"><header class="hero__content"><div class="wrapper"><h1>Hey there, welcome :)</h1><p>A site for personal Internet notions and tools.</p><div class="post__meta post__meta--author"><a href="https://howe-ren.github.io/authors/howe/" class="feed__author">Howe</a></div></div></header></div><div class="feed"><article class="feed__item"><header class="wrapper"><div class="feed__meta"><a href="https://howe-ren.github.io/authors/howe/" class="feed__author">Howe</a> <time datetime="2023-04-15T02:12" class="feed__date">15 April 2023 02:12:06</time></div><h2><a href="https://howe-ren.github.io/hexoguan-li-githubcang-ku-page/">Hexo管理Github仓库Page</a></h2></header><div class="wrapper"><p>要使用Hexo管理GitHub仓库的网页,您需要遵循以下步骤: 在GitHub上创建一个新的仓库,用于存储Hexo生成的静态网页。请确保您已经安装了Git并且已经配置了您的GitHub帐户。 在本地计算机上安装Hexo。可以使用npm(Node.js包管理器)来安装Hexo。在命令行中运行以下命令: npm install…</p><a href="https://howe-ren.github.io/hexoguan-li-githubcang-ku-page/" class="readmore feed__readmore">Continue reading...</a></div></article><article class="feed__item"><header class="wrapper"><div class="feed__meta"><a href="https://howe-ren.github.io/authors/howe/" class="feed__author">Howe</a> <time datetime="2023-04-14T20:35" class="feed__date">14 April 2023 20:35:49</time></div><h2><a href="https://howe-ren.github.io/test-publii/">test-publii</a></h2></header><div class="wrapper"><p>### title contents</p><a href="https://howe-ren.github.io/test-publii/" class="readmore feed__readmore">Continue reading...</a></div></article></div></main><footer class="footer"><div class="footer__copyright"><p>From Howe</p></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="https://howe-ren.github.io/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script defer="defer" src="https://howe-ren.github.io/assets/js/scripts.min.js?v=f47c11534595205f20935f0db2a62a85"></script><script>window.publiiThemeMenuConfig={mobileMenuMode:'sidebar',animationSpeed:300,submenuWidth: 'auto',doubleClickTime:500,mobileMenuExpandableSubmenus:true,relatedContainerForOverlayMenuSelector:'.top'};</script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script></body></html>