A simple page for all your links.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 947 B

6 years ago
12345678910111213141516171819202122232425262728293031323334353637
  1. # Public.Bio
  2. Create a simple public bio for yourself. An open source alternative to about.me, Linktree, Linkkle, etc.
  3. ![a preview of public.bio](https://i.snap.as/A0hxIru.png)
  4. ## Features
  5. * Single-user mode
  6. * Run dynamically or generate a static site
  7. ## Getting Started
  8. Right now it's only made for a single user. Edit `sample.json` and then run:
  9. ```
  10. go install ./cmd/publicbio
  11. publicbio -u sample.json
  12. ```
  13. You'll see your site at `localhost:8080`. Provide a different port with the `-p` option.
  14. ### Generate a static site
  15. Use `publicbio` as a static site generator instead of server application with the `-s` flag. HTML goes to stdout, so direct it to the file you want.
  16. ```
  17. publicbio -u sample.json -s > bio.html
  18. ```
  19. ## Development
  20. After updating styles, run `make`.
  21. ## Thanks
  22. Thanks to [International](https://cybre.space/@International) for the initial design, and thanks to [Shane](https://mastodon.design/@ZiiX) for the name!