Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
Source of https://blog.bassemdy.com 🧙♂️
- Host: GitHub
- URL: https://github.com/link-/pblog
- Owner: Link-
- Created: 2020-05-29T15:17:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T10:30:47.000Z (4 months ago)
- Last Synced: 2024-09-16T12:08:34.297Z (4 months ago)
- Topics: blog, jekyll, personal-blog
- Language: SCSS
- Homepage: https://blog.bassemdy.com
- Size: 33.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```