From 4c4d048b5caa96b07d6aff94ce759548ad71ab9a Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Wed, 2 Oct 2024 22:22:22 -0400 Subject: [PATCH] Different theme, deploy, all posts --- index.org | 4 ++-- public/.gitkeep | 0 scripts/build-and-deploy | 4 ++++ setup.org | 6 +++++- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 public/.gitkeep create mode 100755 scripts/build-and-deploy diff --git a/index.org b/index.org index 7eb6eb4..7c4f706 100644 --- a/index.org +++ b/index.org @@ -4,8 +4,8 @@ #+subtitle: :END: -* [[file:let-people-fail.org][Let people fail]] -* [[file:job-description.org][My job description]] +* TODO [[file:let-people-fail.org][Let people fail]] +* TODO [[file:job-description.org][My job description]] * TODO [[file:managing-expectations.org][Managing Expectations]] * [[file:https-at-home.org][HTTPS @ Homelab]] * [[file:multi-room-audio.org][Multi-room audio setup]] diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/scripts/build-and-deploy b/scripts/build-and-deploy new file mode 100755 index 0000000..b3fbeb4 --- /dev/null +++ b/scripts/build-and-deploy @@ -0,0 +1,4 @@ +#!/bin/sh + +emacs --eval "(org-publish 'blog' t)" +rsync --delete-after -avzr public/ verin.brechtel:/nas/www/willfullyobtuse.com diff --git a/setup.org b/setup.org index 85bbf1b..260c482 100644 --- a/setup.org +++ b/setup.org @@ -2,7 +2,11 @@ #+author: James Brechtel #+email: me@jamesbrechtel.com #+bind: org-export-publishing-directory "./public" -#+html_head: +#+html_head: +#+html_head_writ: +#+html_head_bahunya: +#+html_head_awsm: +#+html_head_simple: #+html_head_holiday: #+html_head_mvp: #+html_head_pico: