Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jekyll-archives:
tag: "/blog/tag/:name/"
category: "/blog/category/:name/"

#display_tags: ["formatting", "images", "links", "math", "code", "blockquotes"] # these tags will be displayed on the front page of your blog
display_tags: ["Daily News", "CISO News"] # these tags will be displayed on the front page of your blog
#display_categories: ["external-services"] # these categories will be displayed on the front page of your blog

# -----------------------------------------------------------------------------
Expand Down
43 changes: 22 additions & 21 deletions _layouts/archive-tag.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,28 @@ layout: default
<div class="post">
<header class="post-header">
<h1 class="post-title"><i class="fa-solid fa-hashtag fa-sm"></i> {{ page.title }}</h1>
<p class="post-description">an archive of posts with this tag</p>
<p class="post-description">{{ page.posts | size }} posts with this tag</p>
</header>

<article class="archive">
<div class="table-responsive">
<table class="table table-sm table-borderless">
{% for post in page.posts %}
<tr>
<th scope="row">{{ post.date | date: '%b %d, %Y' }}</th>
<td>
{% if post.redirect == blank %}
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
{% elsif post.redirect contains '://' %}
<a class="post-link" href="{{ post.redirect }}" target="_blank">{{ post.title }}</a>
{% else %}
<a class="post-link" href="{{ post.redirect | relative_url }}">{{ post.title }}</a>
{% endif %}
</td>
</tr>
{% endfor %}
</table>
</div>
</article>
<div class="news-grid">
{% for post in page.posts %}
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
<a class="news-card" href="{{ post.url | relative_url }}">
{% if post.thumbnail %}
<div class="news-card-img">
<img src="{{ post.thumbnail | relative_url }}" alt="{{ post.title }}">
</div>
{% endif %}
<div class="news-card-body">
<h3 class="news-card-title">{{ post.title }}</h3>
{% if post.description %}
<p class="news-card-excerpt">{{ post.description }}</p>
{% endif %}
<div class="news-card-meta">
{{ post.date | date: "%b %d, %Y" }} &middot; {{ read_time }} min read
</div>
</div>
</a>
{% endfor %}
</div>
</div>
5 changes: 5 additions & 0 deletions _pages/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ pagination:
{% if post_categories != "" %}
<span class="news-badge news-badge--cat">{{ post.categories[0] }}</span>
{% endif %}
{% if post.tags and post.tags.size > 0 %}
{% for tag in post.tags %}
<a class="news-badge news-badge--tag" href="{{ tag | slugify | prepend: '/blog/tag/' | relative_url }}" onclick="event.stopPropagation()"><i class="fa-solid fa-hashtag fa-xs"></i> {{ tag }}</a>
{% endfor %}
{% endif %}
<h3 class="news-card-title">{{ post.title }}</h3>
{% if post.description %}
<p class="news-card-excerpt">{{ post.description }}</p>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2026-01-21-cybernews0121.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: DJBSEC's CyberNews 2026-01-21
date: 2026-01-21
description: 2026-01-21
tags: CyberNews
tags: [Daily News]
categories: News
thumbnail: assets/img/cybernews.webp
featured: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/2026-01-22-cybernews0122.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: DJBSEC's CyberNews 2026-01-22
date: 2026-01-22
description: 2026-01-22
tags: CyberNews
tags: [Daily News]
categories: News
thumbnail: assets/img/cybernews.webp
featured: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/2026-03-05-cybernews0305.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: DJBSEC's CyberNews 2026-03-05
date: 2026-03-05
description: 2026-03-05
tags: CyberNews
tags: [Daily News]
categories: News
thumbnail: assets/img/cybernews.webp
featured: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/2026-03-06-cybernews0306.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: DJBSEC's CyberNews 2026-03-06
date: 2026-03-06
description: 2026-03-06
tags: CyberNews
tags: [Daily News]
categories: News
thumbnail: assets/img/cybernews.webp
featured: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/2026-03-07-cybernews0307.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: DJBSEC's CyberNews 2026-03-07
date: 2026-03-07
description: 2026-03-07
tags: CyberNews
tags: [Daily News]
categories: News
thumbnail: assets/img/cybernews/3_7_26.png
featured: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/2026-03-10-cybernews0310.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: DJBSEC's CyberNews 2026-03-10
date: 2026-03-10
description: 2026-03-10
tags: CyberNews
tags: [Daily News]
categories: News
thumbnail: assets/img/cybernews.webp
featured: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/2026-03-11-cybernews0311.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: DJBSEC's CyberNews 2026-03-11
date: 2026-03-11
description: 2026-03-11
tags: CyberNews
tags: [Daily News]
categories: News
thumbnail: assets/img/cybernews.webp
featured: false
Expand Down
11 changes: 7 additions & 4 deletions _posts/template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
layout: post
title: CyberNews 2-21-25
date: 2125-02-21
description: Feb 21, 2125
tags: CyberNews
title: CyberNews YYYY-MM-DD
date: YYYY-MM-DD
description: Brief description of what this post covers
tags: [Daily News] # Use: Daily News | CISO News | or both: [Daily News, CISO News]
categories: News
thumbnail: assets/img/cybernews.webp
featured: false
published: false
---
# Filename convention for same-day posts:
# YYYY-MM-DD-cybernews-daily.md
# YYYY-MM-DD-cybernews-ciso.md

# Cybersecurity News for Feb 21, 2125

Expand Down
10 changes: 10 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,16 @@ footer.sticky-bottom {
background: rgba($red-color, 0.15);
color: $red-color;
}

&--tag {
background-color: rgba(var(--global-theme-color-rgb), 0.15);
color: var(--global-theme-color);
text-decoration: none;
&:hover {
background-color: rgba(var(--global-theme-color-rgb), 0.3);
color: var(--global-theme-color);
}
}
}

// ── Featured Hero Section ────────────────────────────
Expand Down
Loading