Skip to content

blobject/stipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stipe

https://b.agaric.net/img/agaric-64.png

about

use

  • Place all markdown files (eg. your individual blog posts) into a folder situated as db/. The filenames should end in .md and the file contents can include metadata, of which only title, date, keywords, and js * are used.

example, db/n.md:

title: Neuromancer (William Gibson)
date: 457488001
keywords: Science Fiction, Cyberpunk
js: wintermute.min.js

# Part 1, Chiba City Blues

## 1

The sky above the port was the color of ...
  • Create a profile config, under “development”, “next”, or “master”.

example, config/master/config.edn:

{:env "master"
 :port 8000}
  • Execute lein with-profile PROFILE run. Following the above config example, “PROFILE” would be “master”.