-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.07 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.07 KB
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
---
layout: index
title: relaxdiego - Mark Maglana's Technical Blog
---
<h1 id="site-name"><a href="/">{{ site.name }}</a></h1>
<div id="site-description">{{ site.description }}</div>
<h2>About Me</h2>
<ul id="about-me">
<li><a href="/resume/">Résumé</a></li>
<li><a href="https://www.instagram.com/goshwhatanerd/">Instagram</a></li>
<li><a href="https://github.com/relaxdiego">GitHub</a>
<li><a href="https://www.linkedin.com/in/markmaglana">LinkedIn</a>
<li><a href="https://keybase.io/relaxdiego">Keybase ID (relaxdiego)</a>
</ul>
<h2>Articles</h2>
<ul id="articles">
{% for post in site.posts %}
<li class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h2>Others</h2>
<ul id="others">
<li><a href="/rss.xml">RSS feed</a></li>
<li><a href="/test-article-style.html">Article Style Test</a></li>
</ul>
<div id="footer">
Copyright 2017-2022 Mark Maglana
<br/>This site is powered by <a href="jekyllrb.com">Jekyll</a>
and <a href="https://kubernetes.io/">Kubernetes</a> via the fine
folks at <a href="www.github.com">GitHub</a>.
</div>