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/categories/" />
|
||||
<link rel="canonical" href="https://022385.xyz/categories/" />
|
||||
|
||||
|
||||
<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="Categories :: 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="Categories :: Terminal — A simple, retro theme for Hugo">
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="http://example.org/categories/" />
|
||||
<meta property="og:url" content="https://022385.xyz/categories/" />
|
||||
<meta property="og:site_name" content="Categories" />
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:image:width" content="2048">
|
||||
@ -146,8 +146,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,12 +2,12 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on Terminal</title>
|
||||
<link>http://example.org/categories/</link>
|
||||
<link>https://022385.xyz/categories/</link>
|
||||
<description>Recent content in Categories on Terminal</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://022385.xyz/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
|
@ -1 +1 @@
|
||||
<!DOCTYPE html><html><head><title>http://example.org/categories/</title><link rel="canonical" href="http://example.org/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/categories/" /></head></html>
|
||||
<!DOCTYPE html><html><head><title>https://022385.xyz/categories/</title><link rel="canonical" href="https://022385.xyz/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://022385.xyz/categories/" /></head></html>
|
Reference in New Issue
Block a user