Some clean
This commit is contained in:
parent
4c9d690519
commit
b845271c90
3 changed files with 11 additions and 6 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "blog/themes/manis"]
|
||||
path = blog/themes/manis
|
||||
url = https://github.com/yursan9/manis-hugo-theme.git
|
||||
[submodule "blog/themes/HugoTex"]
|
||||
path = blog/themes/HugoTex
|
||||
url = https://github.com/kaisugi/HugoTeX
|
1
CNAME
1
CNAME
|
@ -1 +0,0 @@
|
|||
ada.wf
|
10
index.html
10
index.html
|
@ -13,25 +13,25 @@
|
|||
</header>
|
||||
|
||||
<main>
|
||||
<h2>~/ $ whoami</h2>
|
||||
<h2>$ whoami</h2>
|
||||
|
||||
<p>
|
||||
I am currently a student in security. I spend my time to make a useless network and system infrastructure. I love free software (!=opensource).
|
||||
</p>
|
||||
|
||||
<h2>~/ $ ls Project</h2>
|
||||
<h2>$ ls Project</h2>
|
||||
|
||||
<h3>Homelab</h3>
|
||||
<p>A small lab to learn network and system. I use Proxmox in bare-metal and Ubuntu for my virtual machines. I
|
||||
automate some task with Ansible.</p>
|
||||
<h3><a href="https://git.gnous.eu/gnouseu/plakken">Plakken</a></h3>
|
||||
<p>A web pate written in go</p>
|
||||
<p>A web paste (like hastebin) written in go</p>
|
||||
<h3><a href="https://ilearned.eu">I Learned</a></h3>
|
||||
<p>A semi dead collaborative blog, but soon™ new article</p>
|
||||
<p>A dead collaborative blog</p>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>If you want to contact me (don't hesitate), i y have a mail ada @ gnous.eu. I have some useless project on my <a href="https://github.com/r4iponce">Github</a></p>
|
||||
<p>If you want to contact me, i y have a mail ada @ gnous.eu. I have some useless project on my <a href="https://github.com/r4iponce">Github</a> and <a href="https://git.gnous.eu/ada">Gitea</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue