A simple page for all your links.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Matt Baer 141673d949 Move stylesheet generation to Makefile il y a 6 ans
cmd/publicbio Create basic application il y a 6 ans
less Move stylesheet generation to Makefile il y a 6 ans
static/css Create basic application il y a 6 ans
templates Add h-card properties on profile il y a 6 ans
.gitignore Create project with .gitignore il y a 6 ans
LICENSE Add AGPL license il y a 6 ans
Makefile Move stylesheet generation to Makefile il y a 6 ans
README.md Move stylesheet generation to Makefile il y a 6 ans
app.go Remove unused imports and app fields il y a 6 ans
handler.go Remove unused imports and app fields il y a 6 ans
routes.go Create basic application il y a 6 ans
sample.json Add sample user configuration il y a 6 ans
templates.go Create basic application il y a 6 ans
user.go Render Markdown in profile bio il y a 6 ans

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.