Different theme, deploy, all posts
This commit is contained in:
@@ -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]]
|
||||
|
||||
0
public/.gitkeep
Normal file
0
public/.gitkeep
Normal file
4
scripts/build-and-deploy
Executable file
4
scripts/build-and-deploy
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
emacs --eval "(org-publish 'blog' t)"
|
||||
rsync --delete-after -avzr public/ verin.brechtel:/nas/www/willfullyobtuse.com
|
||||
@@ -2,7 +2,11 @@
|
||||
#+author: James Brechtel
|
||||
#+email: me@jamesbrechtel.com
|
||||
#+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_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">
|
||||
|
||||
Reference in New Issue
Block a user