Removed comments, dot from description and added flag to make serve

This commit is contained in:
2025-11-14 18:49:14 +01:00
parent 299573bb96
commit 205a28fe39
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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
-2
View File
@@ -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>
+1 -1
View File
@@ -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/*