A simple page for all your links.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Matt Baer 141673d949 Move stylesheet generation to Makefile преди 6 години
cmd/publicbio Create basic application преди 6 години
less Move stylesheet generation to Makefile преди 6 години
static/css Create basic application преди 6 години
templates Add h-card properties on profile преди 6 години
.gitignore Create project with .gitignore преди 6 години
LICENSE Add AGPL license преди 6 години
Makefile Move stylesheet generation to Makefile преди 6 години
README.md Move stylesheet generation to Makefile преди 6 години
app.go Remove unused imports and app fields преди 6 години
handler.go Remove unused imports and app fields преди 6 години
routes.go Create basic application преди 6 години
sample.json Add sample user configuration преди 6 години
templates.go Create basic application преди 6 години
user.go Render Markdown in profile bio преди 6 години

README.md

Public.Bio

Create a simple public bio for yourself.

a preview of public.bio

Right now it’s only made for a single user. Edit sample.json and then run:

cd cmd/publicbio
go build
./publicbio -u ../../sample.json

You’ll see your site at localhost:8080. Provide a different port with the -p option.

Development

After updating styles, run make.