remove homepage, add /about, change navbar
This commit is contained in:
parent
f9b77948b2
commit
f604a23cd0
5 changed files with 38 additions and 9 deletions
23
src/content/about.md
Normal file
23
src/content/about.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# What is Permap
|
||||
|
||||
Permap is a open source geo-message-board software written in OCaml.
|
||||
|
||||
Permap was initially made to be a gardening/permaculture forum.
|
||||
Permap's aim is to help people find friends with similar interests around them
|
||||
and build local communities.
|
||||
|
||||
You can make threads with geographical coordinate,
|
||||
this way you can find people near you doing interesting stuffs,
|
||||
socialize with them and share local knowledge.
|
||||
|
||||
## Permap's future
|
||||
|
||||
- Make permap federate
|
||||
|
||||
- More than coordinates
|
||||
|
||||
Make threads on anything with a geographical position.
|
||||
Instead of making threads with a simple (latitude * longitude) data,
|
||||
we want to be able to make threads on any OpenStreetMap's item/ActivityPub object
|
||||
that can resolve to a geographical position.
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
padding-top: 3rem;
|
||||
padding-top: 0rem;
|
||||
padding-bottom: 3rem;
|
||||
color: #5a5a5a;
|
||||
background-color: #e8eaf6;
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Hello world
|
||||
Permap is cool
|
||||
Loading…
Add table
Add a link
Reference in a new issue