All Projects â†’ jaydanurwin â†’ astro-minimal-starter

jaydanurwin / astro-minimal-starter

Licence: MIT license
astro-minimal-starter.netlify.app/

Programming Languages

Astro
20 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to astro-minimal-starter

cookiecutter-go
boilerplate, golang project starter tool, support go-zero/go-micro/gin
Stars: ✭ 63 (+43.18%)
Mutual labels:  starter
express-firebase
đŸ”Ĩ Express starter for your Firebase applications
Stars: ✭ 60 (+36.36%)
Mutual labels:  starter
vulkan-seed
🌋🌱 A Vulkan starter repo that you could use to get the ball rolling.
Stars: ✭ 57 (+29.55%)
Mutual labels:  starter
gatsby-snyung-starter
Simple Gatsby Blog Theme for you 👈
Stars: ✭ 15 (-65.91%)
Mutual labels:  starter
firebase-spring-boot-rest-api-authentication
Firebase Spring Boot Rest API Authentication
Stars: ✭ 172 (+290.91%)
Mutual labels:  starter
umi-dva-antd-mobile-starter
Get started with Umi3.js and Ant Design Mobile.
Stars: ✭ 21 (-52.27%)
Mutual labels:  starter
wechat-starter-boot-spring
įŽ€åŒ–垎äŋĄå¯šæŽĨæĩį¨‹īŧŒéŋ免重复性åˇĨäŊœå’ŒåĄĢ坑
Stars: ✭ 22 (-50%)
Mutual labels:  starter
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (+156.82%)
Mutual labels:  starter
webvr-demo
A simple demo use WebVR API with pure webGL.
Stars: ✭ 30 (-31.82%)
Mutual labels:  starter
strapi-starter-gatsby-blog
Updated version of the first Gatsby starter with much more features
Stars: ✭ 140 (+218.18%)
Mutual labels:  starter
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (-38.64%)
Mutual labels:  starter
nest-typescript-starter
Nest framework TypeScript starter (node.js)
Stars: ✭ 35 (-20.45%)
Mutual labels:  starter
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-70.45%)
Mutual labels:  starter
vuejs-typestyle-seed
VueJS + TypeStyle seed using JSX
Stars: ✭ 20 (-54.55%)
Mutual labels:  starter
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+181.82%)
Mutual labels:  starter
vueuse-vite-starter
⚡ī¸ Starter for Vite + VueUse + TypeScript
Stars: ✭ 121 (+175%)
Mutual labels:  starter
example-app
Example app showcasing fulls1z3's Angular libraries
Stars: ✭ 27 (-38.64%)
Mutual labels:  starter
vue-typescript-prettier
Vue project with TypeScript, ESLint, and Prettier integrated together
Stars: ✭ 22 (-50%)
Mutual labels:  starter
flutter-todo-list-tutorial
✅ A detailed example/tutorial building a cross-platform Todo List App using Flutter đŸĻ‹
Stars: ✭ 60 (+36.36%)
Mutual labels:  starter
originator
🌱 es6 starter - babel, tape, zuul, npm scripts
Stars: ✭ 12 (-72.73%)
Mutual labels:  starter

Netlify Status

astro-minimal-starter

Open in StackBlitz

Demo Site

If you haven't heard about Astro yet you're missing out. This starter repo gives you a blog website with posts written in Markdown, all powered by Astro.

Don't be fooled by the simplicity of this starter either. With excellent SEO built in, Astro's excellent developer environment, and performance best practices you're getting one of the best foundations for a personal blog with posts written in markdown. The reason for making such a bare bones starter in terms of styles is that it has what you need out of the box for SEO and site structure but it makes no assumptions about how you want it look and behave.

Sometimes starters can feel like they are giving us way too much and you'll spend a day picking apart half of the code to get to the setup you actually wanted. Want to use vanilla CSS instead of Tailwind or Scss? No problem!

Features

  • Excellent SEO Built In
    • Open Graph Tags (Twitter, Facebook, etc.)
    • User Declared Canonical URLs
    • RSS Feed
    • XML Sitemap
    • Robots.txt
    • JSON LD Schema
  • Markdown based blog posts with featured images
  • Extremely minimal styles
  • Performant Google Fonts Setup

Get Started

# Install Dependencies

npm i

# Run Site locally

npm start

# Build Site

npm run build

Navigate to src/data/site.js and edit to match your site's information.

Start writing new blog posts in Markdown at src/pages/blog/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].