Skip to content

Commit

Permalink
added GoatCounter analytic
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk3pper committed Aug 13, 2024
1 parent 7f30aa8 commit cd81dff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ menu:
parent: cve-2024-21626
weight: 500
---
> The content of this article is for **educational and research use only**. The information provided must not be implemented in a real-world environment, and no responsibility is assumed for any consequences resulting from its application in a real-world scenarios. You are responsible for any risks arising from any behavior not related to the above scope.
{{< alert type="warning" >}}
The content of this article is for educational and research use only. The information provided must not be implemented in a real-world environment, and no responsibility is assumed for any consequences resulting from its application in a real-world scenarios. You are responsible for any risks arising from any behavior not related to the above scope.
{{< /alert >}}

---

# 1. Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ menu:
name: Playing with Unicorn framework [1]
identifier: playing-with-unicorn-framework-1
parent: reverse-engineering
weight: 500
weight: 800
---

The main purposes of this article it is to learn **what is unicorn engine**, how to **install** it and understand the **main features**. Recall **general CPU architecture basic concepts** and how **memory is used and organized by the operating system** when a program is running. How to setup a project starting from a skeleton and in the end **real examples to understand APIs and different scenarios where it is possible to use the unicorn engine**.
Expand Down
8 changes: 8 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ params:
# Number of posts to show to each page. Default is "12"
pagination:
maxPostsPerPage: 12

analytics:
enable: true
services:
# GoatCounter
goatCounter:
code: sk3pper # Not self-hosted

# Configure footer
footer:
enable: true
Expand Down

0 comments on commit cd81dff

Please sign in to comment.