A simple page for all your links.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Matt Baer 7681ea5a05 Move to urfav/cli il y a 3 ans
cmd/publicbio Move to urfav/cli il y a 3 ans
less Use Open Sans and self-host il y a 3 ans
static Ignore all generated CSS files il y a 3 ans
templates Add base template il y a 3 ans
.gitignore Create project with .gitignore il y a 6 ans
LICENSE Fix AGPL license il y a 3 ans
Makefile Move stylesheet generation to Makefile il y a 6 ans
README.md Make description more descriptive il y a 5 ans
app.go Move to urfav/cli il y a 3 ans
go.mod Move to urfav/cli il y a 3 ans
go.sum Move to urfav/cli il y a 3 ans
handler.go Remove unused imports and app fields il y a 6 ans
routes.go Create basic application il y a 6 ans
sample.json Add sample user configuration il y a 6 ans
templates.go Add base template il y a 3 ans
user.go Render Markdown in profile bio il y a 6 ans

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!