Public Access
1
0

fix: update eleventy collections

This commit is contained in:
2025-08-30 13:01:36 -04:00
parent 0a646e4a24
commit efaf7e0da1
4 changed files with 20 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
layout: "layout.njk"
---
<article>
{% if tags and 'general' in tags %}
{% if tags and 'blog' in tags %}
<div>
<a href="/blog">
<i class="fas fa-arrow-left mr-2"></i>

View File

@@ -7,7 +7,7 @@ eleventyExcludeFromCollections: true
<h1 class="text-4xl font-bold text-white mb-8 section-title">All Posts</h1>
<div class="space-y-8">
{%- for post in collections.general | reverse -%}
{%- for post in collections.blog | reverse -%}
{%- set draft = post.data.draft %}
{%- if not draft %}
<div class="card">

View File

@@ -2,7 +2,8 @@
title: "Junos ZTP with Dnsmasq DHCP in OPNsense"
date: "2025-08-14"
layout: "post.njk"
tags: "general"
permalink: /blog/{{ title | slugify }}/
tags: ["blog", "networking", "dhcp", "junos", "opnsense"]
description: "Stop configuring your new lab devices manually! This guide will show you how to 'Zero Touch' provision Junos devices!"
excerpt: "Stop configuring your new lab devices manually!"
sitemapPriority: 0.8

16
src/blog/8.29.25.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "Setting up ISC DHCP for Junos ZTP"
date: "2025-09-04"
layout: "post.njk"
permalink: /blog/{{ title | slugify }}/
tags: ["blog", "isc", "dhcp", "junos", "ztp"]
draft: true
description: "First post made using Eleventy!"
excerpt: Made using Eleventy!
sitemapPriority: 0.5
sitemapChangefreq: "never"
image: "/assets/images/8.5.25/11ty.jpg"
---
![Banner Image]({{ image }}#center)
<br/>