diff --git a/docs/blog/2023-11-05-hello-world.md b/docs/blog/2023-11-05-hello-world.md new file mode 100644 index 000000000..ad080e320 --- /dev/null +++ b/docs/blog/2023-11-05-hello-world.md @@ -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! \ No newline at end of file diff --git a/docs/blog/authors.yml b/docs/blog/authors.yml new file mode 100644 index 000000000..f30d4610d --- /dev/null +++ b/docs/blog/authors.yml @@ -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 \ No newline at end of file diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 7de037430..a6ce99a41 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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", diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 2370142ae..a5c6b7948 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -84,28 +84,19 @@ export default function Home() {

- Run Your Own AI + Personal AI

- {/* Run Large Language Models locally on  - Mac - ,  - Windows -  or  - Linux. */} Jan is a powerful  Personal AI -  built to run locally on your machine, +  built to run locally on your computer,
- with a rich  - app + inifinitely customizable via  + apps  and  - - plugin ecosystem - - . + plugins.