Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/femincan/personal-blog
A blog website created with Astro, Tailwind CSS, and Headless Hashnode.
https://github.com/femincan/personal-blog
astro headless-hashnode typescript
Last synced: 2 days ago
JSON representation
A blog website created with Astro, Tailwind CSS, and Headless Hashnode.
- Host: GitHub
- URL: https://github.com/femincan/personal-blog
- Owner: femincan
- License: mit
- Created: 2023-10-30T14:19:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T06:02:51.000Z (about 1 year ago)
- Last Synced: 2023-11-10T12:20:14.173Z (about 1 year ago)
- Topics: astro, headless-hashnode, typescript
- Language: Astro
- Homepage: https://headless-personal-blog.netlify.app
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Blog
[![Live Demo Link](https://img.shields.io/website?down_message=offline&label=demo&style=for-the-badge&up_message=online&url=https://headless-personal-blog.netlify.app)](https://headless-personal-blog.netlify.app)
A blog website created with Astro, Tailwind CSS, and Headless Hashnode.
## Table of Contents
- [Technologies](#technologies)
- [How To Use](#how-to-use)
- [License](#license)## Technologies
- [Astro](https://astro.build)
- [Tailwind CSS](https://tailwindcss.com)
- [Headless Hashnode](https://hashnode.com/headless)
- [TypeScript](https://typescriptlang.org)## How To Use
To clone and run this application, you'll need Git, Node.js, and Pnpm installed globally on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/femincan/personal-blog.git# Go into the repository
cd personal-blog# Install dependencies
pnpm install
```Now, you can run the app:
```bash
pnpm run dev
```## License
[MIT](./LICENSE)