{"id":43961693,"url":"https://github.com/vnykmshr/markgo","last_synced_at":"2026-02-13T16:29:25.859Z","repository":{"id":314042379,"uuid":"1053148806","full_name":"vnykmshr/markgo","owner":"vnykmshr","description":"High-performance Go blog engine with file-based content. Runs as dynamic server or exports to static HTML. 30MB footprint, sub-second startup.","archived":false,"fork":false,"pushed_at":"2026-02-04T13:39:45.000Z","size":1330,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T14:11:38.574Z","etag":null,"topics":["blog-engine","cms","docker","golang","markdown","performance","rest-api","seo-optimization","static-site-generator","technical-blog"],"latest_commit_sha":null,"homepage":"https://vnykmshr.github.io/markgo/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vnykmshr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":"u/gh/vnykmshr","custom":null}},"created_at":"2025-09-09T04:03:56.000Z","updated_at":"2026-02-04T13:39:40.000Z","dependencies_parsed_at":"2025-09-10T08:57:02.025Z","dependency_job_id":"5a7e0c54-3508-4747-b59a-1e96eed86a45","html_url":"https://github.com/vnykmshr/markgo","commit_stats":null,"previous_names":["vnykmshr/markgo"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/vnykmshr/markgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnykmshr%2Fmarkgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnykmshr%2Fmarkgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnykmshr%2Fmarkgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnykmshr%2Fmarkgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vnykmshr","download_url":"https://codeload.github.com/vnykmshr/markgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnykmshr%2Fmarkgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29412636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog-engine","cms","docker","golang","markdown","performance","rest-api","seo-optimization","static-site-generator","technical-blog"],"created_at":"2026-02-07T05:33:37.873Z","updated_at":"2026-02-13T16:29:25.853Z","avatar_url":"https://github.com/vnykmshr.png","language":"Go","funding_links":["https://thanks.dev/u/gh/vnykmshr"],"categories":[],"sub_categories":[],"readme":"# MarkGo\n\n[![CI](https://github.com/vnykmshr/markgo/actions/workflows/ci.yml/badge.svg)](https://github.com/vnykmshr/markgo/actions/workflows/ci.yml)\n[![Go Version](https://img.shields.io/badge/Go-1.25.0+-blue.svg)](https://golang.org)\n[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n\nA blog engine where you write first and categorize never.\n\nType two sentences without a title and it becomes a thought. Paste a URL with commentary and it becomes a link. Write something long with a title and it becomes an article. Three content types, inferred automatically from what you write. No database. No build step.\n\n## Quick Start\n\n```bash\ngit clone https://github.com/vnykmshr/markgo \u0026\u0026 cd markgo\nmake build\n\n./build/markgo init --quick\n./build/markgo serve\n# Visit http://localhost:3000\n```\n\nOr download a release from [GitHub Releases](https://github.com/vnykmshr/markgo/releases).\n\n## What You Get\n\n**Write from anywhere** — CLI for drafting in your editor, web compose form for publishing from your phone. Quick capture: tap the FAB, type a thought, hit Publish. Under 5 seconds.\n\n**SPA navigation** — Instant page transitions. The router fetches HTML and swaps content — no full page reloads, no client-side rendering framework.\n\n**Works offline** — Installable PWA with Service Worker. Pages cached for offline reading. Compose queue syncs when you're back online.\n\n**Mobile-native feel** — Bottom navigation, full-screen search overlay, visual viewport handling for iOS keyboards. CSS starts at 320px and works up.\n\n**Your files, your control** — Articles are markdown files with YAML frontmatter. Edit in vim, version with git, back up however you like. The compose form writes files to disk — it's a convenience layer, not a lock-in.\n\n**Zero dependencies** — Single Go binary with embedded web assets. No Node.js, no PHP, no database. `markgo init` creates only your content directory and config.\n\n## Usage\n\n```bash\nmarkgo serve                             # Start the web server\nmarkgo init [--quick]                    # Initialize a new blog\nmarkgo new [--title \"...\" --tags \"...\"]  # Create an article\nmarkgo new --type thought                # Quick thought (no title needed)\nmarkgo new --type link                   # Share a link\n```\n\n## Configuration\n\nCopy `.env.example` to `.env`:\n\n```bash\nBLOG_TITLE=\"Your Blog Title\"\nBLOG_AUTHOR=\"Your Name\"\nBASE_URL=\"https://yourdomain.com\"\n```\n\nAdmin credentials enable the compose form, admin panel, and login:\n\n```bash\nADMIN_USERNAME=you\nADMIN_PASSWORD=something-strong\n```\n\nSee [Configuration Guide](docs/configuration.md) for all options.\n\n## Deploy\n\n**Docker:**\n```bash\ndocker compose up -d\n```\n\nSee [Deployment Guide](docs/deployment.md) for systemd, reverse proxy, and production setup.\n\n## Development\n\n```bash\nmake dev             # Dev server with hot reload\nmake build           # Build binary\nmake lint            # golangci-lint\nmake test            # Run tests\nmake test-race       # Race detector\nmake coverage        # Coverage report\n```\n\n## Documentation\n\n- [Getting Started](docs/GETTING-STARTED.md) — Install, first post, and features overview\n- [Configuration](docs/configuration.md) — All environment variables\n- [Architecture](docs/architecture.md) — How the system works\n- [API](docs/API.md) — Every HTTP endpoint\n- [Deployment](docs/deployment.md) — Docker, systemd, reverse proxy\n- [Design Language](docs/design.md) — The principles behind every decision\n\n## License\n\nMIT License — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnykmshr%2Fmarkgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvnykmshr%2Fmarkgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnykmshr%2Fmarkgo/lists"}