César García f11dff205d Update index.md
Added my own video tutorial about how to Ollama + Ollama WebUI in Windows. I also added enhanced privacy URL for the links. This should prevent sending information to Youtube about the visitors unless they click on any of the existing videos.
2024-02-22 10:31:41 +01:00
2024-02-19 21:33:28 -08:00
2024-02-19 21:02:13 -08:00
2024-02-22 10:31:41 +01:00
2024-02-20 18:48:57 -08:00
2024-02-21 00:42:02 -08:00
2024-02-19 21:02:13 -08:00
2024-02-19 21:02:13 -08:00
2024-02-20 18:46:13 -08:00
2024-02-19 21:02:13 -08:00
2024-02-19 21:02:13 -08:00
2024-02-19 21:02:13 -08:00
2024-02-19 21:02:13 -08:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Languages
TypeScript 36.5%
Python 34.4%
CSS 27.8%
JavaScript 1.3%