feat: tweak about
This commit is contained in:
parent
7f9e227f6b
commit
dc54909c3d
1 changed files with 74 additions and 76 deletions
|
|
@ -4,9 +4,8 @@ const PageBody = () => {
|
|||
return (
|
||||
<div className="p-4 lg:p-6">
|
||||
<p className="leading-[1.5] mb-4 not-first:mt-4">
|
||||
Eólas is custom software I built because I wasn't happy with any of the main offerings
|
||||
that exist for publishing personal knowledge bases. It is a work in progress and there
|
||||
are several features I have yet to introduce.
|
||||
Eólas is custom software I built to publish my personal knowledge bases. It is a work in
|
||||
progress and there are several features I have yet to introduce.
|
||||
</p>
|
||||
|
||||
<p className="leading-[1.5] mb-4 not-first:mt-4">
|
||||
|
|
@ -65,8 +64,7 @@ const PageBody = () => {
|
|||
</p>
|
||||
|
||||
<p className="leading-[1.5] mb-4 not-first:mt-4">
|
||||
Every aspect of the project, from the packages themselves to automation and version
|
||||
management and S3, is self-hosted, running on my Virtual Private Server.
|
||||
Every aspect of the project is self-hosted, running on my Virtual Private Server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue