-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test systemcrafter's website publishing strategy
- Loading branch information
Max Herrmann
committed
Jan 14, 2024
1 parent
b6fb857
commit 544a492
Showing
81 changed files
with
2,558 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
;;; Directory Local Variables -*- no-byte-compile: t -*- | ||
;;; For more information see (info "(emacs) Directory Variables") | ||
|
||
((nil . ((compile-command . "FORCE=true emacs -Q --batch -l ./publish.el --funcall dw/publish"))) | ||
(org-mode . ((org-link-file-path-type . relative)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
/.packages/ | ||
; Don't commit downloaded Emacs packages | ||
.packages/ | ||
|
||
; Ignore the org-publish cache | ||
.org-cache/ | ||
|
||
; Ignore shared content with daviwil.com | ||
public/ | ||
|
||
; Ignore Gemini output | ||
gemini/ |
Oops, something went wrong.