Skip to content

Commit 04c8fae

Browse files
authored
Merge pull request #8 from Slavetomints/update/add-images-to-posts
Enhance: Update/add images to posts
2 parents 1e56d77 + 15628ab commit 04c8fae

22 files changed

+120
-42
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 data-toc-skip>{{ page.title }}</h1>
3636
</span>
3737
{% endif %}
3838

39-
{% if page.image and page.show_image != false %}
39+
{% if page.image and page.image.post != false %}
4040
{% capture src %}src="{{ page.image.path | default: page.image }}"{% endcapture %}
4141
{% capture class %}class="preview-img{% if page.image.no_bg %}{{ ' no-bg' }}{% endif %}"{% endcapture %}
4242
{% capture alt %}alt="{{ page.image.alt | xml_escape | default: "Preview Image" }}"{% endcapture %}

_posts/2024-11-17-1337up-live-2024-bob-leponge.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-11-17 19:47:00 -0600
44
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, osint, writeups]
66
description: 1337UP Live 2024 Bob L'éponge Challenge
7+
image:
8+
path: /assets/img/1337up-2024/bob-leponge/image2.png
9+
alt: photo of a youtube video metadata with spongebob on it
10+
post: false
711
---
812

913
> Challenge description:

_posts/2024-11-17-1337up-live-2024-no-comment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-11-17 19:47:00 -0600
44
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, osint, writeups]
66
description: 1337UP Live 2024 No Comment Challenge
7+
image:
8+
path: /assets/img/1337up-2024/no-comment/ripple.jpg
9+
alt: a photo of colors and shapes
10+
post: false
711
---
812

913
>Challenge description:

_posts/2024-11-17-1337up-live-2024-private-github-repository.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-11-17 19:47:00 -0600
44
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, osint, writeups]
66
description: 1337UP Live 2024 Private GitHub Repository Challenge
7+
image:
8+
path: /assets/img/1337up-2024/private-github-repository/image1.png
9+
alt: a github gist
10+
post: false
711
---
812

913
> Challenge description:

_posts/2024-11-17-1337up-live-2024-quick-recovery.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-11-17 19:47:00 -0600
44
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, misc, writeups]
66
description: 1337UP Live 2024 Quick Recovery Challenge
7+
image:
8+
path: assets/img/1337up-2024/quick-recovery/qr_code.png
9+
alt: a jumbled up QR code
10+
post: false
711
---
812

913
> Challenge description:

_posts/2024-11-17-1337up-live-2024-trackdown.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-11-17 19:47:00 -0600
44
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, osint, writeups]
66
description: 1337UP Live 2024 Trackdown Challenge
7+
image:
8+
path: /assets/img/1337up-2024/trackdown/trackdown.jpg
9+
alt: view of a plaza from a cafe
10+
post: false
711
---
812

913
> Challenge description:

_posts/2024-11-17-1337up-live-2024-trackdown2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-11-17 19:47:00 -0600
44
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, osint, writeups]
66
description: 1337UP Live 2024 Trackdown 2 Challenge
7+
image:
8+
path: /assets/img/1337up-2024/trackdown2/trackdown2.jpg
9+
alt: looking out over a city with lush trees all over
10+
post: false
711
---
812

913
> Challenge description:

_posts/2024-11-18-1337up-live-2024-babyflow.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-11-18 19:47:00 -0600
44
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, reverse engineering, writeups]
66
description: 1337UP Live 2024 Babyflow Challenge
7+
image:
8+
path: /assets/img/1337up-2024/babyflow/image2.png
9+
alt: output of ghidra, a reverse engineering tool
10+
post: false
711
---
812

913
> Challenge description:

_posts/2024-11-18-1337up-live-2024-in-plain-sight.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-11-18 19:47:00 -0600
44
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, misc, writeups]
66
description: 1337UP Live 2024 In Plain Sight Challenge
7+
image:
8+
path: /assets/img/1337up-2024/in-plain-sight/meow.jpg
9+
alt: a cat sitting on a trash can
10+
post: false
711
---
812

913
>Challenge description:

_posts/2024-12-08-mwcc-2024-broken-access-control.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: 2024-12-08 19:47:00 -0600
44
categories: [Capture The Flags, Mountain West Cyber Challenge]
55
tags: [ctf, mountain west cyber challenge, web, writeups]
66
description: Mountain West Cyber Challenge Broken Access Control Challenge
7+
image:
8+
path: /assets/img/mwcc-2024/broken-access-control/image1.png
9+
alt: login page
10+
post: false
711
---
812

913
> Challenge description:

0 commit comments

Comments
 (0)