fix: update eleventy collections
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
layout: "layout.njk"
|
layout: "layout.njk"
|
||||||
---
|
---
|
||||||
<article>
|
<article>
|
||||||
{% if tags and 'general' in tags %}
|
{% if tags and 'blog' in tags %}
|
||||||
<div>
|
<div>
|
||||||
<a href="/blog">
|
<a href="/blog">
|
||||||
<i class="fas fa-arrow-left mr-2"></i>
|
<i class="fas fa-arrow-left mr-2"></i>
|
||||||
|
@@ -7,7 +7,7 @@ eleventyExcludeFromCollections: true
|
|||||||
<h1 class="text-4xl font-bold text-white mb-8 section-title">All Posts</h1>
|
<h1 class="text-4xl font-bold text-white mb-8 section-title">All Posts</h1>
|
||||||
|
|
||||||
<div class="space-y-8">
|
<div class="space-y-8">
|
||||||
{%- for post in collections.general | reverse -%}
|
{%- for post in collections.blog | reverse -%}
|
||||||
{%- set draft = post.data.draft %}
|
{%- set draft = post.data.draft %}
|
||||||
{%- if not draft %}
|
{%- if not draft %}
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
@@ -2,7 +2,8 @@
|
|||||||
title: "Junos ZTP with Dnsmasq DHCP in OPNsense"
|
title: "Junos ZTP with Dnsmasq DHCP in OPNsense"
|
||||||
date: "2025-08-14"
|
date: "2025-08-14"
|
||||||
layout: "post.njk"
|
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!"
|
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!"
|
excerpt: "Stop configuring your new lab devices manually!"
|
||||||
sitemapPriority: 0.8
|
sitemapPriority: 0.8
|
||||||
|
16
src/blog/8.29.25.md
Normal file
16
src/blog/8.29.25.md
Normal 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"
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
<br/>
|
Reference in New Issue
Block a user