Skip to content

Izder456/Neocity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Srcerizder’s Neocity

Introduction

My personal Neocity page built 100% in clojure.

GitHub Repo stars Lines of code

Installation

Dependencies:

Grab clojars:

$ lein deps

Clean, then Build site:

$ lein clean-site
$ lein build-site

Run Ring Server for testing exported static site:

$ lein ring server # launches xdg-open with browser to the server
$ lein ring server-headless # just launches server, connect to it at http://127.0.0.1:3000