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:
@@ -1,3 +0,0 @@
|
||||
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
@@ -1,10 +0,0 @@
|
||||
+++
|
||||
date = "2016-07-29T17:10:30-04:00"
|
||||
draft = true
|
||||
title = "test"
|
||||
|
||||
+++
|
||||
|
||||
Hello this fucking world!
|
||||
|
||||
**joking**
|
||||
@@ -1,90 +0,0 @@
|
||||
<!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=Noticia+Text:400,700|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="https://codersherlock.github.io/css/styles.css">
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io/index.xml">
|
||||
|
||||
|
||||
<title>Categories - My New Hugo Site</title>
|
||||
<meta property='og:title' content="Categories - My New Hugo Site">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/categories/">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="l-header">
|
||||
<div class="p-logo">
|
||||
<a href="https://codersherlock.github.io/">My New Hugo Site</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
|
||||
<h1 class="p-page-title">Categories</h1>
|
||||
|
||||
<ul class="h-inline">
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<aside class="site">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<header>LatestPosts</header>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="l-footer">
|
||||
<p>© 1 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_robust" target="_blank" rel="nofollow">robust</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
||||
</footer>
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.1.3.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>
|
||||
|
||||
@@ -1,351 +0,0 @@
|
||||
/*
|
||||
* #eceff1
|
||||
* #b0bec5
|
||||
* #78909c
|
||||
*/
|
||||
|
||||
/* Reset */
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Noticia Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
|
||||
font-size: inherit;
|
||||
font-size: inherit;
|
||||
color: #000;
|
||||
line-height: 1rem;
|
||||
background-color: #eceff1;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a:hover, a:focus, a:active {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding: 0;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
li {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 ,h6 { margin: 0; }
|
||||
h1 { font-size: 1.6rem; line-height: 2rem; }
|
||||
h2 { font-size: 1.3rem; line-height: 2rem; }
|
||||
h3 { font-size: 1.1rem; line-height: 2rem; }
|
||||
h4 { font-size: 1rem; line-height: 1rem; }
|
||||
h5 { font-size: 1rem; line-height: 1rem; }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
h1 { font-size: 1.4rem; line-height: 1.5rem; }
|
||||
h2 { font-size: 1.2rem; line-height: 1.5rem; }
|
||||
}
|
||||
|
||||
|
||||
/* Override */
|
||||
#TableOfContents {
|
||||
font-size: .8rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
#TableOfContents a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#TableOfContents ul ul a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#TableOfContents>ul {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#TableOfContents>ul>li {
|
||||
font-weight: 900;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#TableOfContents>ul ul {
|
||||
padding-left: 0;
|
||||
font-weight: normal;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#TableOfContents>ul ul ul {
|
||||
padding-left: 1rem;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Layouts */
|
||||
.l-header {
|
||||
background-color: #fff;
|
||||
padding: 1.5rem 0;
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.l-footer {
|
||||
margin-top: 4rem;
|
||||
padding: 1rem 0;
|
||||
font-size: .8rem;
|
||||
color: #b0bec5;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.l-footer a {
|
||||
color: #78909c;
|
||||
}
|
||||
|
||||
/* Parts:logo */
|
||||
.p-logo a {
|
||||
font-family: 'Marcellus SC', cursive;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
/* Parts:menu */
|
||||
.p-menu {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.p-menu a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-menu ul {
|
||||
font-size: .8rem;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.p-menu ul a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-menu ul ul {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
/* Parts:share */
|
||||
.p-share {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.p-share a {
|
||||
display: inline-block;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
line-height: 2rem;
|
||||
background-color: #263238;
|
||||
border-radius: 100%;
|
||||
color: #eceff1;
|
||||
margin: 0 .5rem;
|
||||
}
|
||||
|
||||
/* Parts:page-title */
|
||||
.p-page-title {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
/* Parts:paging */
|
||||
.p-paging a {
|
||||
display: inline-block;
|
||||
line-height: 2rem;
|
||||
padding: 0 1rem;
|
||||
background-color: #b0bec5;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
|
||||
/* Parts:section */
|
||||
section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
section>header {
|
||||
margin-bottom: .5rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
section>div {
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
/* Parts:article */
|
||||
article {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
article>a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
article .image {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
article .date {
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
/* Parts:article:li */
|
||||
article.li {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
article.li .image {
|
||||
float: left;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
}
|
||||
|
||||
article.li footer {
|
||||
display: table-cell;
|
||||
height: 2.5rem;
|
||||
vertical-align: middle;
|
||||
padding-left: .5rem;
|
||||
}
|
||||
|
||||
article.li .date {
|
||||
font-size: .7rem;
|
||||
}
|
||||
|
||||
article.li .title {
|
||||
font-size: .8rem;
|
||||
line-height: 1rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* Parts:article:grid */
|
||||
article.grid {
|
||||
margin-bottom: 2rem;
|
||||
background-color: #fff;
|
||||
height: 24rem;
|
||||
max-height: 24rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
article.grid .image {
|
||||
min-height: 12rem;
|
||||
}
|
||||
|
||||
article.grid .title {
|
||||
margin-bottom: .5rem;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5rem;
|
||||
max-height: 4.5rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
article.grid .summary {
|
||||
color: #333;
|
||||
max-height: 4rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
article.grid footer {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
/* Parts:article:single */
|
||||
article.single {
|
||||
margin-bottom: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
article.single .image {
|
||||
min-height: 24rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
article.single .image {
|
||||
min-height: 12rem;
|
||||
}
|
||||
}
|
||||
|
||||
article.single aside {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
article.single .body {
|
||||
margin: 0 auto;
|
||||
margin-bottom: 2rem;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
article.single .body {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
article.single .body a {
|
||||
color: #78909c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
article.single .body p {
|
||||
margin: 1rem 0;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
article.single .body pre {
|
||||
margin: 1rem -2rem;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
font-size: .7rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
article.single .body pre code {
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
article.single .body pre {
|
||||
margin: 1rem -1rem;
|
||||
}
|
||||
article.single .body pre code {
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
article.single .body p>code {
|
||||
font-size: .8rem;
|
||||
line-height: 1rem;
|
||||
background-color: #eceff1;
|
||||
color: #78909c;
|
||||
}
|
||||
|
||||
article.single .body h1 { margin: 2rem 0; font-weight: 700; }
|
||||
article.single .body h2 { margin: 2rem 0; font-weight: 700; }
|
||||
article.single .body h3 { margin: 1rem 0; font-weight: 700; }
|
||||
|
||||
/* Helpers */
|
||||
ul.h-inline,
|
||||
ol.h-inline {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.h-inline li {
|
||||
display: inline-block;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 131 KiB |
@@ -1,92 +0,0 @@
|
||||
|
||||
<!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=Noticia+Text:400,700|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="https://codersherlock.github.io/css/styles.css">
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io/index.xml">
|
||||
|
||||
|
||||
<title>My New Hugo Site</title>
|
||||
<meta property='og:title' content="My New Hugo Site">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="l-header">
|
||||
<div class="p-logo">
|
||||
<a href="https://codersherlock.github.io/">My New Hugo Site</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
|
||||
<div class="row">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<aside class="site">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<header>LatestPosts</header>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="l-footer">
|
||||
<p>© 1 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_robust" target="_blank" rel="nofollow">robust</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
||||
</footer>
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.1.3.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>
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>My New Hugo Site </title>
|
||||
<link>https://CoderSherlock.github.io/</link>
|
||||
<language>en-us</language>
|
||||
<author></author>
|
||||
<rights>(C) 1</rights>
|
||||
<updated>0001-01-01 00:00:00 +0000 UTC</updated>
|
||||
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -1 +0,0 @@
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="https://CoderSherlock.github.io/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=https://CoderSherlock.github.io/" /></head></html>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<url>
|
||||
<loc>https://codersherlock.github.io/</loc>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
@@ -1,90 +0,0 @@
|
||||
<!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=Noticia+Text:400,700|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="https://codersherlock.github.io/css/styles.css">
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io/index.xml">
|
||||
|
||||
|
||||
<title>Tags - My New Hugo Site</title>
|
||||
<meta property='og:title' content="Tags - My New Hugo Site">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/tags/">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="l-header">
|
||||
<div class="p-logo">
|
||||
<a href="https://codersherlock.github.io/">My New Hugo Site</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
|
||||
<h1 class="p-page-title">Tags</h1>
|
||||
|
||||
<ul class="h-inline">
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<aside class="site">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<header>LatestPosts</header>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="l-footer">
|
||||
<p>© 1 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_robust" target="_blank" rel="nofollow">robust</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
||||
</footer>
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.1.3.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>
|
||||
|
||||
Submodule CoderSherlock/themes/hugo_theme_robust deleted from 69ce3f191a
+72
-36
@@ -5,13 +5,13 @@
|
||||
<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=Noticia+Text:400,700|Marcellus+SC'>
|
||||
<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="https://codersherlock.github.io/css/styles.css">
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io/index.xml">
|
||||
<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>Categories - My New Hugo Site</title>
|
||||
@@ -19,69 +19,105 @@
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/categories/">
|
||||
<meta property="og:url" content="http://replace-this-with-your-hugo-site.com/categories/">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<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>
|
||||
|
||||
<header class="l-header">
|
||||
<div class="p-logo">
|
||||
<a href="https://codersherlock.github.io/">My New Hugo Site</a>
|
||||
</div>
|
||||
</header>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="site">
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="list terms">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-8">
|
||||
|
||||
<h1 class="p-page-title">Categories</h1>
|
||||
<header class="page-title">Categories</header>
|
||||
|
||||
<ul class="h-inline">
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
|
||||
<div class="col-md-3">
|
||||
<aside class="site">
|
||||
<aside class="site">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">LatestPosts</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<header>LatestPosts</header>
|
||||
<div>
|
||||
<a href="http://replace-this-with-your-hugo-site.com/post/test/" class="list-group-item">test</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</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>
|
||||
</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>
|
||||
|
||||
<footer class="l-footer">
|
||||
<p>© 1 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_robust" target="_blank" rel="nofollow">robust</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
||||
</footer>
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.1.3.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>
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/* Please override here. */
|
||||
|
||||
+168
-303
@@ -1,351 +1,216 @@
|
||||
/*
|
||||
* #eceff1
|
||||
* #b0bec5
|
||||
* #78909c
|
||||
*/
|
||||
|
||||
/* Reset */
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Noticia Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
|
||||
font-size: inherit;
|
||||
font-family: 'Open Sans', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: inherit;
|
||||
color: #000;
|
||||
line-height: 1rem;
|
||||
background-color: #eceff1;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
@media (max-width: 768px) {
|
||||
html {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover, a:focus, a:active {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
p {
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding: 0;
|
||||
padding-left: 1.5rem;
|
||||
a {
|
||||
transition-duration: .2s;
|
||||
}
|
||||
|
||||
li {
|
||||
line-height: 1.5rem;
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
a.tag {
|
||||
font-size: .8rem;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
a.tag:hover {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
code:not(.hljs) {
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 ,h6 { margin: 0; }
|
||||
h1 { font-size: 1.6rem; line-height: 2rem; }
|
||||
h2 { font-size: 1.3rem; line-height: 2rem; }
|
||||
h3 { font-size: 1.1rem; line-height: 2rem; }
|
||||
h4 { font-size: 1rem; line-height: 1rem; }
|
||||
h5 { font-size: 1rem; line-height: 1rem; }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
h1 { font-size: 1.4rem; line-height: 1.5rem; }
|
||||
h2 { font-size: 1.2rem; line-height: 1.5rem; }
|
||||
.share {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.share a {
|
||||
display: inline-block;
|
||||
color: #999;
|
||||
padding: 0 .5rem;
|
||||
}
|
||||
|
||||
/* Override */
|
||||
#TableOfContents {
|
||||
header.site nav.navbar {
|
||||
border-radius: 0;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
header.site .navbar-default .navbar-nav>li>a {
|
||||
font-size: .8rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
#TableOfContents a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#TableOfContents ul ul a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#TableOfContents>ul {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#TableOfContents>ul>li {
|
||||
font-weight: 900;
|
||||
header.page-title {
|
||||
font-size: 1.6rem;
|
||||
line-height: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#TableOfContents>ul ul {
|
||||
padding-left: 0;
|
||||
font-weight: normal;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#TableOfContents>ul ul ul {
|
||||
padding-left: 1rem;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Layouts */
|
||||
.l-header {
|
||||
background-color: #fff;
|
||||
padding: 1.5rem 0;
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.l-footer {
|
||||
margin-top: 4rem;
|
||||
padding: 1rem 0;
|
||||
font-size: .8rem;
|
||||
color: #b0bec5;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.l-footer a {
|
||||
color: #78909c;
|
||||
}
|
||||
|
||||
/* Parts:logo */
|
||||
.p-logo a {
|
||||
font-family: 'Marcellus SC', cursive;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
/* Parts:menu */
|
||||
.p-menu {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.p-menu a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-menu ul {
|
||||
font-size: .8rem;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.p-menu ul a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-menu ul ul {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
/* Parts:share */
|
||||
.p-share {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.p-share a {
|
||||
display: inline-block;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
line-height: 2rem;
|
||||
background-color: #263238;
|
||||
border-radius: 100%;
|
||||
color: #eceff1;
|
||||
margin: 0 .5rem;
|
||||
}
|
||||
|
||||
/* Parts:page-title */
|
||||
.p-page-title {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
/* Parts:paging */
|
||||
.p-paging a {
|
||||
display: inline-block;
|
||||
line-height: 2rem;
|
||||
padding: 0 1rem;
|
||||
background-color: #b0bec5;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
|
||||
/* Parts:section */
|
||||
section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
section>header {
|
||||
margin-bottom: .5rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
section>div {
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
/* Parts:article */
|
||||
article {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
article>a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
article .image {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
article .date {
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
/* Parts:article:li */
|
||||
article.li {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
article.li .image {
|
||||
float: left;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
}
|
||||
|
||||
article.li footer {
|
||||
display: table-cell;
|
||||
height: 2.5rem;
|
||||
vertical-align: middle;
|
||||
padding-left: .5rem;
|
||||
}
|
||||
|
||||
article.li .date {
|
||||
font-size: .7rem;
|
||||
}
|
||||
|
||||
article.li .title {
|
||||
font-size: .8rem;
|
||||
line-height: 1rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* Parts:article:grid */
|
||||
article.grid {
|
||||
margin-bottom: 2rem;
|
||||
background-color: #fff;
|
||||
height: 24rem;
|
||||
max-height: 24rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
article.grid .image {
|
||||
min-height: 12rem;
|
||||
}
|
||||
|
||||
article.grid .title {
|
||||
margin-bottom: .5rem;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5rem;
|
||||
max-height: 4.5rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
article.grid .summary {
|
||||
color: #333;
|
||||
max-height: 4rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
article.grid footer {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
/* Parts:article:single */
|
||||
article.single {
|
||||
margin-bottom: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
article.single .image {
|
||||
min-height: 24rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
article.single .image {
|
||||
min-height: 12rem;
|
||||
}
|
||||
}
|
||||
|
||||
article.single aside {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
article.single .body {
|
||||
margin: 0 auto;
|
||||
margin-bottom: 2rem;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
article.single .body {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
article.single .body a {
|
||||
color: #78909c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
article.single .body p {
|
||||
margin: 1rem 0;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
article.single .body pre {
|
||||
margin: 1rem -2rem;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
font-size: .7rem;
|
||||
article.li .date {
|
||||
font-size: .8rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
article.single .body pre code {
|
||||
padding: 1rem 2rem;
|
||||
article.li .title {
|
||||
font-size: 1.4rem;
|
||||
line-height: 2rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
article.li .body {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
article.single .article-header {
|
||||
margin: 1rem 0 2rem 0;
|
||||
}
|
||||
|
||||
article.single .article-header time {
|
||||
font-size: .8rem;
|
||||
line-height: 1rem;
|
||||
display: block;
|
||||
}
|
||||
|
||||
article.single .article-title {
|
||||
margin: 0;
|
||||
font-size: 1.4rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
article.single .article-body {
|
||||
max-width: 650px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 1rem;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
article.single .body pre {
|
||||
margin: 1rem -1rem;
|
||||
}
|
||||
article.single .body pre code {
|
||||
padding: 1rem 1rem;
|
||||
article.single .article-body {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
article.single .body p>code {
|
||||
article.single .article-body h1,
|
||||
article.single .article-body h2,
|
||||
article.single .article-body h3,
|
||||
article.single .article-body h4,
|
||||
article.single .article-body h5,
|
||||
article.single .article-body h6 {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
article.single h1 { font-size: 1.6rem; line-height: 2.4rem; }
|
||||
article.single h2 { font-size: 1.4rem; line-height: 2.1rem; }
|
||||
article.single h3 { font-size: 1.1rem; line-height: 1.7rem; }
|
||||
article.single h4 { font-size: 1rem; line-height: 1.5rem; }
|
||||
article.single h5 { font-size: 1rem; line-height: 1.5rem; }
|
||||
|
||||
article.single .article-body h1:first-child,
|
||||
article.single .article-body h2:first-child,
|
||||
article.single .article-body h3:first-child,
|
||||
article.single .article-body h4:first-child,
|
||||
article.single .article-body h5:first-child,
|
||||
article.single .article-body h6:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
article.single .article-body h1 {
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 1rem;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
article.single .article-body h2 {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
article.single .article-body h3,
|
||||
article.single .article-body h4,
|
||||
article.single .article-body h5,
|
||||
article.single .article-body h6 {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
article.single .article-body p {
|
||||
line-height: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
article.single .article-body blockquote {
|
||||
padding: .5rem;
|
||||
font-size: .8rem;
|
||||
border-left: none;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
article.single .article-body blockquote p {
|
||||
line-height: 1rem;
|
||||
background-color: #eceff1;
|
||||
color: #78909c;
|
||||
}
|
||||
|
||||
article.single .body h1 { margin: 2rem 0; font-weight: 700; }
|
||||
article.single .body h2 { margin: 2rem 0; font-weight: 700; }
|
||||
article.single .body h3 { margin: 1rem 0; font-weight: 700; }
|
||||
|
||||
/* Helpers */
|
||||
ul.h-inline,
|
||||
ol.h-inline {
|
||||
padding-left: 0;
|
||||
article.single .article-body blockquote p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.h-inline li {
|
||||
display: inline-block;
|
||||
margin-right: .5rem;
|
||||
article.single .article-body pre {
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
article.single aside {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
article.single aside {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
article.single aside .section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
footer.site {
|
||||
padding: 3rem 0;
|
||||
}
|
||||
|
||||
footer.site p {
|
||||
font-size: .8rem;
|
||||
margin-bottom: .5rem;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 131 KiB |
+90
-36
@@ -1,4 +1,3 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
@@ -6,13 +5,13 @@
|
||||
<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=Noticia+Text:400,700|Marcellus+SC'>
|
||||
<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="https://codersherlock.github.io/css/styles.css">
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io/index.xml">
|
||||
<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>My New Hugo Site</title>
|
||||
@@ -20,70 +19,125 @@
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/">
|
||||
<meta property="og:url" content="http://replace-this-with-your-hugo-site.com/">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<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>
|
||||
|
||||
<header class="l-header">
|
||||
<div class="p-logo">
|
||||
<a href="https://codersherlock.github.io/">My New Hugo Site</a>
|
||||
</div>
|
||||
</header>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="site">
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="index">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-8">
|
||||
|
||||
<div class="row">
|
||||
<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>
|
||||
<div class="col-md-4">
|
||||
|
||||
<div class="col-md-3">
|
||||
<aside class="site">
|
||||
<aside class="site">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">LatestPosts</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<header>LatestPosts</header>
|
||||
<div>
|
||||
<a href="http://replace-this-with-your-hugo-site.com/post/test/" class="list-group-item">test</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</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>
|
||||
</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>
|
||||
|
||||
<footer class="l-footer">
|
||||
<p>© 1 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_robust" target="_blank" rel="nofollow">robust</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
||||
</footer>
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.1.3.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>
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,14 +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>My New Hugo Site </title>
|
||||
<link>https://CoderSherlock.github.io/</link>
|
||||
<title>My New Hugo Site</title>
|
||||
<link>http://replace-this-with-your-hugo-site.com/</link>
|
||||
<description>Recent content on My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<author></author>
|
||||
<rights>(C) 1</rights>
|
||||
<updated>0001-01-01 00:00:00 +0000 UTC</updated>
|
||||
<lastBuildDate>Fri, 29 Jul 2016 17:28:27 -0400</lastBuildDate>
|
||||
<atom:link href="http://replace-this-with-your-hugo-site.com/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>
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="https://CoderSherlock.github.io/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=https://CoderSherlock.github.io/" /></head></html>
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="http://replace-this-with-your-hugo-site.com/"/><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/" /></head></html>
|
||||
+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>
|
||||
|
||||
+7
-1
@@ -2,7 +2,13 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<url>
|
||||
<loc>https://codersherlock.github.io/</loc>
|
||||
<loc>http://replace-this-with-your-hugo-site.com/</loc>
|
||||
<lastmod>2016-07-29T17:28:27-04:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://replace-this-with-your-hugo-site.com/post/test/</loc>
|
||||
<lastmod>2016-07-29T17:28:27-04:00</lastmod>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
+72
-36
@@ -5,13 +5,13 @@
|
||||
<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=Noticia+Text:400,700|Marcellus+SC'>
|
||||
<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="https://codersherlock.github.io/css/styles.css">
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io/index.xml">
|
||||
<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>Tags - My New Hugo Site</title>
|
||||
@@ -19,69 +19,105 @@
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/tags/">
|
||||
<meta property="og:url" content="http://replace-this-with-your-hugo-site.com/tags/">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<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>
|
||||
|
||||
<header class="l-header">
|
||||
<div class="p-logo">
|
||||
<a href="https://codersherlock.github.io/">My New Hugo Site</a>
|
||||
</div>
|
||||
</header>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="site">
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="list terms">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-8">
|
||||
|
||||
<h1 class="p-page-title">Tags</h1>
|
||||
<header class="page-title">Tags</header>
|
||||
|
||||
<ul class="h-inline">
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
|
||||
<div class="col-md-3">
|
||||
<aside class="site">
|
||||
<aside class="site">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title">LatestPosts</h2>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<header>LatestPosts</header>
|
||||
<div>
|
||||
<a href="http://replace-this-with-your-hugo-site.com/post/test/" class="list-group-item">test</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</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>
|
||||
</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>
|
||||
|
||||
<footer class="l-footer">
|
||||
<p>© 1 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_robust" target="_blank" rel="nofollow">robust</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
||||
</footer>
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.1.3.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>
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user