A simple page for all your links.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Matt Baer b1551ce9f5 Export App struct 3 yıl önce
cmd/publicbio Move to urfav/cli 3 yıl önce
less Use Open Sans and self-host 3 yıl önce
static Ignore all generated CSS files 3 yıl önce
templates Add base template 3 yıl önce
.gitignore Create project with .gitignore 6 yıl önce
LICENSE Fix AGPL license 3 yıl önce
Makefile Move stylesheet generation to Makefile 6 yıl önce
README.md Make description more descriptive 5 yıl önce
app.go Export App struct 3 yıl önce
go.mod Move to urfav/cli 3 yıl önce
go.sum Move to urfav/cli 3 yıl önce
handler.go Export App struct 3 yıl önce
routes.go Export App struct 3 yıl önce
sample.json Add sample user configuration 6 yıl önce
templates.go Export App struct 3 yıl önce
user.go Render Markdown in profile bio 6 yıl önce

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!