Liquid Glass Blog Template Release & Best Practices
2025-08-21
2 min read
Shellgit clone https://github.com/clark-ioe/liquid-glass-blog.git
Shellpnpm install
Shellpnpm dev
content/posts to automatically generate category and tag pages.For detailed configuration and feature guides, visit the online documentation: https://liquid-glass-blog.vercel.app/
To develop based on this project and keep up with future updates:
upstream to easily fetch new features and bug fixes:
Shellgit remote add upstream https://github.com/clark-ioe/liquid-glass-blog.git
git fetch upstream
git merge upstream/main
# or use rebase if preferred
git rebase upstream/main
main branch stable and production-ready.feature/xxx branches, then merge into main.hotfix/xxx branches for urgent bug fixes.For more, check the online docs or browse the content/posts directory.
Feel free to submit issues or PRs for feedback and improvements!