You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
8
8
9
9
That is another giant step forward to increase the visibility of our Open Source Projects and Community.
10
10
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
12
12
13
13
Any feedback is obviously welcome! Have a good hunting!
Copy file name to clipboardExpand all lines: Blogs/presenting_greedybear.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Presenting GreedyBear
3
3
date: 2023-07-20
4
-
cover: /site/images/favicon.png
4
+
cover: /images/favicon.png
5
5
---
6
6
7
7
[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.
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
## Adding new content to the website
6
6
7
7
### **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.
9
9
10
10
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!
11
11
12
12
### **Adding up a new feature/testimonial/sponsor.**
13
13
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.
15
15
16
16
Features in `featuresdata.ts`
17
17
```(json)
@@ -52,7 +52,5 @@ Faq's in `faqdata.ts`
52
52
```
53
53
54
54
### **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
-
57
55
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.
0 commit comments