-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
11 lines (10 loc) · 2.98 KB
/
Copy pathindex.html
File metadata and controls
11 lines (10 loc) · 2.98 KB
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>supalexessay</title><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="./"><link rel="stylesheet" href="./assets/css/style.css?v=2f940a2fab1f89a2c41371bd5182a77a"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"supalexessay","url":"./"}</script></head><body><div class="site-container"><header class="top" id="js-header"><a class="logo" href="./">supalexessay</a></header><main><div class="hero"><header class="hero__content"><div class="wrapper"><h1>Welcome to my blog :)</h1><p>Create a unique and beautiful blog quickly and easily.</p><div class="post__meta post__meta--author"><a href="./authors/supalexeth/" class="feed__author">supalex.eth</a></div></div></header></div><div class="feed"><article class="feed__item"><header class="wrapper"><div class="feed__meta"><a href="./authors/supalexeth/" class="feed__author">supalex.eth</a> <time datetime="2022-12-06T22:14" class="feed__date">December 6, 2022</time></div><h2><a href="./ru-he-pei-zhi-zi-ji-de-web3-blog.html">如何简单配置自己的web3 blog</a></h2></header><div class="wrapper"><p>当前的blog 使用的ENS +IPFS作为基础: 静态网站博客编辑器:Publii ,本地blog客户端 支持windows 、macos 、linux 系统可以通过可视化编辑 、markdown 等编辑文档 , 直接生成HTML ,支持自动同步支持 Github 。 部署工具 :Fleek,直接在Gihub获 代码部署 到 IPFS并直接 配置ENS解析。 操作流程: 1.下载安装 Publii; 2.注册github; 3.配置Publii 同步服务器 sync github; 4.写blog,并发布至 github; 5.注册ens; 6.登录 Fleek 配置部署 blog;</p><a href="./ru-he-pei-zhi-zi-ji-de-web3-blog.html" class="readmore feed__readmore">Continue reading...</a></div></article></div></main><footer class="footer"><div class="footer__copyright"><p>Powered by Publii</p></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="./assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script defer="defer" src="./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>