-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
163 lines (126 loc) · 7.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en" >
<head>
<meta name="generator" content="Hugo 0.80.0" />
<title>Newsroom</title>
<meta charset='utf-8'>
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="Newsroom">
<meta property="og:locale" content='en)_US'>
<meta property="og:type" content="article">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:url" content="https://bchwtz.github.io/">
<meta property="og:image" content="images/%!s()">
<link rel="canonical" href="https://bchwtz.github.io/"><link rel="apple-touch-icon" sizes="180x180" href='https://bchwtz.github.io/images/icons/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://bchwtz.github.io/images/icons/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://bchwtz.github.io/images/icons/favicon-16x16.png'>
<link rel="manifest" href='https://bchwtz.github.io/images/icons/site.webmanifest'>
<link rel="stylesheet" href="https://bchwtz.github.io/css/styles.86c6da248e485cdc7f340baeb04c29cf0499e12a33a387104028f046c1d4ba15aa3ef8a4bf8f44a2fba7f0263053fa54dc4d2f2baa3d6c8ebb3c69f7bdbded2b.css" integrity="sha512-hsbaJI5IXNx/NAuusEwpzwSZ4Sozo4cQQCjwRsHUuhWqPvikv49Eovun8CYwU/pU3E0vK6o9bI67PGn3vb3tKw==">
</head>
<body>
<div class="nav-drop">
<div class="nav-body">
<a href="https://bchwtz.github.io/about/" class="nav_item">About</a>
<a href="https://bchwtz.github.io/" class="nav_item">Blog</a>
<a href="https://bchwtz.github.io/categories" class="nav_item">Category</a>
<a href="https://bchwtz.github.io/tags" class="nav_item">Tag</a>
<div class="nav-close"></div><div class="color_mode">
<label for="mode">Toggle Dark Mode</label>
<input type="checkbox" class="color_choice" id="mode">
</div>
</div>
</div>
<header class="nav">
<nav class="nav-menu">
<a href="https://bchwtz.github.io/" class="nav-brand nav_item">Newsroom</a>
<div class="nav_bar-wrap">
<div class="nav_bar"></div>
</div>
</nav>
</header>
<main>
<div class = 'wrap pt-2 mt-2'>
<article class = 'article mb-2'>
<a href = 'https://bchwtz.github.io/post/emoji-support/' class = 'grid-reverse' >
<div class = 'article_thumb' style='background-image: url(https://bchwtz.github.io/images/artist.jpg)'></div>
<div class = 'article_meta center_y '>
<time class = 'post_date'>March 05, 2019</time>
<h3 class = 'article_title'>Emoji Support</h3>
<div class = 'article_excerpt visible '>
<p><p>Emoji can be enabled in a Hugo project in a number of ways.</p></p>
</div>
</div>
</a>
</article><div class = 'grid-2 article_showcase'>
<article class = 'article mb-2'>
<a href = 'https://bchwtz.github.io/post/creating-a-new-theme/' >
<div class = 'article_thumb' style='background-image: url(https://bchwtz.github.io/images/boy.jpg)'></div>
<div class = 'article_meta '>
<time class = 'post_date'>September 28, 2014</time>
<h3 class = 'article_title'>Creating a New Theme</h3>
<div class = 'article_excerpt '>
<p>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are …</p>
</div>
</div>
</a>
</article>
<article class = 'article mb-2'>
<a href = 'https://bchwtz.github.io/post/goisforlovers/' >
<div class = 'article_thumb' style='background-image: url(https://bchwtz.github.io/images/artist.jpg)'></div>
<div class = 'article_meta '>
<time class = 'post_date'>April 02, 2014</time>
<h3 class = 'article_title'>(Hu)go Template Primer</h3>
<div class = 'article_excerpt '>
<p>Hugo uses the excellent Go html/template library for its template engine. It is an extremely …</p>
</div>
</div>
</a>
</article>
<article class = 'article mb-2'>
<a href = 'https://bchwtz.github.io/post/hugoisforlovers/' >
<div class = 'article_thumb' style='background-image: url(https://bchwtz.github.io/images/stuck.jpg)'></div>
<div class = 'article_meta '>
<time class = 'post_date'>April 02, 2014</time>
<h3 class = 'article_title'>Getting Started with Hugo</h3>
<div class = 'article_excerpt '>
<p>Step 1. Install Hugo Go to Hugo releases and download the appropriate version for your OS and …</p>
</div>
</div>
</a>
</article>
<article class = 'article mb-2'>
<a href = 'https://bchwtz.github.io/post/migrate-from-jekyll/' >
<div class = 'article_thumb' style='background-image: url(https://bchwtz.github.io/images/speakers.jpg)'></div>
<div class = 'article_meta '>
<time class = 'post_date'>March 10, 2014</time>
<h3 class = 'article_title'>Migrate to Hugo from Jekyll</h3>
<div class = 'article_excerpt '>
<p>Move static content to static Jekyll has a rule that any directory not starting with _ will be …</p>
</div>
</div>
</a>
</article>
</div>
<a href = 'https://bchwtz.github.io/post/' class = 'post_nav'><span class = 'post_next'>View Archive
<svg class="icon icon_scale">
<use xlink:href="#double-arrow"></use>
</svg>
</span></a>
</main>
<footer class="footer wrap pale">
<p>© <span class="year"></span> Newsroom</p>
<p class="attribution upcase">Designed by <a href = 'https://www.linkedin.com/in/dan-weru-profile/' target = '_blank' title = 'Linkedin Profile' rel = 'nonopener'>Weru</a></p>
</footer>
<script src="https://bchwtz.github.io/js/index.min.bce7a3c04174f09c6b27b71bd59a122f952bdeee3d495bfb6d9c735388cdd9621266cc14b2ff0c985a51da7218eff5f42f997315224a955c3f24ef1f4dbb9827.js"></script>
<svg width="0" height="0" class="hidden">
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 699.428 699.428" id="copy">
<path d="M502.714 0H240.428C194.178 0 153 42.425 153 87.429l-25.267.59c-46.228 0-84.019 41.834-84.019 86.838V612c0 45.004 41.179 87.428 87.429 87.428H459c46.249 0 87.428-42.424 87.428-87.428h21.857c46.25 0 87.429-42.424 87.429-87.428v-349.19L502.714 0zM459 655.715H131.143c-22.95 0-43.714-21.441-43.714-43.715V174.857c0-22.272 18.688-42.993 41.638-42.993l23.933-.721v393.429C153 569.576 194.178 612 240.428 612h262.286c0 22.273-20.765 43.715-43.714 43.715zm153-131.143c0 22.271-20.765 43.713-43.715 43.713H240.428c-22.95 0-43.714-21.441-43.714-43.713V87.429c0-22.272 20.764-43.714 43.714-43.714H459c-.351 50.337 0 87.975 0 87.975 0 45.419 40.872 86.882 87.428 86.882H612v306zm-65.572-349.715c-23.277 0-43.714-42.293-43.714-64.981V44.348L612 174.857h-65.572zm-43.714 131.537H306c-12.065 0-21.857 9.77-21.857 21.835 0 12.065 9.792 21.835 21.857 21.835h196.714c12.065 0 21.857-9.771 21.857-21.835 0-12.065-9.792-21.835-21.857-21.835zm0 109.176H306c-12.065 0-21.857 9.77-21.857 21.834 0 12.066 9.792 21.836 21.857 21.836h196.714c12.065 0 21.857-9.77 21.857-21.836 0-12.064-9.792-21.834-21.857-21.834z"></path>
</symbol>
<symbol viewBox="0 0 53 42" xmlns="http://www.w3.org/2000/svg" id="double-arrow">
<path d="M.595 39.653a1.318 1.318 0 0 1 0-1.864L16.55 21.833a1.318 1.318 0 0 0 0-1.863L.595 4.014a1.318 1.318 0 0 1 0-1.863L2.125.62a1.318 1.318 0 0 1 1.864 0l19.35 19.349a1.318 1.318 0 0 1 0 1.863l-19.35 19.35a1.318 1.318 0 0 1-1.863 0zm29 0a1.318 1.318 0 0 1 0-1.864L45.55 21.833a1.318 1.318 0 0 0 0-1.863L29.595 4.014a1.318 1.318 0 0 1 0-1.863l1.53-1.53a1.318 1.318 0 0 1 1.864 0l19.35 19.349a1.318 1.318 0 0 1 0 1.863l-19.35 19.35a1.318 1.318 0 0 1-1.863 0z"></path>
</symbol>
</svg>
</body>
</html>