-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feat: add clean anchor and internal link handler. (#13) Add: empty footnote ref/def css classes. Add: add sluggified id's to headlines. Fix: add code child to get-headline-helper. * Clean: project.clj and cli defaults. * Clean: cljfmt-fix.
- Loading branch information
Showing
18 changed files
with
145 additions
and
87 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
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,5 +1,11 @@ | ||
[ | ||
{ | ||
"name" : "java.nio.file.StandardWatchEventKinds$StdWatchEventKind[]" | ||
}, | ||
{ | ||
"name": "com.sun.xml.internal.stream.XMLOutputFactoryImpl", | ||
"allPublicConstructors": true, | ||
"allPublicFields": true, | ||
"allPublicMethods": true | ||
} | ||
] |
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,2 +1,7 @@ | ||
{:dir-data "data" ; org attachments/files to get copied into _site. | ||
:ignored-dirs ["priv"]} ; Directories to ignore org files in. | ||
{ | ||
:dir-data "data" ; org attachments/files to get copied into _site. | ||
:ignored-dirs ["priv"] ; Directories to ignore org files in. | ||
:site-url "" ; Root level url | ||
:site-title "" ; Used for RSS. | ||
:site-desc "" ; Used for RSS. | ||
:enable-rss? true} ; defaults to true; creating feed.xml in your _site. |
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
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
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
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
Oops, something went wrong.