diff --git a/.gitignore b/.gitignore
index 463eb40..bcc63b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ CMakeLists.txt.user
.idea/
cmake-build-*/
.vs/
+_site
diff --git a/docs/_config.yml b/docs/_config.yml
index dcdd9d8..2652666 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,7 +1,7 @@
title: "Onlooker & Cutelooker"
author:
- name: ""
-description: ""
+ name: "Anti-Tamper Team @ Denuvo"
+description: "Simple memory profiler for Windows"
remote_theme: jekyll/minima@v2.5.2
defaults:
@@ -11,10 +11,10 @@ defaults:
values:
layout: default
image: https://denuvosoftwaresolutions.github.io/Onlooker/Cutelooker-example.png
- description: "Simple memory profiler for Windows."
+ description: "Simple memory profiler for Windows"
header_pages:
- - ""
+ -
minima:
# generate social links in footer
@@ -22,3 +22,8 @@ minima:
twitter: gamingatdenuvo
github: denuvosoftwaresolutions
linkedincompany: denuvo-gmbh
+
+plugins:
+ - jekyll-default-layout
+ - jekyll-remote-theme
+ - jekyll-optional-front-matter
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 6e1a743..7ff3430 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -2,7 +2,6 @@
-
{%- include social.html -%}
diff --git a/docs/_includes/head.html b/docs/_includes/head.html
index ee82a58..ae548e9 100644
--- a/docs/_includes/head.html
+++ b/docs/_includes/head.html
@@ -3,7 +3,7 @@
{%- seo -%}
-
+
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index dad377a..5a449ab 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -4,8 +4,10 @@
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
-
-
{{ site.title | escape }}
+
{%- if titles_size > 0 -%}