commit
This commit is contained in:
parent
0d8d45cee0
commit
f2a6527fd9
7 changed files with 43 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
public/
|
||||||
|
resources/
|
||||||
|
.DS_Store
|
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
5
build.sh
Normal file
5
build.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
hugo --cleanDestinationDir
|
||||||
|
|
||||||
|
sudo rsync -av --delete ./public/ /var/www/pol/public/
|
||||||
|
|
14
config.toml
Normal file
14
config.toml
Normal 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
6
content/_index.md
Normal 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
9
content/posts/intro.md
Normal 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.
|
Loading…
Add table
Reference in a new issue