Skip to content

Commit

Permalink
docs: tweaks to content
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 9, 2024
1 parent b4ae682 commit f20f3bc
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 12 deletions.
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ func main() {
Href: "/privacy",
Page: pager("privacy.md"),
},
{
Text: "About",
Href: "/about",
Page: pager("about.md"),
},
}

config := &pdocs.DocConfig{
Expand Down
17 changes: 17 additions & 0 deletions posts/about.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion posts/feeds.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: feeds.sh
description: guide to using feeds.sh
description: An rss email notification service
keywords: [pico, feeds]
---

Expand Down
13 changes: 13 additions & 0 deletions posts/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,16 @@ When you SSH again, use your username that you set in the CMS.
```bash
ssh [email protected]
```

## 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)
2 changes: 1 addition & 1 deletion posts/imgs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: imgs.sh
description: guide to using imgs.sh
description: Image hosting for hackers
keywords: [pico, imgs]
---

Expand Down
2 changes: 1 addition & 1 deletion posts/lists.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: lists.sh
description: guide to using lists.sh
description: A microblog for lists
keywords: [pico, lists]
---

Expand Down
2 changes: 1 addition & 1 deletion posts/pastes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: pastes.sh
description: guide to using pastes.sh
description: A pastebin for hackers
keywords: [pico, pastes]
---

Expand Down
6 changes: 3 additions & 3 deletions posts/pgs.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion posts/prose.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: prose.sh
description: guide to using prose.sh
description: A blog platform for hackers
keywords: [pico, prose]
---

Expand Down
6 changes: 3 additions & 3 deletions posts/tuns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: tuns.sh
description: A guide to using tuns.sh
description: Access localhost using https
keywords: [pico, tuns]
---

Expand All @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion tmpl/footer.partial.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{{define "footer"}}
<footer>
Made in Ann Arbor
<div>
Built by <strong>pico.sh LLC</strong>
</div>
<div class="text-sm">206 E Huron St STE 103, Ann Arbor MI 48104</div>
</footer>
{{end}}

0 comments on commit f20f3bc

Please sign in to comment.