An open API service indexing awesome lists of open source software.

https://github.com/link-/pblog

Source of https://blog.bassemdy.com 🧙‍♂️
https://github.com/link-/pblog

blog jekyll personal-blog

Last synced: 4 months ago
JSON representation

Source of https://blog.bassemdy.com 🧙‍♂️

Awesome Lists containing this project

README

          

# pblog

[![Deploy](https://github.com/Link-/pblog/actions/workflows/deploy.yml/badge.svg)](https://github.com/Link-/pblog/actions/workflows/deploy.yml)

> TLDR; Personal blog

## Setup

```bash

# Install dependencies
npm install
bundle install

# Server
bundle exec jekyll serve --trace --livereload --drafts

# Generate og assets
node generate_og_assets.js
```