Generate static site
This commit is contained in:
@ -9,26 +9,26 @@
|
||||
<meta name="description" content="hello, world"/>
|
||||
<meta name="keywords" content=""/>
|
||||
<meta name="robots" content="noodp"/>
|
||||
<link rel="canonical" href="http://example.org/posts/my-first-post/" />
|
||||
<link rel="canonical" href="https://022385.xyz/posts/my-first-post/" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://example.org/assets/style.css">
|
||||
<link rel="stylesheet" href="https://022385.xyz/assets/style.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://example.org/img/apple-touch-icon-144-precomposed.png">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://022385.xyz/img/apple-touch-icon-144-precomposed.png">
|
||||
|
||||
<link rel="shortcut icon" href="http://example.org/img/favicon/orange.png">
|
||||
<link rel="shortcut icon" href="https://022385.xyz/img/favicon/orange.png">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="My First Post :: Terminal — A simple, retro theme for Hugo" />
|
||||
<meta name="twitter:description" content="hello, world" />
|
||||
<meta name="twitter:site" content="http://example.org/" />
|
||||
<meta name="twitter:site" content="https://022385.xyz/" />
|
||||
<meta name="twitter:creator" content="abdul" />
|
||||
<meta name="twitter:image" content="">
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="My First Post :: Terminal — A simple, retro theme for Hugo">
|
||||
<meta property="og:description" content="hello, world" />
|
||||
<meta property="og:url" content="http://example.org/posts/my-first-post/" />
|
||||
<meta property="og:url" content="https://022385.xyz/posts/my-first-post/" />
|
||||
<meta property="og:site_name" content="My First Post" />
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:image:width" content="2048">
|
||||
@ -114,7 +114,7 @@
|
||||
|
||||
<div class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="http://example.org/posts/my-first-post/">My First Post</a></h1>
|
||||
<a href="https://022385.xyz/posts/my-first-post/">My First Post</a></h1>
|
||||
<div class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
@ -156,8 +156,8 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="http://example.org/assets/main.js"></script>
|
||||
<script src="http://example.org/assets/prism.js"></script>
|
||||
<script src="https://022385.xyz/assets/main.js"></script>
|
||||
<script src="https://022385.xyz/assets/prism.js"></script>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user