https://github.com/danielrs/portfolio-clojure
Source code for my personal website http://www.danielrs.me
https://github.com/danielrs/portfolio-clojure
Last synced: 17 days ago
JSON representation
Source code for my personal website http://www.danielrs.me
- Host: GitHub
- URL: https://github.com/danielrs/portfolio-clojure
- Owner: danielrs
- License: mit
- Created: 2016-03-16T07:02:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T22:29:31.000Z (over 10 years ago)
- Last Synced: 2025-06-05T00:28:53.578Z (about 1 year ago)
- Language: Clojure
- Size: 273 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
Source code for my personal website; this is a new version written
in Clojure and Luminus. The [old one][portfolio-old] was written in Haskell.
## Running
To start a web server for the application, run:
lein run
## What was used?
### Server
I use [luminus][luminus] framework with the default web stack (Compojure and Ring).
### Garden
[Garden][garden] as a CSS pre-processor replacement.
### ClojureScript
[ClojureScript][clojurescript] is the Javascript replacement, this allows code sharing between the client and the server.
## License
Copyright © 2016 MIT
[clojure]: https://clojure.org/
[clojurescript]: https://github.com/clojure/clojurescript
[garden]: https://github.com/noprompt/garden
[luminus]: http://www.luminusweb.net/
[portfolio-old]: https://github.com/DanielRS/portfolio-haskell