You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+19
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,22 @@
4
4
Basically adding `title` and `lastmod` frontmatter attributes, and little formatting.
5
5
There are further feature possibilities, such as preprocessing of embedded linked content, that are hard to implement solely in hugo templates, as done in Quartz :/
6
6
**Written in Go!**
7
+
8
+
## Usage
9
+
```
10
+
Usage of obsifix:
11
+
-clean
12
+
Remove all files and dirs from target, but only if target differs from working dir.
13
+
-debug
14
+
Print debug information.
15
+
-force
16
+
Execute all changes without asking.
17
+
-git-chtime
18
+
Change files chtime from git, useful right after git clone.
19
+
-quartz
20
+
Prepare frontmatter for Quartz publishing.
21
+
-reformat
22
+
Replace frontmatter with this tool format and fix ending newlines.
23
+
-target string
24
+
Path to write changed files to. (default "/home/tikinang/code/go/obsifix")
0 commit comments