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.