A simple page for all your links.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Matt Baer 7681ea5a05 Move to urfav/cli 3 anos atrás
cmd/publicbio Move to urfav/cli 3 anos atrás
less Use Open Sans and self-host 3 anos atrás
static Ignore all generated CSS files 3 anos atrás
templates Add base template 3 anos atrás
.gitignore Create project with .gitignore 6 anos atrás
LICENSE Fix AGPL license 3 anos atrás
Makefile Move stylesheet generation to Makefile 6 anos atrás
README.md Make description more descriptive 5 anos atrás
app.go Move to urfav/cli 3 anos atrás
go.mod Move to urfav/cli 3 anos atrás
go.sum Move to urfav/cli 3 anos atrás
handler.go Remove unused imports and app fields 6 anos atrás
routes.go Create basic application 6 anos atrás
sample.json Add sample user configuration 6 anos atrás
templates.go Add base template 3 anos atrás
user.go Render Markdown in profile bio 6 anos atrás

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!