From 8b8d469cd032e7bdac8c59c742298101a088a399 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Thu, 22 Sep 2022 13:28:06 -0600 Subject: [PATCH] experimenting with github pages --- _config.yml | 5 +++- _layouts/default.html | 55 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 _layouts/default.html diff --git a/_config.yml b/_config.yml index 3fef3b37c..e2a38ff9d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,10 @@ title: Malcolm description: Malcolm is a powerful, easily deployable network traffic analysis tool suite. -logo: docs/images/icon/icon.png +logo: docs/images/icon/Malcolm_banner.png remote_theme: pages-themes/minimal@v0.2.0 +external_download_url: https://malcolm.fyi/download/ +github: + owner_name: Seth Grover plugins: - jekyll-remote-theme - jekyll-relative-links diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 000000000..42d688a45 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,55 @@ + + + + + + + +{% seo %} + + + {% include head-custom.html %} + + +
+
+ {% if site.logo %} + {{ site.title | default: site.github.repository_name }} + {% else %} +

{{ site.title | default: site.github.repository_name }}

+ {% endif %} + +

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.github.is_project_page %} +

View the Project on GitHub {{ site.github.repository_nwo }}

+ {% endif %} + + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + +