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 4abb1d8b03 Take router out of App struct hace 3 años
cmd/publicbio Move to urfav/cli hace 3 años
less Use Open Sans and self-host hace 3 años
static Ignore all generated CSS files hace 3 años
templates Add base template hace 3 años
.gitignore Create project with .gitignore hace 5 años
LICENSE Fix AGPL license hace 3 años
Makefile Move stylesheet generation to Makefile hace 5 años
README.md Make description more descriptive hace 5 años
app.go Take router out of App struct hace 3 años
go.mod Move to urfav/cli hace 3 años
go.sum Move to urfav/cli hace 3 años
handler.go Export App struct hace 3 años
routes.go Take router out of App struct hace 3 años
sample.json Add sample user configuration hace 5 años
templates.go Export App struct hace 3 años
user.go Render Markdown in profile bio hace 5 años

README.md

Public.Bio

Create a simple public bio for yourself. An open source alternative to about.me, Linktree, Linkkle, etc.

a preview of public.bio

Features

  • Single-user mode
  • Run dynamically or generate a static site

Getting Started

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

go install ./cmd/publicbio
publicbio -u sample.json

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

Generate a static site

Use publicbio as a static site generator instead of server application with the -s flag. HTML goes to stdout, so direct it to the file you want.

publicbio -u sample.json -s > bio.html

Development

After updating styles, run make.

Thanks

Thanks to International for the initial design, and thanks to Shane for the name!