A simple page for all your links.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Matt Baer 4abb1d8b03 Take router out of App struct vor 3 Jahren
cmd/publicbio Move to urfav/cli vor 3 Jahren
less Use Open Sans and self-host vor 3 Jahren
static Ignore all generated CSS files vor 3 Jahren
templates Add base template vor 3 Jahren
.gitignore Create project with .gitignore vor 5 Jahren
LICENSE Fix AGPL license vor 3 Jahren
Makefile Move stylesheet generation to Makefile vor 5 Jahren
README.md Make description more descriptive vor 5 Jahren
app.go Take router out of App struct vor 3 Jahren
go.mod Move to urfav/cli vor 3 Jahren
go.sum Move to urfav/cli vor 3 Jahren
handler.go Export App struct vor 3 Jahren
routes.go Take router out of App struct vor 3 Jahren
sample.json Add sample user configuration vor 5 Jahren
templates.go Export App struct vor 3 Jahren
user.go Render Markdown in profile bio vor 5 Jahren

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!