-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export function Home() { | ||
return ( | ||
<div className="flex justify-center pt-10"> | ||
<div className="prose dark:prose-invert"> | ||
<h1>OberonCMS</h1> | ||
<p> | ||
An extensible content management system for developers, designers and | ||
content creators. | ||
</p> | ||
<p> | ||
Get started quickly, for free on the platform of your choice. Use our | ||
plugins or build your own to customise the OberonCMS to your needs. | ||
</p> | ||
<p> | ||
We're still building out the core capabilities and | ||
[documentation](/docs/about), but we're excited to see what you can do | ||
with it. | ||
</p> | ||
</div> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
<div className="flex justify-center pt-10"> | ||
<div className="prose dark:prose-invert"> | ||
<h1>OberonCMS</h1> | ||
<p> | ||
An extensible content management system for developers, designers and | ||
content creators. | ||
</p> | ||
<p> | ||
Get started quickly, for free on the platform of your choice. Use our | ||
plugins or build your own to customise the OberonCMS to your needs. | ||
</p> | ||
<p> | ||
We're still building out the core capabilities and | ||
[documentation](/docs/about), but we're excited to see what you can do | ||
with it. | ||
</p> | ||
</div> | ||
</div> | ||
import { Home } from "@/components/home" | ||
|
||
<Home /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters