A simple page for all your links.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Matt Baer 141673d949 Move stylesheet generation to Makefile 6 年前
cmd/publicbio Create basic application 6 年前
less Move stylesheet generation to Makefile 6 年前
static/css Create basic application 6 年前
templates Add h-card properties on profile 6 年前
.gitignore Create project with .gitignore 6 年前
LICENSE Add AGPL license 6 年前
Makefile Move stylesheet generation to Makefile 6 年前
README.md Move stylesheet generation to Makefile 6 年前
app.go Remove unused imports and app fields 6 年前
handler.go Remove unused imports and app fields 6 年前
routes.go Create basic application 6 年前
sample.json Add sample user configuration 6 年前
templates.go Create basic application 6 年前
user.go Render Markdown in profile bio 6 年前

README.md

Public.Bio

Create a simple public bio for yourself.

a preview of public.bio

Right now it’s only made for a single user. Edit sample.json and then run:

cd cmd/publicbio
go build
./publicbio -u ../../sample.json

You’ll see your site at localhost:8080. Provide a different port with the -p option.

Development

After updating styles, run make.