Skip to content

Commit

Permalink
Add about + update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
prophetarmed committed Feb 9, 2025
1 parent 454c2cb commit 81a7ba6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "themes/typo"]
path = themes/typo
url = https://github.com/tomfran/typo.git
url = https://github.com/tomfran/typo
13 changes: 13 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
+++
title = 'About Me'
date = 2025-02-09T19:07:19Z
draft = false
+++

I am a software developer and member of the [Revolutionary Communist Party](https://communist.red) and [Revolutionary Communist International](https://marxist.com).

This site (and page) is a huge WIP.

### What does that name mean?

It's in reference to the first part of [Isaac Deutscher](https://en.wikipedia.org/wiki/Isaac_Deutscher)'s three part biography on the Russian revolutionary Leon Trotsky, entitled [The Prophet Armed: Trotsky 1879-1921](https://books.google.co.uk/books/about/The_Prophet_Armed.html?id=v_1G3ddOoYsC&source=kp_book_description&redir_esc=y).
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ hideHeader = false
homeIntroTitle = 'Welcome'
homeIntroContent = """
Welcome to the Prophet Armed blog. This is the website for anything to do with communist politics or technology (usually focused around FOSS) that I feel like writing about.
I am a member of the [Revolutionary Communist Party](https://communist.red) and [Revolutionary Communist International](https://marxist.com).
"""

# TODO: uncomment when I have posts
Expand All @@ -40,6 +38,10 @@ listDateFormat = '2 Jan 2006'
breadcrumbs = true

# Social icons
[[params.social]]
name = "bluesky"
url = "https://bsky.app/profile/prophetarmed.com"

[[params.social]]
name = "github"
url = "https://github.com/prophetarmed"
Expand All @@ -49,14 +51,14 @@ url = "https://github.com/prophetarmed"
name = "home"
url = "/"

[[params.menu]]
name = "about"
url = "/about"

# [[params.menu]]
# name = "posts"
# url = "/posts"
#
# [[params.menu]]
# name = "about"
# url = "/about"

# Syntax highligth on code blocks
[markup]
[markup.highlight]
Expand Down
2 changes: 1 addition & 1 deletion themes/typo
Submodule typo updated 46 files
+110 −1 .gitignore
+128 −0 CODE_OF_CONDUCT.md
+19 −0 CONTRIBUTING.md
+18 −28 README.md
+2 −0 USERS.md
+15 −0 assets/css/colors/base16-cupcake.css
+15 −0 assets/css/colors/base16-default.css
+15 −0 assets/css/colors/base16-eighties.css
+15 −0 assets/css/colors/base16-mocha.css
+15 −0 assets/css/colors/base16-ocean.css
+7 −1 assets/css/fonts.css
+68 −9 assets/css/main.css
+2 −2 assets/css/utils.css
+5 −0 assets/css/vars.css
+3 −0 go.mod
+1 −0 hugo.toml
+ images/1.png
+ images/1.webp
+ images/2.png
+ images/2.webp
+ images/3.png
+ images/3.webp
+ images/banner-light.png
+ images/banner-light.webp
+ images/screenshot.png
+ images/tn.png
+2 −2 layouts/_default/_markup/render-codeblock-mermaid.html
+4 −0 layouts/_default/_markup/render-heading.html
+32 −3 layouts/_default/_markup/render-image.html
+27 −22 layouts/_default/baseof.html
+2 −0 layouts/_default/single.html
+0 −4 layouts/partials/footer.html
+6 −0 layouts/partials/head.html
+3 −1 layouts/partials/header.html
+1 −1 layouts/partials/post-entry.html
+6,453 −833 layouts/partials/svg.html
+34 −0 static/js/copy-code.js
+90 −0 wiki/features/appearance.md
+40 −0 wiki/features/collections.md
+54 −0 wiki/features/controlling-images.md
+27 −0 wiki/features/custom-css.md
+32 −0 wiki/features/header.md
+56 −0 wiki/features/homepage.md
+92 −0 wiki/features/other-parameters.md
+97 −0 wiki/features/single-page-parameters.md
+185 −0 wiki/setup.md

0 comments on commit 81a7ba6

Please sign in to comment.