A simple page for all your links.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Matt Baer 141673d949 Move stylesheet generation to Makefile hace 6 años
cmd/publicbio Create basic application hace 6 años
less Move stylesheet generation to Makefile hace 6 años
static/css Create basic application hace 6 años
templates Add h-card properties on profile hace 6 años
.gitignore Create project with .gitignore hace 6 años
LICENSE Add AGPL license hace 6 años
Makefile Move stylesheet generation to Makefile hace 6 años
README.md Move stylesheet generation to Makefile hace 6 años
app.go Remove unused imports and app fields hace 6 años
handler.go Remove unused imports and app fields hace 6 años
routes.go Create basic application hace 6 años
sample.json Add sample user configuration hace 6 años
templates.go Create basic application hace 6 años
user.go Render Markdown in profile bio hace 6 años

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.