Skip to content

Update README to reflect current features#515

Merged
compscidr merged 1 commit intomainfrom
docs/update-readme
Mar 17, 2026
Merged

Update README to reflect current features#515
compscidr merged 1 commit intomainfrom
docs/update-readme

Conversation

@compscidr
Copy link
Collaborator

Summary

Complete rewrite of the README to accurately document the project's current state.

What changed

🤖 Generated with Claude Code

Rewrite the README to document all current features including:
themes, comments, search, revision history, backlinks, draft
workflow, scholar integration, configurable pages/post types,
trusted proxies, and Docker deployment. Remove completed items
from todo, update badges to point to main branch, add theming
docs and quick start sections.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 17, 2026 00:32
@compscidr compscidr merged commit 6a9731b into main Mar 17, 2026
4 of 5 checks passed
@compscidr compscidr deleted the docs/update-readme branch March 17, 2026 00:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project README to reflect the current state of the Go blog platform and provide clearer onboarding/usage details.

Changes:

  • Update Codecov badge to track the main branch.
  • Rewrite README feature list and add expanded Quick Start / theming documentation.
  • Add an architecture summary and link TODOs to issue numbers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Markdown posts with code syntax highlighting and table support
- Draft / publish workflow
- Post revision history with rollback
- Tags with tag cloud
- Post revision history with rollback
- Tags with tag cloud
- Configurable post types (blog posts, notes, etc.)
- Full-text search
- File uploads (images, PDFs, etc.)
- Internal and external backlink tracking
- Comments with markdown support, spam honeypot, and rate limiting
- RSS-ready sitemap generation
Comment on lines +43 to +46
- SQLite database (file-based, zero config)
- Docker support with tagged releases on Docker Hub
- Configurable trusted proxies for reverse proxy deployments (`TRUSTED_PROXIES` env var)
- GitHub Actions CI/CD
Comment on lines +62 to 66
### Behind a Reverse Proxy
Set `TRUSTED_PROXIES` so `X-Forwarded-For` headers are trusted for client IP resolution:
```bash
TRUSTED_PROXIES=172.16.0.0/12 ./goblog
```
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@00e77db). Learn more about missing BASE report.
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #515   +/-   ##
=======================================
  Coverage        ?   45.83%           
=======================================
  Files           ?        8           
  Lines           ?     2221           
  Branches        ?        0           
=======================================
  Hits            ?     1018           
  Misses          ?     1061           
  Partials        ?      142           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants