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 141673d949 Move stylesheet generation to Makefile 6 yıl önce
cmd/publicbio Create basic application 6 yıl önce
less Move stylesheet generation to Makefile 6 yıl önce
static/css Create basic application 6 yıl önce
templates Add h-card properties on profile 6 yıl önce
.gitignore Create project with .gitignore 6 yıl önce
LICENSE Add AGPL license 6 yıl önce
Makefile Move stylesheet generation to Makefile 6 yıl önce
README.md Move stylesheet generation to Makefile 6 yıl önce
app.go Remove unused imports and app fields 6 yıl önce
handler.go Remove unused imports and app fields 6 yıl önce
routes.go Create basic application 6 yıl önce
sample.json Add sample user configuration 6 yıl önce
templates.go Create basic application 6 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.

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.