Skip to content

Commit 27450c5

Browse files
committed
chore: update + fix
1 parent 869b74b commit 27450c5

File tree

156 files changed

+37447
-865
lines changed

Some content is hidden

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

156 files changed

+37447
-865
lines changed

content/about/index.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ draft: false
66
```bash
77
$ whoami
88
```
9-
I go by the name **Oussama Amri**, experienced and dedicated cybersecurity professional with over a decade of hands-on experience in the field. Known in the community as `amriunix`, I have honed my skills through years of self-guided learning and practical application, including participation in CTFs challenges. My journey has taken me from a pentesting role by auditing infrastructure, web applications, and performn source code review to an application security engineering. I have also contributed significantly to the web3 ecosystem by conducting audits and ensuring the security of applications. In my recent role, I have been instrumental in securing the Software Development Life Cycle (SDLC), managing bug bounty programs, and formulating comprehensive security strategies for startups.
9+
I go by the name **Oussama [Amri](https://amri.family)**, experienced and dedicated cybersecurity professional with over a decade of hands-on experience in the field. Known in the community as `amriunix`, I have honed my skills through years of self-guided learning and practical application, including participation in CTFs challenges. My journey has taken me from a pentesting role by auditing infrastructure, web applications, and performn source code review to an application security engineering. I have also contributed significantly to the web3 ecosystem by conducting audits and ensuring the security of applications. In my recent role, I have been instrumental in securing the Software Development Life Cycle (SDLC), managing bug bounty programs, and formulating comprehensive security strategies for startups.
1010

1111
```bash
1212
$ contact
1313
```
1414
If you would like to contact me, feel free to do so at any of the usual places:
1515

16-
* [Github](https://github.com/amriunix)
1716
* [Email](mailto:oussama[at]amriunix.com)
17+
* [Linkedin](https://www.linkedin.com/in/amriunix/)
18+
* [ X ](https://x.com/amriunix)
19+
* [Github](https://github.com/amriunix)
20+
1821

1922
```bash
2023
$ certifications

hugo.toml

+23-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
baseURL = 'https://amriunix.com/'
2-
languageCode = 'en-us'
2+
languagecode = "en"
3+
defaultcontentlanguage = "en"
34
title = 'AMRIUNIX'
45
theme = 'hugo-coder'
56
paginate = 20
67
googleAnalytics = "G-1NCNEQNX2H"
7-
disqusShortname = "amriunix"
8+
9+
10+
11+
[services]
12+
[services.disqus]
13+
# disqusShortname = "amriunix"
14+
# Enable Disqus comments
15+
shortname = "amriunix"
816

917
[markup.highlight]
1018
style = "github-dark"
1119

1220
[params]
1321
author = "Oussama Amri"
14-
info = "amriunix"
22+
info = "Web3 Security"
1523
description = "InfoSec Blog"
16-
keywords = "infosec,cybersecuirty,blockchain,security"
24+
keywords = "infosec,cybersecuirty,web3,blockchain,security"
1725
avatarurl = "/img/amriunix.jpg"
1826

1927
# Custom path to a favicon/touch-icon
@@ -54,14 +62,19 @@ disqusShortname = "amriunix"
5462
# url = URL to redirect
5563
[[params.social]]
5664
name = "Github"
57-
icon = "fa fa-github fa-2x"
65+
icon = "fa-brands fa-github fa-2x"
5866
weight = 1
5967
url = "https://github.com/amriunix/"
60-
#[[params.social]]
61-
# name = "Twitter"
62-
# icon = "fa fa-twitter fa-2x"
63-
# weight = 2
64-
# url = "https://twitter.com/amriunix/"
68+
[[params.social]]
69+
name = "Twitter"
70+
icon = "fa-brands fa-x-twitter fa-2x"
71+
weight = 2
72+
url = "https://x.com/amriunix"
73+
[[params.social]]
74+
name = "Linkedin"
75+
icon = "fa-brands fa-linkedin fa-2x"
76+
weight = 2
77+
url = "https://www.linkedin.com/in/amriunix/"
6578
[[params.social]]
6679
name = "Email"
6780
icon = "fa fa-envelope fa-2x"

public/404.html

+63-31
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33

4-
<head>
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
55
<title>AMRIUNIX</title>
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -12,29 +12,34 @@
1212

1313
<meta name="author" content="Oussama Amri">
1414
<meta name="description" content="InfoSec Blog">
15-
<meta name="keywords" content="infosec,cybersecuirty,blockchain,security">
15+
<meta name="keywords" content="infosec,cybersecuirty,web3,blockchain,security">
1616

17-
<meta name="twitter:card" content="summary"/>
18-
<meta name="twitter:title" content="404 Page not found"/>
19-
<meta name="twitter:description" content="InfoSec Blog"/>
2017

21-
<meta property="og:title" content="404 Page not found" />
22-
<meta property="og:description" content="InfoSec Blog" />
23-
<meta property="og:type" content="website" />
24-
<meta property="og:url" content="https://amriunix.com/404.html" />
18+
<meta name="twitter:card" content="summary">
19+
<meta name="twitter:title" content="404 Page not found">
20+
<meta name="twitter:description" content="InfoSec Blog">
2521

22+
<meta property="og:url" content="http://localhost:1313/404.html">
23+
<meta property="og:site_name" content="AMRIUNIX">
24+
<meta property="og:title" content="404 Page not found">
25+
<meta property="og:description" content="InfoSec Blog">
26+
<meta property="og:locale" content="en">
27+
<meta property="og:type" content="website">
2628

2729

2830

29-
<link rel="canonical" href="https://amriunix.com/404.html">
3031

32+
<link rel="canonical" href="http://localhost:1313/404.html">
3133

32-
<link rel="preload" href="/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
34+
35+
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
36+
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
37+
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
3338

3439

3540

3641

37-
<link rel="stylesheet" href="/css/coder.min.5adbe72fc41dcfb852215b84695288939b6b606db73238bd3ee936469572fc9c.css" integrity="sha256-WtvnL8Qdz7hSIVuEaVKIk5trYG23Mji9Puk2RpVy/Jw=" crossorigin="anonymous" media="screen" />
42+
<link rel="stylesheet" href="/css/coder.css" media="screen">
3843

3944

4045

@@ -44,7 +49,7 @@
4449

4550

4651

47-
<link rel="stylesheet" href="/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css" integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin="anonymous" media="screen" />
52+
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
4853

4954

5055

@@ -54,7 +59,7 @@
5459

5560

5661

57-
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
62+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" sizes="any">
5863
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
5964
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
6065

@@ -83,31 +88,33 @@
8388

8489
<div class="float-container">
8590
<a id="dark-mode-toggle" class="colorscheme-toggle">
86-
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
91+
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
8792
</a>
8893
</div>
8994

9095

9196
<main class="wrapper">
9297
<nav class="navigation">
9398
<section class="container">
94-
<a class="navigation-title" href="/">
99+
100+
<a class="navigation-title" href="http://localhost:1313/">
95101
AMRIUNIX
96102
</a>
97103

104+
98105
<input type="checkbox" id="menu-toggle" />
99106
<label class="menu-button float-right" for="menu-toggle">
100-
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
107+
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
101108
</label>
102109
<ul class="navigation-list">
103110

104111

105112
<li class="navigation-item">
106-
<a class="navigation-link" href="/post/">Blog</a>
113+
<a class="navigation-link " href="/posts/">Blog</a>
107114
</li>
108115

109116
<li class="navigation-item">
110-
<a class="navigation-link" href="/about/">About</a>
117+
<a class="navigation-link " href="/about/">About</a>
111118
</li>
112119

113120

@@ -124,21 +131,33 @@
124131
<div class="error">
125132
<h1>404</h1>
126133
<h2>Page Not Found</h2>
127-
<p>Sorry, this page does not exist.<br />You can head back to the <a href="https://amriunix.com/">homepage</a>.</p>
134+
<p>Sorry, this page does not exist.<br />You can head back to the <a href="http://localhost:1313/">homepage</a>.</p>
128135
</div>
129136
</section>
130137

131138

132139
</div>
133140

141+
<footer class="footer">
142+
<section class="container">
143+
©
144+
145+
2024
146+
Oussama Amri
147+
·
134148

149+
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
150+
151+
</section>
152+
</footer>
153+
135154
</main>
136155

137156

138157

139158

140159

141-
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
160+
<script src="/js/coder.js"></script>
142161

143162

144163

@@ -147,16 +166,25 @@ <h2>Page Not Found</h2>
147166

148167

149168

150-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CP1WJK5HQ7"></script>
151-
<script>
152-
var doNotTrack = false;
153-
if (!doNotTrack) {
154-
window.dataLayer = window.dataLayer || [];
155-
function gtag(){dataLayer.push(arguments);}
156-
gtag('js', new Date());
157-
gtag('config', 'G-CP1WJK5HQ7', { 'anonymize_ip': false });
158-
}
159-
</script>
169+
170+
171+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1NCNEQNX2H"></script>
172+
<script>
173+
var doNotTrack = false;
174+
if ( false ) {
175+
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
176+
var doNotTrack = (dnt == "1" || dnt == "yes");
177+
}
178+
if (!doNotTrack) {
179+
window.dataLayer = window.dataLayer || [];
180+
function gtag(){dataLayer.push(arguments);}
181+
gtag('js', new Date());
182+
gtag('config', 'G-1NCNEQNX2H');
183+
}
184+
</script>
185+
186+
187+
160188

161189

162190

@@ -179,6 +207,10 @@ <h2>Page Not Found</h2>
179207

180208

181209

210+
211+
212+
213+
182214

183215

184216

0 commit comments

Comments
 (0)