jbrodriguez / jbrio.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Juan B. Rodriguez (Personal Blog)

My blog, built with Astro. All open-source!

1. Clone the repo

git clone https://github.com/jbrodriguez/jbrio.net

2. Make sure you have up-to-date versions of Node.js and pnpm

Expected Node.js version: 18 or higher.

node -v

3. Install dependencies

npm install

4. Run the dev server

npm run dev

The website should now be accessible at http://localhost:4321

5. Build the static website

npm run build

The static website will be available in the ./dist folder.

6. Create a new post

npm run new <post name>

Misc

Meta holds the metadata for the site, including the logo art

License

Licensed under MIT License. © Juan B. Rodriguez.

Credits

Based on loige.co by Luciano Mammino

About

License:MIT License


Languages

Language:Astro 59.2%Language:MDX 19.4%Language:TypeScript 10.0%Language:JavaScript 6.4%Language:CSS 5.0%