Skip to content

hilite.me converts your code snippets into pretty-printed HTML format, easily embeddable into blog posts, emails and websites.

License

Notifications You must be signed in to change notification settings

smtuttle/hilite.me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hilite.me

hilite.me is a small webapp that converts your code snippets into pretty-printed HTML format, easily embeddable into blog posts and websites.

Development

To set up development environment you need to install these dependencies:

  • On FreeBSD: portmaster textproc/py-pygments www/nginx www/py-flask
  • On Debian: aptitude install nginx python-flask python-pygments

Edit your main nginx.conf:

http {
    ...
    include /path/to/hilite.me/nginx.conf;
}

Update the project location in hilite.me/nginx.conf and restart nginx.

Add this line to your /etc/hosts:

127.0.0.1  hilite.dev

Type make run and go to http://hilite.dev/. If static files don't load make sure nginx has rx permissions for the hilite.me/static directory.

About

hilite.me converts your code snippets into pretty-printed HTML format, easily embeddable into blog posts, emails and websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published