A simple page for all your links.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Matt Baer 3218627068 Add base template před 3 roky
cmd/publicbio Create basic application před 6 roky
less Make design responsive před 6 roky
static/css Create basic application před 6 roky
templates Add base template před 3 roky
.gitignore Create project with .gitignore před 6 roky
LICENSE Add AGPL license před 6 roky
Makefile Move stylesheet generation to Makefile před 6 roky
README.md Make description more descriptive před 5 roky
app.go Support generating static page před 6 roky
go.mod Use Go modules před 3 roky
go.sum Use Go modules před 3 roky
handler.go Remove unused imports and app fields před 6 roky
routes.go Create basic application před 6 roky
sample.json Add sample user configuration před 6 roky
templates.go Add base template před 3 roky
user.go Render Markdown in profile bio před 6 roky

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!