-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
19,424 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>关于SRE精英联盟 on SRE精英联盟 | 引领、研究、发展SRE</title><link>https://www.sre-elite.com/about/</link><description>Recent content in 关于SRE精英联盟 on SRE精英联盟 | 引领、研究、发展SRE</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><atom:link href="https://www.sre-elite.com/about/index.xml" rel="self" type="application/rss+xml"/></channel></rss> | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>关于SRE精英联盟 on SRE精英联盟 | 引领、研究、发展SRE</title> | ||
<link>http://localhost:1313/about/</link> | ||
<description>Recent content in 关于SRE精英联盟 on SRE精英联盟 | 引领、研究、发展SRE</description> | ||
<generator>Hugo 0.125.2</generator> | ||
<language>zh-cn</language> | ||
<atom:link href="http://localhost:1313/about/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Authors on SRE精英联盟 | 引领、研究、发展SRE</title><link>https://www.sre-elite.com/author/</link><description>Recent content in Authors on SRE精英联盟 | 引领、研究、发展SRE</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><atom:link href="https://www.sre-elite.com/author/index.xml" rel="self" type="application/rss+xml"/><item><title>John doe</title><link>https://www.sre-elite.com/author/john-doe/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.sre-elite.com/author/john-doe/</guid><description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue.</description></item><item><title>Mark Dinn</title><link>https://www.sre-elite.com/author/mark-dinn/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.sre-elite.com/author/mark-dinn/</guid><description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue.</description></item></channel></rss> | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Authors on SRE精英联盟 | 引领、研究、发展SRE</title> | ||
<link>http://localhost:1313/author/</link> | ||
<description>Recent content in Authors on SRE精英联盟 | 引领、研究、发展SRE</description> | ||
<generator>Hugo 0.125.2</generator> | ||
<language>zh-cn</language> | ||
<atom:link href="http://localhost:1313/author/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>John doe</title> | ||
<link>http://localhost:1313/author/john-doe/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
<guid>http://localhost:1313/author/john-doe/</guid> | ||
<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue.</description> | ||
</item> | ||
<item> | ||
<title>Mark Dinn</title> | ||
<link>http://localhost:1313/author/mark-dinn/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
<guid>http://localhost:1313/author/mark-dinn/</guid> | ||
<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue.</description> | ||
</item> | ||
</channel> | ||
</rss> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
<!doctype html><html lang=zh-cn><head><title>https://www.sre-elite.com/author/</title> | ||
<link rel=canonical href=https://www.sre-elite.com/author/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.sre-elite.com/author/"></head></html> | ||
<!DOCTYPE html> | ||
<html lang="zh-cn"> | ||
<head> | ||
<title>http://localhost:1313/author/</title> | ||
<link rel="canonical" href="http://localhost:1313/author/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/author/"> | ||
</head> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.