pgrangeiro / blog

Crisp, minimalistic personal blog theme built with Astro.js and TailwindCSS.

Home Page:https://astro-tech-blog-ten.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro & Tailwind CSS Starter Kit

πŸ”₯ Features

Explore the Astro.js Personal Blog Template – a sleek and feature-rich platform for your personal blog:

  • Astro.js Powered: Dynamic and efficient JavaScript-driven experience.
  • Tailwind CSS Integration: Ensures a stylish and responsive design.
  • RSS Feed Support: Keeps your audience updated effortlessly.
  • Markdown Compatibility: Streamlines content creation with easy formatting.
  • Syntax Highlighting: Enhances code snippet readability for tech enthusiasts.
  • SEO-Optimized: Includes a sitemap for optimal search engine visibility.
  • Vercel Deployment: preconfigured Vercel deployment & web analytics.
  • Framework of your choice: 100% Astro.js only template - choose your JS Framework (react preinstalled)

Unlock a seamless blend of aesthetics and functionality to share your unique voice with the world.

πŸ’» Showcase

showcase

πŸ“¦ Template Integrations

πŸ›οΈ Template Structure

Inside of your Astro project, you'll see the following folders and files:

/
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚   └── pages/
β”‚       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

πŸš€ Getting started

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI

❀️ Helping out

If you find that something isn't working right then I'm always happy to hear it to improve this starter! You can contribute in many ways and forms. Let me know by either:

  1. Filing an issue
  2. Submitting a pull request
  3. Starting a discussion
  4. Buying me a coffee!

β˜• Thank you!

A big thank you to the creators of the awesome Astro static site generator and to all using this starter to make the web a bit more accessible for all people around the world :)

About

Crisp, minimalistic personal blog theme built with Astro.js and TailwindCSS.

https://astro-tech-blog-ten.vercel.app

License:MIT License


Languages

Language:Astro 84.7%Language:JavaScript 10.4%Language:TypeScript 4.9%