SkillAgentSearch skills...

Hilite.me

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

Install / Use

/learn @alexkay/Hilite.me
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 nginx and virtualenv, then run:

% virtualenv -p python3 env
% source env/bin/activate
% pip install -r requirements.txt

Edit your main nginx.conf:

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

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

Add this line to your /etc/hosts:

127.0.0.1  hilite.local

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

View on GitHub
GitHub Stars449
CategoryDevelopment
Updated9d ago
Forks123

Languages

Python

Security Score

95/100

Audited on Mar 25, 2026

No findings