Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 5fcbc53

Browse files
committed
rm broken conversions
1 parent c655d5b commit 5fcbc53

File tree

8 files changed

+621
-636
lines changed

8 files changed

+621
-636
lines changed

html/github.html

Lines changed: 54 additions & 54 deletions
Large diffs are not rendered by default.

html/index.html

Lines changed: 564 additions & 579 deletions
Large diffs are not rendered by default.

pdf/actual.pdf

0 Bytes
Binary file not shown.

pdf/github.pdf

-54 Bytes
Binary file not shown.

pdf/jacrys.pdf

0 Bytes
Binary file not shown.

pdf/kendall.pdf

0 Bytes
Binary file not shown.

pdf/orbit.pdf

0 Bytes
Binary file not shown.

themes.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
(define (use-themes)
1313
(theme "actual")
14-
(theme "even")
15-
(theme "even-more")
14+
; (theme "even")
15+
; (theme "even-more")
1616
(theme "github")
1717
(theme "jacrys")
1818
(theme "kendall")
1919
(theme "orbit")
20-
(theme2html "even-more" "index"))
20+
(theme2html "even" "index"))
2121

2222
(define (help file)
2323
(print "Convert JSON resume to HTML"))

0 commit comments

Comments
 (0)