mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Update
This commit is contained in:
+148
@@ -0,0 +1,148 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans|Marcellus+SC'>
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
|
||||
<link rel="stylesheet" href="http://replace-this-with-your-hugo-site.com/css/styles.css">
|
||||
<link rel="stylesheet" href="http://replace-this-with-your-hugo-site.com/css/custom.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://replace-this-with-your-hugo-site.com//index.xml">
|
||||
|
||||
|
||||
<title>Posts - My New Hugo Site</title>
|
||||
<meta property='og:title' content="Posts - My New Hugo Site">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:url" content="http://replace-this-with-your-hugo-site.com/post/">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="site">
|
||||
<nav class="navbar navbar-default">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="http://replace-this-with-your-hugo-site.com/">My New Hugo Site</a>
|
||||
</div>
|
||||
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="site">
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="list">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<header class="page-title">Posts</header>
|
||||
|
||||
|
||||
<article class="li">
|
||||
<header>
|
||||
<div class="date">Fri, Jul 29, 2016</div>
|
||||
<div class="title"><a href="http://replace-this-with-your-hugo-site.com/post/test/">test</a></div>
|
||||
</header>
|
||||
<div class="body"><p>This is a fucking test!</p>
|
||||
|
||||
<p><em>fuck you</em></p>
|
||||
|
||||
<ul>
|
||||
<li><p>and you</p></li>
|
||||
|
||||
<li><p>and <a href="www.baidu.com">you</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
|
||||
<aside class="site">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">LatestPosts</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="http://replace-this-with-your-hugo-site.com/post/test/" class="list-group-item">test</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">category</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">tag</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="site">
|
||||
<div class="container">
|
||||
<p>© 2016 My New Hugo Site</p>
|
||||
<p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
|
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Posts on My New Hugo Site</title>
|
||||
<link>http://replace-this-with-your-hugo-site.com/post/</link>
|
||||
<description>Recent content in Posts on My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 29 Jul 2016 17:28:27 -0400</lastBuildDate>
|
||||
<atom:link href="http://replace-this-with-your-hugo-site.com/post/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>test</title>
|
||||
<link>http://replace-this-with-your-hugo-site.com/post/test/</link>
|
||||
<pubDate>Fri, 29 Jul 2016 17:28:27 -0400</pubDate>
|
||||
|
||||
<guid>http://replace-this-with-your-hugo-site.com/post/test/</guid>
|
||||
<description><p>This is a fucking test!</p>
|
||||
|
||||
<p><em>fuck you</em></p>
|
||||
|
||||
<ul>
|
||||
<li><p>and you</p></li>
|
||||
|
||||
<li><p>and <a href="www.baidu.com">you</a></p></li>
|
||||
</ul>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="http://replace-this-with-your-hugo-site.com/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://replace-this-with-your-hugo-site.com/post/" /></head></html>
|
||||
@@ -0,0 +1,184 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans|Marcellus+SC'>
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
|
||||
<link rel="stylesheet" href="http://replace-this-with-your-hugo-site.com/css/styles.css">
|
||||
<link rel="stylesheet" href="http://replace-this-with-your-hugo-site.com/css/custom.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://replace-this-with-your-hugo-site.com//index.xml">
|
||||
|
||||
|
||||
<title>test - My New Hugo Site</title>
|
||||
<meta property='og:title' content="test - My New Hugo Site">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:url" content="http://replace-this-with-your-hugo-site.com/post/test/">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="site">
|
||||
<nav class="navbar navbar-default">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="http://replace-this-with-your-hugo-site.com/">My New Hugo Site</a>
|
||||
</div>
|
||||
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="site">
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
<div class="single">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
|
||||
<article class="single" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||
|
||||
<meta itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" content="http://replace-this-with-your-hugo-site.com/"/>
|
||||
<meta itemprop="dateModified" content="2016-07-29T17:28:27-04:00">
|
||||
<meta itemprop="headline" content="test">
|
||||
<meta itemprop="description" content="This is a fucking test! fuck you and you and you">
|
||||
<meta itemprop="url" content="http://replace-this-with-your-hugo-site.com/post/test/">
|
||||
<div itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
|
||||
<meta itemprop="url" content="http://replace-this-with-your-hugo-site.com/images/default.jpg" />
|
||||
<meta itemprop="width" content="800">
|
||||
<meta itemprop="height" content="800">
|
||||
</div>
|
||||
<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
|
||||
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
|
||||
<meta itemprop="url" content="http://replace-this-with-your-hugo-site.com/images/logo.jpg">
|
||||
<meta itemprop="width" content="100">
|
||||
<meta itemprop="height" content="100">
|
||||
</div>
|
||||
<meta itemprop="name" content="My New Hugo Site">
|
||||
</div>
|
||||
<div itemprop="author" itemscope itemtype="https://schema.org/Person">
|
||||
<meta itemprop="name" content="">
|
||||
</div>
|
||||
|
||||
<header class="article-header">
|
||||
<time itemprop="datePublished" pubdate="pubdate" datetime="2016-07-29T17:28:27-04:00">Fri, Jul 29, 2016</time>
|
||||
<h1 class="article-title">test</h1>
|
||||
</header>
|
||||
|
||||
<div class="article-body" itemprop="articleBody">
|
||||
<p>This is a fucking test!</p>
|
||||
|
||||
<p><em>fuck you</em></p>
|
||||
|
||||
<ul>
|
||||
<li><p>and you</p></li>
|
||||
|
||||
<li><p>and <a href="www.baidu.com">you</a></p></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside>
|
||||
|
||||
|
||||
<div class="section share">
|
||||
<a href="http://www.facebook.com/sharer.php?src=bm&u=http%3a%2f%2freplace-this-with-your-hugo-site.com%2fpost%2ftest%2f&t=test" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-facebook"></i></a>
|
||||
<a href="http://twitter.com/intent/tweet?url=http%3a%2f%2freplace-this-with-your-hugo-site.com%2fpost%2ftest%2f&text=test&tw_p=tweetbutton" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-twitter"></i></a>
|
||||
<a href="https://plus.google.com/share?url=http%3a%2f%2freplace-this-with-your-hugo-site.com%2fpost%2ftest%2f" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-google-plus"></i></a>
|
||||
<a href="http://getpocket.com/edit?url=http%3a%2f%2freplace-this-with-your-hugo-site.com%2fpost%2ftest%2f&title=test" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-get-pocket"></i></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
|
||||
<aside class="site">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">LatestPosts</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="http://replace-this-with-your-hugo-site.com/post/test/" class="list-group-item">test</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">category</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">tag</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="site">
|
||||
<div class="container">
|
||||
<p>© 2016 My New Hugo Site</p>
|
||||
<p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
|
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user