diff --git a/.gitmodules b/.gitmodules index a7f1553..cd44eda 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/typo"] path = themes/typo - url = https://github.com/tomfran/typo.git + url = https://github.com/tomfran/typo diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..5887f3b --- /dev/null +++ b/content/about.md @@ -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). \ No newline at end of file diff --git a/content/politics/leeds-radical-history.md b/content/politics/leeds-radical-history.md new file mode 100644 index 0000000..8e5703e --- /dev/null +++ b/content/politics/leeds-radical-history.md @@ -0,0 +1,8 @@ ++++ +title = 'Leeds Radical History' +date = 2025-02-09T19:07:19Z +draft = false +categories = [ "test" ] ++++ + +This is a test \ No newline at end of file diff --git a/flake.lock b/flake.lock index 8b5b4be..77ef325 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1730143534, - "narHash": "sha256-lf/P1f4cT5kVer/LstMT5otLD4unGC4aGRtNGfglgh4=", + "lastModified": 1739128921, + "narHash": "sha256-uoZda0dIBD4Chh1trr8oqfuozzeTbUp3GKyPKrLcjLQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ff6baefe887c35c6403784c30f79831bba512e3e", + "rev": "41b9d91a495f4714a7b54c7bc838b951f09203a8", "type": "github" }, "original": { diff --git a/hugo.toml b/hugo.toml index 95d66f5..2f0beb4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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 @@ -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" @@ -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] diff --git a/themes/typo b/themes/typo index f976500..f3aaebd 160000 --- a/themes/typo +++ b/themes/typo @@ -1 +1 @@ -Subproject commit f976500514d733148dfe60b80b302f71133855fe +Subproject commit f3aaebdee3c17893b902e61c1b7bcdfd2cca3ed0