Official blog for LibSpace - tips, tutorials, and updates.
# Install dependencies
bundle install
# Run local server
bundle exec jekyll serve
# Visit http://localhost:4000Create a new file in _posts/ with the format:
YYYY-MM-DD-post-title.md
Example front matter:
---
title: "Your Post Title"
date: 2026-01-13
author: "LibSpace Team"
image: "https://files.libspace.io/blog/your-image.jpg"
excerpt: "A brief description of your post."
---The RSS feed is automatically generated at /feed.xml.
Users can subscribe at: https://blog.libspace.io/feed.xml
This blog is deployed automatically via GitHub Pages when changes are pushed to the main branch.
The blog is served at blog.libspace.io via the CNAME file.