Skip to content

Commit 8ca0502

Browse files
author
ExodusCat
committedOct 23, 2019
public
1 parent 5218dcb commit 8ca0502

31 files changed

+2068
-6
lines changed
 

‎about/index.html

Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
5+
<title>About :: Terminal — A simple, retro theme for Hugo</title>
6+
7+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
9+
<meta name="description" content="Hi there My name is Radek and I&amp;rsquo;m the author of this theme. I made it to help you present your ideas easier.
10+
We all know how hard is to start something on the web, especially these days. You need to prepare a bunch of stuff, configure them and when that’s done — create the content.
11+
This theme is pretty basic and covers all of the essentials. All you have to do is start typing!"/>
12+
<meta name="keywords" content=""/>
13+
<meta name="robots" content="noodp"/>
14+
<link rel="canonical" href="/about/" />
15+
16+
17+
<link rel="stylesheet" href="/assets/style.css">
18+
19+
20+
21+
22+
23+
24+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/apple-touch-icon-144-precomposed.png">
25+
26+
<link rel="shortcut icon" href="/img/favicon/orange.png">
27+
28+
29+
30+
<meta name="twitter:card" content="summary" />
31+
<meta name="twitter:title" content="About :: Terminal — A simple, retro theme for Hugo" />
32+
<meta name="twitter:description" content="Hi there My name is Radek and I&amp;rsquo;m the author of this theme. I made it to help you present your ideas easier.
33+
We all know how hard is to start something on the web, especially these days. You need to prepare a bunch of stuff, configure them and when that’s done — create the content.
34+
This theme is pretty basic and covers all of the essentials. All you have to do is start typing!" />
35+
<meta name="twitter:site" content="/" />
36+
<meta name="twitter:creator" content="Radek" />
37+
<meta name="twitter:image" content="">
38+
39+
40+
<meta property="og:locale" content="en" />
41+
<meta property="og:type" content="article" />
42+
<meta property="og:title" content="About :: Terminal — A simple, retro theme for Hugo">
43+
<meta property="og:description" content="Hi there My name is Radek and I&amp;rsquo;m the author of this theme. I made it to help you present your ideas easier.
44+
We all know how hard is to start something on the web, especially these days. You need to prepare a bunch of stuff, configure them and when that’s done — create the content.
45+
This theme is pretty basic and covers all of the essentials. All you have to do is start typing!" />
46+
<meta property="og:url" content="/about/" />
47+
<meta property="og:site_name" content="About" />
48+
<meta property="og:image" content="">
49+
<meta property="og:image:width" content="2048">
50+
<meta property="og:image:height" content="1024">
51+
52+
<meta property="article:published_time" content="2019-01-25 00:00:00 &#43;0000 UTC" />
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
</head>
65+
<body class="">
66+
67+
68+
<div class="container center">
69+
70+
<header class="header">
71+
<div class="header__inner">
72+
<div class="header__logo">
73+
<a href="/">
74+
<div class="logo">
75+
Terminal
76+
</div>
77+
</a>
78+
79+
</div>
80+
<div class="menu-trigger">menu</div>
81+
</div>
82+
83+
<nav class="menu">
84+
<ul class="menu__inner menu__inner--desktop">
85+
86+
87+
88+
<li><a href="/about">About</a></li>
89+
90+
91+
92+
<li><a href="/showcase">Showcase</a></li>
93+
94+
95+
96+
97+
98+
99+
</ul>
100+
101+
<ul class="menu__inner menu__inner--mobile">
102+
103+
104+
<li><a href="/about">About</a></li>
105+
106+
107+
108+
<li><a href="/showcase">Showcase</a></li>
109+
110+
111+
112+
</ul>
113+
</nav>
114+
115+
116+
</header>
117+
118+
119+
<div class="content">
120+
121+
<div class="post">
122+
<h1 class="post-title">
123+
<a href="/about/">About</a></h1>
124+
<div class="post-meta">
125+
126+
<span class="post-date">
127+
2019-01-25
128+
</span>
129+
130+
131+
<span class="post-author">::
132+
Radek
133+
</span>
134+
135+
</div>
136+
137+
138+
139+
140+
141+
<div class="post-content">
142+
143+
144+
<h1 id="hi-there">Hi there</h1>
145+
146+
<p>My name is Radek and I&rsquo;m the author of this theme. I made it to help you present your ideas easier.</p>
147+
148+
<p>We all know how hard is to start something on the web, especially these days. You need to prepare a bunch of stuff, configure them and when that’s done — create the content.</p>
149+
150+
<p>This theme is pretty basic and covers all of the essentials. All you have to do is start typing!</p>
151+
152+
<p>The theme includes:</p>
153+
154+
<ul>
155+
<li><strong>5 duotone themes</strong>, depending on your preferences (orange, red, blue, green, pink)</li>
156+
<li><a href="https://github.com/tonsky/FiraCode"><strong>Fira Code</strong></a> as default monospaced font. It&rsquo;s gorgeous!</li>
157+
<li><strong>realy nice, custom duotone</strong> syntax highlighting based on <a href="https://prismjs.com"><strong>PrismJS</strong></a></li>
158+
<li>mobile friendly layout</li>
159+
</ul>
160+
161+
<p>So, there you have it&hellip; enjoy!</p>
162+
163+
</div>
164+
165+
<div class="pagination">
166+
<div class="pagination__title">
167+
<span
168+
class="pagination__title-h">Read other posts</span>
169+
<hr />
170+
</div>
171+
<div class="pagination__buttons">
172+
173+
174+
<span class="button next">
175+
<a href="/showcase/">
176+
<span class="button__text">Showcase</span>
177+
<span class="button__icon"></span>
178+
</a>
179+
</span>
180+
181+
</div>
182+
</div>
183+
184+
185+
186+
187+
</div>
188+
189+
</div>
190+
191+
192+
<footer class="footer">
193+
<div class="footer__inner">
194+
195+
<div class="copyright">
196+
<span>© 2019 Powered by <a href="http://gohugo.io">Hugo</a></span>
197+
198+
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
199+
</div>
200+
</div>
201+
</footer>
202+
203+
<script src="/assets/main.js"></script>
204+
<script src="/assets/prism.js"></script>
205+
206+
207+
208+
209+
210+
211+
</div>
212+
213+
</body>
214+
</html>
108 KB
Binary file not shown.
100 KB
Binary file not shown.

‎assets/blue.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)