A simple page for all your links.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Matt Baer 141673d949 Move stylesheet generation to Makefile há 6 anos
cmd/publicbio Create basic application há 6 anos
less Move stylesheet generation to Makefile há 6 anos
static/css Create basic application há 6 anos
templates Add h-card properties on profile há 6 anos
.gitignore Create project with .gitignore há 6 anos
LICENSE Add AGPL license há 6 anos
Makefile Move stylesheet generation to Makefile há 6 anos
README.md Move stylesheet generation to Makefile há 6 anos
app.go Remove unused imports and app fields há 6 anos
handler.go Remove unused imports and app fields há 6 anos
routes.go Create basic application há 6 anos
sample.json Add sample user configuration há 6 anos
templates.go Create basic application há 6 anos
user.go Render Markdown in profile bio há 6 anos

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.