Commit graph

7 commits

Author SHA1 Message Date
ff2571d948 docs: update blog post naming convention to date-based format
- Add filename convention documentation to README.md
- Update content.config.ts to match YYYY-MM-DD-*.md pattern
- Remove placeholder post-*.md files

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-16 21:49:07 +09:00
e357f2ed68 feat(container): add SSH server and rassumfrassum for LSP multiplexing
- Install openssh-server and create SSH infrastructure in container
- Install rassumfrassum (LSP multiplexer) via Python venv
- Expose SSH port 2222 and mount user public key for TRAMP access
- Update compose.yml to map port 2222 and mount SSH_PUBKEY_PATH
- Document SSH setup and TRAMP /ssh: access method in README
2026-02-11 12:25:57 +09:00
556408830c docs: add dependency update guidance
- document npm audit fix --force usage
- list required verification steps
2026-02-01 16:09:36 +09:00
26faa2271e feat(nix): add devShell with fj and Node.js
- Add a Nix flake devShell providing Forgejo CLI (fj) and Node.js
- Document nix develop usage in README
- Ignore common Nix artifacts in .gitignore
2026-01-31 21:17:01 +09:00
cf76a69948 feat(dev): add Podman-based container workflow
- Add Containerfile for running Astro dev server in a container
- Add compose.yml (slirp4netns) for WSL2/rootless compatibility
- Document Podman compose usage and troubleshooting steps in README
- Ignore optional Podman env file in .gitignore
2026-01-31 19:54:28 +09:00
8ff9c8c598 Update README to show my blog project 2025-04-27 14:16:36 +09:00
houston[bot]
b961e95a37 Initial commit from Astro 2025-01-04 17:24:53 +09:00