A simple page for all your links.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Matt Baer 3218627068 Add base template 3 anni fa
cmd/publicbio Create basic application 6 anni fa
less Make design responsive 6 anni fa
static/css Create basic application 6 anni fa
templates Add base template 3 anni fa
.gitignore Create project with .gitignore 6 anni fa
LICENSE Add AGPL license 6 anni fa
Makefile Move stylesheet generation to Makefile 6 anni fa
README.md Make description more descriptive 5 anni fa
app.go Support generating static page 6 anni fa
go.mod Use Go modules 3 anni fa
go.sum Use Go modules 3 anni fa
handler.go Remove unused imports and app fields 6 anni fa
routes.go Create basic application 6 anni fa
sample.json Add sample user configuration 6 anni fa
templates.go Add base template 3 anni fa
user.go Render Markdown in profile bio 6 anni fa

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!