A simple page for all your links.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Matt Baer 4abb1d8b03 Take router out of App struct преди 3 години
cmd/publicbio Move to urfav/cli преди 3 години
less Use Open Sans and self-host преди 3 години
static Ignore all generated CSS files преди 3 години
templates Add base template преди 3 години
.gitignore Create project with .gitignore преди 5 години
LICENSE Fix AGPL license преди 3 години
Makefile Move stylesheet generation to Makefile преди 5 години
README.md Make description more descriptive преди 5 години
app.go Take router out of App struct преди 3 години
go.mod Move to urfav/cli преди 3 години
go.sum Move to urfav/cli преди 3 години
handler.go Export App struct преди 3 години
routes.go Take router out of App struct преди 3 години
sample.json Add sample user configuration преди 5 години
templates.go Export App struct преди 3 години
user.go Render Markdown in profile bio преди 5 години

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!