A simple page for all your links.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
Matt Baer b47915f662 Use Go modules 3 lat temu
cmd/publicbio Create basic application 6 lat temu
less Make design responsive 6 lat temu
static/css Create basic application 6 lat temu
templates Add h-card properties on profile 6 lat temu
.gitignore Create project with .gitignore 6 lat temu
LICENSE Add AGPL license 6 lat temu
Makefile Move stylesheet generation to Makefile 6 lat temu
README.md Make description more descriptive 5 lat temu
app.go Support generating static page 6 lat temu
go.mod Use Go modules 3 lat temu
go.sum Use Go modules 3 lat temu
handler.go Remove unused imports and app fields 6 lat temu
routes.go Create basic application 6 lat temu
sample.json Add sample user configuration 6 lat temu
templates.go Read templates/ under current dir 6 lat temu
user.go Render Markdown in profile bio 6 lat temu

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!