Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krzysztofzuraw/blog
https://github.com/krzysztofzuraw/blog
astro astro-blog blog tailwindcss
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krzysztofzuraw/blog
- Owner: krzysztofzuraw
- License: mit
- Created: 2019-10-12T08:06:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T09:56:18.000Z (6 months ago)
- Last Synced: 2024-08-15T11:28:49.325Z (6 months ago)
- Topics: astro, astro-blog, blog, tailwindcss
- Language: XSLT
- Homepage: https://krzysztofzuraw.com
- Size: 57.7 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![Blog main page](image.jpg)
Blog
[![Netlify Status](https://api.netlify.com/api/v1/badges/76679400-2108-484e-b2a4-dccd71984e48/deploy-status)](https://app.netlify.com/sites/flamboyant-stallman-9dcf8d/deploys)
This repository contains code & blog posts for my [blog](https://krzysztofzuraw.com).
## How to run
Install dependencies:
```shell
pnpm install
```Run development server:
```shell
pnpm dev
```Run production build:
```shell
pnpm build
```Generate an empty placeholder for the blog post
```shell
pnpm post:new
```## Credit
This blog is generated using [Astro Build](https://astro.build/).