Skip to content

Commit bfad412

Browse files
committed
release of site
1 parent f912ae9 commit bfad412

File tree

16 files changed

+922
-2
lines changed

16 files changed

+922
-2
lines changed

.DS_Store

8 KB
Binary file not shown.

404.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

categories/index.html

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="generator" content="Hugo 0.16" />
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
8+
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Noticia+Text:400,700|Marcellus+SC'>
9+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
10+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
11+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
12+
<link rel="stylesheet" href="http://hugo.fullworks.net/css/styles.css">
13+
<link rel="stylesheet" href="http://hugo.fullworks.net/css/custom.css">
14+
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://hugo.fullworks.net/index.xml">
15+
16+
17+
<title>Categories - Landing Page</title>
18+
<meta property='og:title' content="Categories - Landing Page">
19+
<meta property="og:type" content="article">
20+
21+
22+
<meta property="og:url" content="http://hugo.fullworks.net/categories/">
23+
24+
25+
26+
27+
</head>
28+
29+
<body>
30+
31+
<header class="l-header">
32+
<div class="p-logo">
33+
<a href="http://hugo.fullworks.net/">Landing Page</a>
34+
</div>
35+
</header>
36+
37+
38+
39+
<div class="container">
40+
<div class="row">
41+
<div class="col-md-9">
42+
43+
<h1 class="p-page-title">Categories</h1>
44+
45+
<ul class="h-inline">
46+
47+
</ul>
48+
49+
</div>
50+
51+
<div class="col-md-3">
52+
<aside class="site">
53+
54+
55+
56+
57+
58+
<section>
59+
<header>LatestPosts</header>
60+
<div>
61+
62+
<article class="li">
63+
<a href="http://hugo.fullworks.net/post/good-to-great/" class="clearfix">
64+
<div class="image" style="background-image: url(http://hugo.fullworks.net/images/bookshelf.png);"></div>
65+
<footer>
66+
<div class="date">
67+
<time>Thu, Jul 28, 2016</time>
68+
</div>
69+
<h2 class="title">good to great</h2>
70+
</footer>
71+
</a>
72+
</article>
73+
74+
75+
</div>
76+
</section>
77+
78+
79+
<section>
80+
<header>category</header>
81+
<div>
82+
<ul>
83+
84+
</ul>
85+
</div>
86+
</section>
87+
88+
<section>
89+
<header>tag</header>
90+
<div>
91+
<ul>
92+
93+
</ul>
94+
</div>
95+
</section>
96+
97+
98+
</aside>
99+
100+
</div>
101+
102+
</div>
103+
104+
</div>
105+
106+

css/custom.css

Whitespace-only changes.

0 commit comments

Comments
 (0)