https://github.com/serioga/static-website-clojure
Prototype of Clojure project for static website development
https://github.com/serioga/static-website-clojure
clojure hiccup leiningen stasis static-site-generator static-website tailwind-css
Last synced: 5 months ago
JSON representation
Prototype of Clojure project for static website development
- Host: GitHub
- URL: https://github.com/serioga/static-website-clojure
- Owner: serioga
- License: mit
- Created: 2020-02-19T14:40:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T00:39:50.000Z (over 3 years ago)
- Last Synced: 2025-08-12T18:53:08.865Z (6 months ago)
- Topics: clojure, hiccup, leiningen, stasis, static-site-generator, static-website, tailwind-css
- Language: Clojure
- Size: 316 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# static-website-clojure
Prototype of Clojure project for static website development
## Features
- Hiccup
- Tailwind CSS
- Clojure
- Hor reloading
## Usage
Run for development:
npx nf -p 8080 start
Build static website:
lein release
.Run web server for release version:
lein with-profile test-release ring server