A simple page for all your links.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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.