Skip to content

Commit 24593da

Browse files
author
Nex
committed
rebuilding site Wed May 26 14:17:30 EDT 2021
1 parent b938273 commit 24593da

File tree

165 files changed

+23979
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+23979
-0
lines changed

public/404.html

Lines changed: 413 additions & 0 deletions
Large diffs are not rendered by default.

public/about/index.html

Lines changed: 256 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
5+
<title>
6+
About ::
7+
NixBytes — Linux Admin by day and a Coder by night
8+
</title>
9+
10+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12+
<meta
13+
name="description"
14+
content="I am a Linux engineer by day and a coder by night. I am an ambitious problem solver with a passion for Linux (Slackware, Redhat, Ubuntu, Centos)/Unix (Solaris, AIX, OSX), development, coding and technology as a whole. I am continually evaluating and upgrading my skills so that I can stay at the cutting edge of IT by studying and taking online courses. I started to create this blog to share my passion with technology."
15+
/>
16+
<meta
17+
name="keywords"
18+
content=""
19+
/>
20+
<meta name="robots" content="noodp" />
21+
<link rel="canonical" href="/about/" />
22+
23+
24+
25+
26+
27+
<link rel="stylesheet" href="/assets/style.css" />
28+
29+
<link rel="stylesheet" href="/style.css" />
30+
31+
32+
<link
33+
rel="apple-touch-icon-precomposed"
34+
sizes="144x144"
35+
href="/img/apple-touch-icon-144-precomposed.png"
36+
/>
37+
<link rel="shortcut icon" href="/img/favicon.png" />
38+
39+
40+
<link href="/assets/fonts/Inter-Italic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
41+
<link href="/assets/fonts/Inter-Regular.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
42+
<link href="/assets/fonts/Inter-Medium.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
43+
<link href="/assets/fonts/Inter-MediumItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
44+
<link href="/assets/fonts/Inter-Bold.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
45+
<link href="/assets/fonts/Inter-BoldItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
46+
47+
48+
<meta name="twitter:card" content="summary"/>
49+
<meta name="twitter:title" content="About"/>
50+
<meta name="twitter:description" content="I am a Linux engineer by day and a coder by night. I am an ambitious problem solver with a passion for Linux (Slackware, Redhat, Ubuntu, Centos)/Unix (Solaris, AIX, OSX), development, coding and technology as a whole. I am continually evaluating and upgrading my skills so that I can stay at the cutting edge of IT by studying and taking online courses. I started to create this blog to share my passion with technology."/>
51+
52+
53+
54+
<meta property="og:title" content="About" />
55+
<meta property="og:description" content="I am a Linux engineer by day and a coder by night. I am an ambitious problem solver with a passion for Linux (Slackware, Redhat, Ubuntu, Centos)/Unix (Solaris, AIX, OSX), development, coding and technology as a whole. I am continually evaluating and upgrading my skills so that I can stay at the cutting edge of IT by studying and taking online courses. I started to create this blog to share my passion with technology." />
56+
<meta property="og:type" content="article" />
57+
<meta property="og:url" content="/about/" /><meta property="article:section" content="" />
58+
<meta property="article:published_time" content="2018-12-04T22:02:58-05:00" />
59+
<meta property="article:modified_time" content="2018-12-04T22:02:58-05:00" /><meta property="og:site_name" content="NixBytes" />
60+
61+
62+
63+
64+
65+
66+
67+
</head>
68+
<body class="dark-theme">
69+
<div class="container">
70+
<header class="header">
71+
<span class="header__inner">
72+
<a
73+
href="/"
74+
class="logo"
75+
style="text-decoration: none;"
76+
>
77+
78+
<span class="logo__mark"><svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
79+
<path fill="none" d="M15 8l14.729 14.382L15 35.367" />
80+
</svg>
81+
</span>
82+
<span class="logo__text"
83+
>NixBytes</span
84+
>
85+
<span class="logo__cursor"></span>
86+
87+
</a>
88+
89+
<span class="header__right">
90+
91+
<nav class="menu">
92+
<ul class="menu__inner menu__inner--desktop">
93+
94+
95+
96+
<li><a href="/about">About</a></li>
97+
98+
99+
100+
<li><a href="/posts">Blog</a></li>
101+
102+
103+
104+
105+
</ul>
106+
107+
<ul class="menu__inner menu__inner--mobile">
108+
109+
110+
<li><a href="/about">About</a></li>
111+
112+
113+
114+
<li><a href="/posts">Blog</a></li>
115+
116+
117+
</ul>
118+
</nav>
119+
120+
<span class="menu-trigger">
121+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
122+
<path d="M0 0h24v24H0z" fill="none" />
123+
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" />
124+
</svg>
125+
</span>
126+
127+
<span class="theme-toggle">
128+
<svg
129+
class="theme-toggler"
130+
width="24"
131+
height="24"
132+
viewBox="0 0 48 48"
133+
fill="none"
134+
xmlns="http://www.w3.org/2000/svg"
135+
>
136+
<path
137+
d="M22 41C32.4934 41 41 32.4934 41 22C41 11.5066 32.4934 3 22
138+
3C11.5066 3 3 11.5066 3 22C3 32.4934 11.5066 41 22 41ZM7 22C7
139+
13.7157 13.7157 7 22 7V37C13.7157 37 7 30.2843 7 22Z"
140+
/>
141+
</svg>
142+
143+
</span>
144+
</span>
145+
</span>
146+
</header>
147+
148+
149+
<div class="content">
150+
151+
152+
153+
154+
<div class="post">
155+
<h1 class="post-title">About</h1>
156+
<div class="post-meta">
157+
158+
<span class="post-date">
159+
2018-12-04
160+
</span>
161+
162+
163+
164+
165+
166+
167+
168+
169+
</div>
170+
171+
172+
<span class="post-tags">
173+
174+
<a href="/tags/linux/">#linux</a>&nbsp;
175+
176+
<a href="/tags/web/">#web</a>&nbsp;
177+
178+
<a href="/tags/code/">#code</a>&nbsp;
179+
180+
<a href="/tags/technology/">#technology</a>&nbsp;
181+
182+
<a href="/tags/system/">#system</a>&nbsp;
183+
184+
</span>
185+
186+
187+
188+
189+
<div class="post-content">
190+
191+
<p>I am a Linux engineer by day and a coder by night. I am an ambitious problem solver with a passion for Linux (Slackware, Redhat, Ubuntu, Centos)/Unix (Solaris, AIX, OSX), development, coding and technology as a whole.
192+
I am continually evaluating and upgrading my skills so that I can stay at the cutting edge of IT by studying and taking online courses. I started to create this blog to share my passion with technology.</p>
193+
<h3 id="technology">Technology</h3>
194+
<h4 id="linux-and-unix-systems">Linux and Unix Systems</h4>
195+
<p>I Have worked with various Unix and Linux systems, love the platform, and philosophy on how this technology has done and involved over the years. Primary Linux Distro includes Redhat, Centos, Ubuntu, Debian, and experimented with various others.</p>
196+
<h4 id="code">Code</h4>
197+
<p>Love to code on my spare time, its a great way to keep the mind busy.</p>
198+
<h4 id="web-technology">Web Technology</h4>
199+
<p>The web has given us so much. I believe it should still be open and free—that why we need to help opensource projects to ensure its freedom and assessability for all</p>
200+
<p><img src="https://github.com/linuxbytes" alt="LinuxBytes Repo"></p>
201+
202+
</div>
203+
204+
205+
206+
207+
208+
</div>
209+
210+
</div>
211+
212+
213+
<footer class="footer">
214+
<div class="footer__inner">
215+
216+
<a
217+
href="/"
218+
class="logo"
219+
style="text-decoration: none;"
220+
>
221+
222+
<span class="logo__mark"><svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
223+
<path fill="none" d="M15 8l14.729 14.382L15 35.367" />
224+
</svg>
225+
</span>
226+
<span class="logo__text"
227+
>NixBytes</span
228+
>
229+
<span class="logo__cursor"></span>
230+
231+
</a>
232+
233+
<div class="copyright">
234+
<span
235+
>© 2021 Powered by
236+
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a></span
237+
>
238+
<span
239+
>Theme created by
240+
<a href="https://twitter.com/panr" target="_blank" rel="noopener">panr</a></span
241+
>
242+
</div>
243+
244+
</div>
245+
</footer>
246+
247+
<script src="/assets/main.js"></script>
248+
<script src="/assets/prism.js"></script>
249+
250+
251+
252+
</div>
253+
254+
255+
</body>
256+
</html>

public/assets/fonts/Inter-Bold.woff

140 KB
Binary file not shown.

public/assets/fonts/Inter-Bold.woff2

105 KB
Binary file not shown.
146 KB
Binary file not shown.
110 KB
Binary file not shown.

public/assets/fonts/Inter-Italic.woff

140 KB
Binary file not shown.
106 KB
Binary file not shown.

public/assets/fonts/Inter-Medium.woff

139 KB
Binary file not shown.
104 KB
Binary file not shown.
146 KB
Binary file not shown.
110 KB
Binary file not shown.
132 KB
Binary file not shown.
98 KB
Binary file not shown.

public/assets/main.js

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

public/assets/prism.js

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

public/assets/style.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)