10000 GitHub - pkjc/h1bmoney-v2: A minimal, responsive and SEO-friendly Astro blog theme
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A minimal, responsive and SEO-friendly Astro blog theme

License

Notifications You must be signed in to change notification settings

pkjc/h1bmoney-v2

 
 

Repository files navigation

AstroPaper 📄

astro-paper

Typescript GitHub

AstroPaper is a minimal, responsive and SEO-friendly Astro blog theme. This theme is designed and crafted based on my personal blog.

This theme is aimed to be accessible out of the box. Light and dark mode are supported by default and additional color schemes can also be configured.

This theme is self-documented _ which means articles/posts in this theme can also be considered as documentations. So, see the documentation for more info.

🔥 Features

  • super fast performance
  • fully responsive and accessible
  • SEO-friendly
  • light & dark mode
  • fuzzy search
  • draft posts & pagination
  • sitemap & rss feed
  • highly customizable

🚀 Project Structure

Inside of AstroPaper, you'll see the following folders and files:

/
├── public/
│   ├── assets/
│   │   └── logo.svg
│   │   └── logo.png
│   └── favicon.svg
│   └── default-og.png
│   └── robots.txt
├── src/
│   ├── assets/
│   │   └── socialIcons.ts
│   ├── components/
│   ├── contents/
│   │   └── some-blog-posts.md
│   ├── layouts/
│   └── pages/
│   └── styles/
│   └── utils/
│   └── config.ts
│   └── types.ts
└── 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.

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

All blog posts are stored in src/contents/ directory.

📖 Documentation

Documentation can be read in two formats_ markdown & blog post.

💻 Tech Stack

Main Framework - Astro
Type Checking - TypeScript
Component Framework - ReactJS
Styling - TailwindCSS
UI/UX - Figma
Fuzzy Search - FuseJS
Icons - Boxicons | Tablers
Deployment - Cloudflare Pages

👨🏻‍💻 Running Locally

Clone the project

git clone https://github.com/satnaing/astro-paper.git

Go to the project directory

cd astro-paper

Remove remote origin

git remote remove origin

Remove Google site verification

rm -rf public/googlebbcd930f1ecacd3a.html

Install dependencies

npm install

Start the server

npm run dev

🧞 Astro Commands

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 preview
npm run astro --help Get help using the Astro CLI

👀 Want to learn more?

If you want to know more about Astro check thier documentation or jump into their Discord server.

License

Licensed under the MIT License, Copyright © 2022

About

A minimal, responsive and SEO-friendly Astro blog theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Astro 51.0%
  • TypeScript 40.1%
  • CSS 5.1%
  • JavaScript 3.8%
0