Add blog and edit homepage
This commit is contained in:
parent
68917dc3dc
commit
093b4eaffb
12
docs/blog/2023-11-05-hello-world.md
Normal file
12
docs/blog/2023-11-05-hello-world.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: Hello World
|
||||
description: This is my first post on Docusaurus.
|
||||
slug: hello-world
|
||||
authors:
|
||||
- name: Daniel
|
||||
tags: [hello, jan]
|
||||
image: https://i.imgur.com/mErPwqL.png
|
||||
hide_table_of_contents: false
|
||||
---
|
||||
|
||||
Hello World!
|
||||
6
docs/blog/authors.yml
Normal file
6
docs/blog/authors.yml
Normal file
@ -0,0 +1,6 @@
|
||||
dan-jan:
|
||||
name: Daniel Onggunhao
|
||||
title: Co-Founder
|
||||
url: https://github.com/dan-jan
|
||||
image_url: https://avatars.githubusercontent.com/u/101145494?v=4
|
||||
email: daniel@jan.ai
|
||||
@ -73,7 +73,10 @@ const config = {
|
||||
filename: "sitemap.xml",
|
||||
},
|
||||
// Will be passed to @docusaurus/plugin-content-blog (false to disable)
|
||||
blog: false,
|
||||
blog: {
|
||||
blogSidebarTitle: "All Posts",
|
||||
blogSidebarCount: "ALL",
|
||||
},
|
||||
// Will be passed to @docusaurus/theme-classic.
|
||||
theme: {
|
||||
customCss: require.resolve("./src/styles/main.scss"),
|
||||
@ -131,6 +134,11 @@ const config = {
|
||||
label: "Developers",
|
||||
},
|
||||
// Navbar right
|
||||
{
|
||||
to: "blog",
|
||||
label: "Blog",
|
||||
position: "right",
|
||||
},
|
||||
{
|
||||
type: "docSidebar",
|
||||
sidebarId: "aboutSidebar",
|
||||
|
||||
@ -84,28 +84,19 @@ export default function Home() {
|
||||
</div>
|
||||
|
||||
<h1 className="bg-gradient-to-r dark:from-white from-black to-gray-500 dark:to-gray-400 bg-clip-text text-4xl lg:text-6xl font-bold leading-tight text-transparent dark:text-transparent lg:leading-tight">
|
||||
Run Your Own AI
|
||||
Personal AI
|
||||
</h1>
|
||||
<p className="text-xl leading-relaxed lg:text-2xl lg:leading-relaxed text-gray-500 dark:text-gray-400">
|
||||
{/* Run Large Language Models locally on
|
||||
<span className="dark:text-white text-black">Mac</span>
|
||||
,
|
||||
<span className="dark:text-white text-black">Windows</span>
|
||||
or
|
||||
<span className="dark:text-white text-black">Linux</span>. */}
|
||||
Jan is a powerful
|
||||
<span className="dark:text-white text-black">
|
||||
Personal AI
|
||||
</span>
|
||||
built to run locally on your machine,
|
||||
built to run locally on your computer,
|
||||
<br />
|
||||
with a rich
|
||||
<span className="dark:text-white text-black">app</span>
|
||||
inifinitely customizable via
|
||||
<span className="dark:text-white text-black">apps</span>
|
||||
and
|
||||
<span className="dark:text-white text-black">
|
||||
plugin ecosystem
|
||||
</span>
|
||||
.
|
||||
<span className="dark:text-white text-black">plugins</span>.
|
||||
</p>
|
||||
|
||||
<div className="my-6 flex flex-col-reverse md:flex-row items-center justify-center gap-4 relative z-20">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user