From f20f3bcf9fa6f9976aa3efcbf0acf02f725e66d6 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Tue, 9 Jan 2024 14:45:03 -0500 Subject: [PATCH] docs: tweaks to content --- main.go | 5 +++++ posts/about.md | 17 +++++++++++++++++ posts/feeds.md | 2 +- posts/getting-started.md | 13 +++++++++++++ posts/imgs.md | 2 +- posts/lists.md | 2 +- posts/pastes.md | 2 +- posts/pgs.md | 6 +++--- posts/prose.md | 2 +- posts/tuns.md | 6 +++--- tmpl/footer.partial.tmpl | 5 ++++- 11 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 posts/about.md diff --git a/main.go b/main.go index f260016..91081b5 100644 --- a/main.go +++ b/main.go @@ -92,6 +92,11 @@ func main() { Href: "/privacy", Page: pager("privacy.md"), }, + { + Text: "About", + Href: "/about", + Page: pager("about.md"), + }, } config := &pdocs.DocConfig{ diff --git a/posts/about.md b/posts/about.md new file mode 100644 index 0000000..be1296b --- /dev/null +++ b/posts/about.md @@ -0,0 +1,17 @@ +--- +title: About us +description: Who is working at pico? +keywords: [pico, about] +--- + +There are only two core team members at **pico.sh LLC**: + +- [Eric Bower](https://bower.sh) +- [Antonio Mika](https://antoniomika.me) + +We are two software engineers who love experimenting with new technologies. +Think of pico.sh as a tech lab for us to bring our ideas to life. + +While we are the core team members, we also have to acknowledge the larger +community. Without whom we would not be so energized to build tools and +services. diff --git a/posts/feeds.md b/posts/feeds.md index 908ed9e..1aa10b8 100644 --- a/posts/feeds.md +++ b/posts/feeds.md @@ -1,6 +1,6 @@ --- title: feeds.sh -description: guide to using feeds.sh +description: An rss email notification service keywords: [pico, feeds] --- diff --git a/posts/getting-started.md b/posts/getting-started.md index 9a3060a..e270d2a 100644 --- a/posts/getting-started.md +++ b/posts/getting-started.md @@ -38,3 +38,16 @@ When you SSH again, use your username that you set in the CMS. ```bash ssh glossy@prose.sh ``` + +## Next Steps + +What service did you want to use first? Read the docs to get started with any of +our services: + +- [pgs.sh](/pgs) +- [prose.sh](/prose) +- [pastes.sh](/prose) +- [imgs.sh](/imgs) +- [feeds.sh](/feeds) +- [lists.sh](/lists) +- [tuns.sh](/tuns) diff --git a/posts/imgs.md b/posts/imgs.md index e1f00c4..30af819 100644 --- a/posts/imgs.md +++ b/posts/imgs.md @@ -1,6 +1,6 @@ --- title: imgs.sh -description: guide to using imgs.sh +description: Image hosting for hackers keywords: [pico, imgs] --- diff --git a/posts/lists.md b/posts/lists.md index c247ade..441dca5 100644 --- a/posts/lists.md +++ b/posts/lists.md @@ -1,6 +1,6 @@ --- title: lists.sh -description: guide to using lists.sh +description: A microblog for lists keywords: [pico, lists] --- diff --git a/posts/pastes.md b/posts/pastes.md index ea8d849..c071ddf 100644 --- a/posts/pastes.md +++ b/posts/pastes.md @@ -1,6 +1,6 @@ --- title: pastes.sh -description: guide to using pastes.sh +description: A pastebin for hackers keywords: [pico, pastes] --- diff --git a/posts/pgs.md b/posts/pgs.md index f3c1eaf..a03b762 100644 --- a/posts/pgs.md +++ b/posts/pgs.md @@ -1,12 +1,12 @@ --- title: pgs.sh -description: guide to using pgs.sh +description: A zero-dependency static site hosting service for hackers keywords: [pico, pgs] --- -## Closed beta +> NOTICE: This service is currently in closed beta -Anyone can get an invite! +However, anyone can get an invite! The only requirement is to stay in our IRC channel and be willing to provide feedback on how we can improve the service. diff --git a/posts/prose.md b/posts/prose.md index 2512b3e..f080ee8 100644 --- a/posts/prose.md +++ b/posts/prose.md @@ -1,6 +1,6 @@ --- title: prose.sh -description: guide to using prose.sh +description: A blog platform for hackers keywords: [pico, prose] --- diff --git a/posts/tuns.md b/posts/tuns.md index 2447b00..36ad914 100644 --- a/posts/tuns.md +++ b/posts/tuns.md @@ -1,6 +1,6 @@ --- title: tuns.sh -description: A guide to using tuns.sh +description: Access localhost using https keywords: [pico, tuns] --- @@ -13,9 +13,9 @@ localhost using SSH. Once you have a pico account (as setup on our other services) and we apply a feature flag to your user, you'll be able to login to `tuns.sh`. -## Closed beta +> NOTICE: This service is currently in closed beta -Anyone can get an invite! +However, anyone can get an invite! The only requirement is to stay in our IRC channel and be willing to provide feedback on how we can improve the service. diff --git a/tmpl/footer.partial.tmpl b/tmpl/footer.partial.tmpl index a66ff5a..1125cad 100644 --- a/tmpl/footer.partial.tmpl +++ b/tmpl/footer.partial.tmpl @@ -1,5 +1,8 @@ {{define "footer"}} {{end}}