mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Removed comments, dot from description and added flag to make serve
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
title: "Bruteforce Analysis"
|
title: "Bruteforce Analysis"
|
||||||
draft: false
|
draft: false
|
||||||
date: "2025-11-02"
|
date: "2025-11-02"
|
||||||
description: "Writing a parser for and analysing my VPS fail2ban logs."
|
description: "Writing a parser for and analysing my VPS fail2ban logs"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
<!--<hr>--->
|
|
||||||
<div class="blogpost">
|
<div class="blogpost">
|
||||||
<div class="blogpost-content">
|
<div class="blogpost-content">
|
||||||
<a class="blogpost-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
<a class="blogpost-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||||
@@ -16,7 +15,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!--<hr>--->
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build:
|
|||||||
cd blog && hugo --cleanDestinationDir --minify -b $(BASE_URL)
|
cd blog && hugo --cleanDestinationDir --minify -b $(BASE_URL)
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
cd blog && hugo serve -D --cleanDestinationDir
|
cd blog && hugo serve -D --cleanDestinationDir --buildFuture
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cd blog && rm -rf ./public/*
|
cd blog && rm -rf ./public/*
|
||||||
|
|||||||
Reference in New Issue
Block a user