Skip to content

Commit 0c14ec5

Browse files
committed
updated images path
1 parent 203710a commit 0c14ec5

File tree

5 files changed

+17
-19
lines changed

5 files changed

+17
-19
lines changed

Blogs/official_site_revamped.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Official Site Revamped!
33
date: 2023-07-20
4-
cover: /site/images/favicon.png
4+
cover: /images/favicon.png
55
---
66

77
Thanks to the work put in place by our GSoC contributor [Abheek](https://twitter.com/abheekblahblah) and the help of all the involved mentors (myself :P Daniele and Aditya) we are proud to announce the release of our new official Site with a completely revamped Interface!
88

99
That is another giant step forward to increase the visibility of our Open Source Projects and Community.
1010

11-
With this change, we brings to the community the chance to tell their experience and their stories about IntelOwl. YES! You can fork the [official site repository](https://github.com/intelowlproject/site) and propose a new article for this blog! Don't be shy :P
11+
With this change, we brings to the community the chance to tell their experience and their stories about IntelOwl. YES! You can fork the [official site repository](https://github.com/intelowlproject/intelowlproject.github.io) and propose a new article for this blog! Don't be shy :P
1212

1313
Any feedback is obviously welcome! Have a good hunting!

Blogs/presenting_greedybear.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Presenting GreedyBear
33
date: 2023-07-20
4-
cover: /site/images/favicon.png
4+
cover: /images/favicon.png
55
---
66

77
[GreedyBear](https://github.com/intelowlproject/GreedyBear) is a tool that was created mainly to help to extract Indicators of Compromise from one or more available [TPOTs](https://github.com/telekom-security/tpotce). For those who do not know this tool, we are talking about the most popular all-in-one honeypot available in the community.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
## Adding new content to the website
66

77
### **Adding up blogs.**
8-
Add your article as a new markdown file in the [Blogs directory](https://github.com/intelowlproject/site/tree/develop/Blogs) with the same title as the file.
8+
Add your article as a new markdown file in the [Blogs directory](https://github.com/intelowlproject/intelowlproject.github.io/tree/develop/Blogs) with the same title as the file.
99

1010
If you are an IntelOwl contributor and you would like to add content on this blog which is related to IntelOwl, feel free to fork this repository and submit an article! We will review it and publish it!
1111

1212
### **Adding up a new feature/testimonial/sponsor.**
1313

14-
In [Constants folder](https://github.com/intelowlproject/site/tree/develop/constants), you can add the content for specific section in thier specific file in form of these json objects, no need to scour the codebase.
14+
In [Constants folder](https://github.com/intelowlproject/intelowlproject.github.io/tree/develop/constants), you can add the content for specific section in thier specific file in form of these json objects, no need to scour the codebase.
1515

1616
Features in `featuresdata.ts`
1717
```(json)
@@ -52,7 +52,5 @@ Faq's in `faqdata.ts`
5252
```
5353

5454
### **Contributor Notes**
55-
For any newer images/pdf/media to be added, the path shall be `/site/{yourimage.png}` rather than `/{yourimage.png}` this is due to how routes are handled while deploying to github pages.
56-
5755
While testing any markdown related changes, if you run into any issue, you can do `npx --no-install contentlayer build` to generate the contentlayer content yourself, through your vscode terminal.
5856

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Footer() {
88
<div className="mb-10 w-full">
99
<a href="/" className="mb-6 inline-block max-w-[160px]">
1010
<img
11-
src="/site/images/intelowlwhite.png"
11+
src="/images/intelowlwhite.png"
1212
alt="logo"
1313
className="max-w-full"
1414
/>

components/Header.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ export function Header(props: Headerprops) {
2323
{blogsection ? (
2424
<div className="fixed z-50 w-full h-16 max-w-xs md:max-w-3xl -translate-x-1/2 rounded-full top-10 left-1/2 bg-[#1C1C1F] border-solid border border-[#29292d]">
2525
<div className="grid h-full grid-cols-6 mx-auto items-center ml-6 ">
26-
<Link href="https://intelowlproject.github.io/site/">
26+
<Link href="https://intelowlproject.github.io/">
2727
<img
2828
className=""
29-
src="/site/images/intelowlwhite.png"
29+
src="/images/intelowlwhite.png"
3030
alt="intelowl logo"
3131
></img>
3232
</Link>
3333

3434
<Link
35-
href="https://intelowlproject.github.io/site/"
35+
href="https://intelowlproject.github.io/"
3636
className="text-white font-SpaceGrotesk font-light text-center invisible md:visible"
3737
>
3838
Features
3939
</Link>
4040
<Link
41-
href="https://intelowlproject.github.io/site/"
41+
href="https://intelowlproject.github.io/"
4242
className="text-white font-SpaceGrotesk font-light text-center invisible md:visible"
4343
>
4444
Testimonials
@@ -61,7 +61,7 @@ export function Header(props: Headerprops) {
6161
width={25}
6262
height={25}
6363
className=""
64-
src="/site/images/githublogo.png"
64+
src="/images/githublogo.png"
6565
alt="github logo"
6666
/>
6767
</Link>
@@ -70,7 +70,7 @@ export function Header(props: Headerprops) {
7070
width={25}
7171
height={25}
7272
className=""
73-
src="/site/images/twitterlogo.png"
73+
src="/images/twitterlogo.png"
7474
alt="twitter logo"
7575
/>
7676
</Link>
@@ -79,7 +79,7 @@ export function Header(props: Headerprops) {
7979
width={25}
8080
height={25}
8181
className=""
82-
src="/site/images/linkedinlogo.png"
82+
src="/images/linkedinlogo.png"
8383
alt="linkedin logo"
8484
/>
8585
</Link>
@@ -92,7 +92,7 @@ export function Header(props: Headerprops) {
9292
<Link href="#hero-section" onClick={handleScroll}>
9393
<img
9494
className=""
95-
src="/site/images/intelowlwhite.png"
95+
src="/images/intelowlwhite.png"
9696
alt="intelowl logo"
9797
></img>
9898
</Link>
@@ -128,7 +128,7 @@ export function Header(props: Headerprops) {
128128
width={25}
129129
height={25}
130130
className=""
131-
src="/site/images/githublogo.png"
131+
src="/images/githublogo.png"
132132
alt="intelowl logo"
133133
/>
134134
</Link>
@@ -137,7 +137,7 @@ export function Header(props: Headerprops) {
137137
width={25}
138138
height={25}
139139
className=""
140-
src="/site/images/twitterlogo.png"
140+
src="/images/twitterlogo.png"
141141
alt="intelowl logo"
142142
/>
143143
</Link>
@@ -146,7 +146,7 @@ export function Header(props: Headerprops) {
146146
width={25}
147147
height={25}
148148
className=""
149-
src="/site/images/linkedinlogo.png"
149+
src="/images/linkedinlogo.png"
150150
alt="linkedin logo"
151151
/>
152152
</Link>

0 commit comments

Comments
 (0)