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:
+76
-40
@@ -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,71 +19,107 @@
|
||||
<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">
|
||||
|
||||
<aside class="site">
|
||||
|
||||
<div class="col-md-3">
|
||||
<aside class="site">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<header>LatestPosts</header>
|
||||
<div>
|
||||
<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>
|
||||
</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>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user