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 🧙♂️
- Host: GitHub
- URL: https://github.com/link-/pblog
- Owner: Link-
- Created: 2020-05-29T15:17:45.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T12:06:42.000Z (over 1 year ago)
- Last Synced: 2025-03-19T00:39:17.798Z (over 1 year ago)
- Topics: blog, jekyll, personal-blog
- Language: SCSS
- Homepage: https://blog.bassemdy.com
- Size: 34.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pblog
[](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
```