This commit is contained in:
firebadnofire 2025-04-21 17:20:09 +00:00
parent 0d8d45cee0
commit f2a6527fd9
Signed by: firebadnofire
SSH key fingerprint: SHA256:bnN1TGRauJN84CxL1IZ/2uHNvJualwYkFjOKaaOilJE
7 changed files with 43 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
public/
resources/
.DS_Store

0
.hugo_build.lock Normal file
View file

6
archetypes/default.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

5
build.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
hugo --cleanDestinationDir
sudo rsync -av --delete ./public/ /var/www/pol/public/

14
config.toml Normal file
View file

@ -0,0 +1,14 @@
baseURL = "https://pol.archuser.org/"
languageCode = "en-us"
title = "/pol/ - Archuser Political Blog"
theme = "mainroad"
enableRobotsTXT = true
paginate = 10
[params]
description = "Philosophy and Politics"
author = "Hitboxboxer"
# Optional tweaks:
# sidebar = "right"
# customCSS = ["css/custom.css"]
showReadTime = true

6
content/_index.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "Welcome to /pol/"
description: "Philosophy and Politics"
---
Political branch of Archuserorg. Written, edited, and administrated by [Hitboxboxer](https://codeberg.org/firebadnofire) with LEMP. Below: recent posts

9
content/posts/intro.md Normal file
View file

@ -0,0 +1,9 @@
---
title: "Intro"
date: 2025-04-17T17:41:58Z
draft: false
---
# Welcome to /pol/
This is the political blog of Archuser.org. Archuser.org or Archuserorg is a single person organization, meaning that's me. I am [Hitboxboxer](https://codeberg.org/firebadnofire) and I have opinions. You have opinions too, so hopefully I can inform them just a little more, maybe even change them.