Generate static site
This commit is contained in:
@ -9,26 +9,26 @@
|
||||
<meta name="description" content=""/>
|
||||
<meta name="keywords" content=""/>
|
||||
<meta name="robots" content="noodp"/>
|
||||
<link rel="canonical" href="http://example.org/posts/" />
|
||||
<link rel="canonical" href="https://022385.xyz/posts/" />
|
||||
|
||||
|
||||
<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="Posts :: Terminal — A simple, retro theme for Hugo" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta name="twitter:site" content="http://example.org/" />
|
||||
<meta name="twitter:site" content="https://022385.xyz/" />
|
||||
<meta name="twitter:creator" content="" />
|
||||
<meta name="twitter:image" content="">
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Posts :: Terminal — A simple, retro theme for Hugo">
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="http://example.org/posts/" />
|
||||
<meta property="og:url" content="https://022385.xyz/posts/" />
|
||||
<meta property="og:site_name" content="Posts" />
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:image:width" content="2048">
|
||||
@ -125,7 +125,7 @@
|
||||
|
||||
<div class="post on-list">
|
||||
<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">
|
||||
2019-03-26
|
||||
@ -175,8 +175,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>
|
||||
|
||||
|
||||
|
||||
|
@ -2,21 +2,21 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Posts on Terminal</title>
|
||||
<link>http://example.org/posts/</link>
|
||||
<link>https://022385.xyz/posts/</link>
|
||||
<description>Recent content in Posts on Terminal</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 26 Mar 2019 08:47:11 +0100</lastBuildDate>
|
||||
|
||||
<atom:link href="http://example.org/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://022385.xyz/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<item>
|
||||
<title>My First Post</title>
|
||||
<link>http://example.org/posts/my-first-post/</link>
|
||||
<link>https://022385.xyz/posts/my-first-post/</link>
|
||||
<pubDate>Tue, 26 Mar 2019 08:47:11 +0100</pubDate>
|
||||
|
||||
<guid>http://example.org/posts/my-first-post/</guid>
|
||||
<guid>https://022385.xyz/posts/my-first-post/</guid>
|
||||
<description>hello, world</description>
|
||||
</item>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
<!DOCTYPE html><html><head><title>http://example.org/posts/</title><link rel="canonical" href="http://example.org/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/posts/" /></head></html>
|
||||
<!DOCTYPE html><html><head><title>https://022385.xyz/posts/</title><link rel="canonical" href="https://022385.xyz/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://022385.xyz/posts/" /></head></html>
|
Reference in New Issue
Block a user