Different theme, deploy, all posts

This commit is contained in:
2024-10-02 22:22:22 -04:00
parent 3b30684a5d
commit 4c4d048b5c
4 changed files with 11 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
#+subtitle: #+subtitle:
:END: :END:
* [[file:let-people-fail.org][Let people fail]] * TODO [[file:let-people-fail.org][Let people fail]]
* [[file:job-description.org][My job description]] * TODO [[file:job-description.org][My job description]]
* TODO [[file:managing-expectations.org][Managing Expectations]] * TODO [[file:managing-expectations.org][Managing Expectations]]
* [[file:https-at-home.org][HTTPS @ Homelab]] * [[file:https-at-home.org][HTTPS @ Homelab]]
* [[file:multi-room-audio.org][Multi-room audio setup]] * [[file:multi-room-audio.org][Multi-room audio setup]]

0
public/.gitkeep Normal file
View File

4
scripts/build-and-deploy Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
emacs --eval "(org-publish 'blog' t)"
rsync --delete-after -avzr public/ verin.brechtel:/nas/www/willfullyobtuse.com

View File

@@ -2,7 +2,11 @@
#+author: James Brechtel #+author: James Brechtel
#+email: me@jamesbrechtel.com #+email: me@jamesbrechtel.com
#+bind: org-export-publishing-directory "./public" #+bind: org-export-publishing-directory "./public"
#+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.11.2" /> #+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css">
#+html_head_writ: <link rel="stylesheet" href="//writ.cmcenroe.me/1.0.4/writ.min.css" type="text/css">
#+html_head_bahunya: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css">
#+html_head_awsm: <link rel="stylesheet" href="https://unpkg.com/awsm.css/dist/awsm.min.css" type="text/css">
#+html_head_simple: <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
#+html_head_holiday: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.11.2" /> #+html_head_holiday: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.11.2" />
#+html_head_mvp: <link rel="stylesheet" href="https://unpkg.com/mvp.css"> #+html_head_mvp: <link rel="stylesheet" href="https://unpkg.com/mvp.css">
#+html_head_pico: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"> #+html_head_pico: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">