|
63 | 63 | ["resources/templates/themes/nucleus/css/style.css" (render "themes/nucleus/css/style.css")] |
64 | 64 | ["resources/templates/themes/nucleus/css/typography.css" (render "themes/nucleus/css/typography.css")]]) |
65 | 65 |
|
| 66 | +(def lotus-theme |
| 67 | + [["resources/templates/themes/lotus/config.edn" (render "themes/lotus/config.edn")] |
| 68 | + ["resources/templates/themes/lotus/README.md" (render "themes/lotus/README.md")] |
| 69 | + ["resources/templates/themes/lotus/css/_buttons.scss" (render "themes/lotus/css/_buttons.scss")] |
| 70 | + ["resources/templates/themes/lotus/css/_layout.scss" (render "themes/lotus/css/_layout.scss")] |
| 71 | + ["resources/templates/themes/lotus/css/_menu.scss" (render "themes/lotus/css/_menu.scss")] |
| 72 | + ["resources/templates/themes/lotus/css/_typography.scss" (render "themes/lotus/css/_typography.scss")] |
| 73 | + ["resources/templates/themes/lotus/css/_variables.scss" (render "themes/lotus/css/_variables.scss")] |
| 74 | + ["resources/templates/themes/lotus/css/blog.scss" (render "themes/lotus/css/blog.scss")] |
| 75 | + ["resources/templates/themes/lotus/css/lotus-highlightjs.min.css" (render "themes/lotus/css/lotus-highlightjs.min.css")] |
| 76 | + ["resources/templates/themes/lotus/css/normalize.css" (render "themes/lotus/css/normalize.css")] |
| 77 | + ["resources/templates/themes/lotus/html/404.html" (render "themes/lotus/html/404.html")] |
| 78 | + ["resources/templates/themes/lotus/html/archives.html" (render "themes/lotus/html/archives.html")] |
| 79 | + ["resources/templates/themes/lotus/html/author.html" (render "themes/lotus/html/author.html")] |
| 80 | + ["resources/templates/themes/lotus/html/base.html" (render "themes/lotus/html/base.html")] |
| 81 | + ["resources/templates/themes/lotus/html/home.html" (render "themes/lotus/html/home.html")] |
| 82 | + ["resources/templates/themes/lotus/html/page.html" (render "themes/lotus/html/page.html")] |
| 83 | + ["resources/templates/themes/lotus/html/post.html" (render "themes/lotus/html/post.html")] |
| 84 | + ["resources/templates/themes/lotus/html/post-content.html" (render "themes/lotus/html/post-content.html")] |
| 85 | + ["resources/templates/themes/lotus/html/prev-next.html" (render "themes/lotus/html/prev-next.html")] |
| 86 | + ["resources/templates/themes/lotus/html/previews.html" (render "themes/lotus/html/previews.html")] |
| 87 | + ["resources/templates/themes/lotus/html/tag.html" (render "themes/lotus/html/tag.html")] |
| 88 | + ["resources/templates/themes/lotus/html/tags.html" (render "themes/lotus/html/tags.html")] |
| 89 | + ["resources/templates/themes/lotus/img/black-lotus.svg" (render "themes/lotus/img/black-lotus.svg")] |
| 90 | + ["resources/templates/themes/lotus/img/icons.svg" (render "themes/lotus/img/icons.svg")] |
| 91 | + ["resources/templates/themes/lotus/img/white-lotus.svg" (render "themes/lotus/img/white-lotus.svg")] |
| 92 | + ["resources/templates/themes/lotus/js/highlight.pack.js" (render "themes/lotus/js/highlight.pack.js")]]) |
| 93 | + |
66 | 94 | (def themes |
67 | 95 | (concat blue-theme |
68 | 96 | blue-centered-theme |
69 | | - nucleus-theme)) |
| 97 | + nucleus-theme |
| 98 | + lotus-theme)) |
70 | 99 |
|
71 | 100 | (defn cryogen |
72 | 101 | "Create a new Cryogen project" |
|
0 commit comments