A simple page for all your links.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Matt Baer 141673d949 Move stylesheet generation to Makefile pirms 6 gadiem
cmd/publicbio Create basic application pirms 6 gadiem
less Move stylesheet generation to Makefile pirms 6 gadiem
static/css Create basic application pirms 6 gadiem
templates Add h-card properties on profile pirms 6 gadiem
.gitignore Create project with .gitignore pirms 6 gadiem
LICENSE Add AGPL license pirms 6 gadiem
Makefile Move stylesheet generation to Makefile pirms 6 gadiem
README.md Move stylesheet generation to Makefile pirms 6 gadiem
app.go Remove unused imports and app fields pirms 6 gadiem
handler.go Remove unused imports and app fields pirms 6 gadiem
routes.go Create basic application pirms 6 gadiem
sample.json Add sample user configuration pirms 6 gadiem
templates.go Create basic application pirms 6 gadiem
user.go Render Markdown in profile bio pirms 6 gadiem

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.