summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog
AgeCommit message (Collapse)Author
2025-01-13refactor(blog/nuldoc): remove unnecessary validationnsfisis
2025-01-13refactor(blog/nuldoc): rename DocBookError to NuldocErrornsfisis
2025-01-13refactor(blog/nuldoc): remove unused functionsnsfisis
2025-01-13refactor(blog/nuldoc): use JSX notation to generate Atom pagesnsfisis
2025-01-12refactor(blog/nuldoc): separate pages/* to pages/* and generators/*nsfisis
2025-01-12refactor(blog/nuldoc): remove top-level __root__ elementnsfisis
2025-01-12refactor(blog/nuldoc): convert pages/*.ts to TSXnsfisis
2025-01-12refactor(blog/nuldoc): convert components/*.ts to TSXnsfisis
2025-01-12refactor(blog/nuldoc): support JSX notation in nuldoc sourcesnsfisis
2025-01-12fix(blog/nuldoc): fix type errorsnsfisis
2025-01-11feat(blog/content): update post /posts/2025-01-08/phperkaigi-2023-tokens-q1/nsfisis
2025-01-08feat(blog/content): new post /posts/2025-01-08/phperkaigi-2023-tokens-q1/nsfisis
2025-01-02feat(blog/content): new post /posts/2024-12-33/2024-reflections/nsfisis
2024-12-17feat(blog/content): update post /posts/2024-12-04/cohackpp/nsfisis
2024-12-17fix(blog/nuldoc): encode special characters such as ampersand in quoted ↵nsfisis
attribute values
2024-12-05feat(blog/content): update post /posts/2024-12-04/cohackpp/nsfisis
2024-12-04feat(blog/content): new post /posts/2024-12-04/cohackpp/nsfisis
2024-12-04feat(blog/content): new slides /slides/2024-11-30/cohackpp/nsfisis
2024-12-04feat(blog/nuldoc): make nuldoc not require --allow-run flagnsfisis
2024-10-31feat(blog/content): new slide /slides/2024-10-30/phpstudy-tokyo-169/nsfisis
2024-09-28feat(blog/content): new post /posts/2024-09-28/mncore-challenge-1/nsfisis
2024-08-19feat(blog/content): new post ↵nsfisis
/posts/2024-08-19/go-template-access-outer-scope-pipeline-within-with-or-range/
2024-08-15feat(deploy): migrate to docker compose v2nsfisis
2024-08-15refactor(blog/nuldoc): use zod schemansfisis
2024-08-14refactor(blog/nuldoc): use zod for runtime validationnsfisis
2024-08-14refactor(blog/nuldoc): use object value directly instead of key-value pairs ↵nsfisis
to construct attribute pairs
2024-08-14refactor(blog/nuldoc): use string value directly instead of `text()` helper ↵nsfisis
for creating text nodes
2024-07-19feat(blog/content): /posts/2024-07-19/reparojson-fix-only-json-formatter/nsfisis
2024-07-18feat(blog/content): update /slides/2024-07-18/phpstudy-tokyo-166/slide.pdfnsfisis
2024-07-18feat(blog/content): new slide /slides/2024-07-18/phpstudy-tokyo-166/nsfisis
2024-07-07feat(blog/content): update /posts/2024-03-17/phperkaigi-2024-report/nsfisis
2024-06-22feat(blog/p5js): update p5.jsnsfisis
2024-06-22feat(blog/nuldoc): create config file, nuldoc.tomlnsfisis
2024-06-19feat(blog/content): new post /posts/2024-06-19/scalamatsuri-2024-report/nsfisis
2024-06-01feat(blog/content): update /posts/2024-04-14/phpcon-odawara-2024-report/nsfisis
2024-05-29fix(blog/nginx): fix content-type of *.mjsnsfisis
2024-05-29feat(blog/nuldoc): update PDF.js from 3.4.120 to 4.3.136nsfisis
2024-05-11feat(blog/content): new post /posts/2024-05-11/phpconkagawa-2024-report/nsfisis
2024-04-29chore(blog/nuldoc): update depsnsfisis
2024-04-29chore(blog/nuldoc): define import map in deno.jsonc instead of import_map.jsonnsfisis
2024-04-29feat(blog/content): new post ↵nsfisis
/posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/
2024-04-25feat(blog/content): new slide /slides/2024-04-25/phpstudy-tokyo-163/nsfisis
2024-04-20feat(blog/content): new post /posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/nsfisis
2024-04-20feat(blog/nuldoc): support internal (not published) revisionnsfisis
2024-04-14feat(blog/content): new post /posts/2024-04-14/phpcon-odawara-2024-report/nsfisis
2024-04-13feat(blog/content): new slide /slides/2024-04-13/phpcon-odawara-2024/nsfisis
2024-04-07feat(blog/content): rename post /posts/2024-03-20/todos-in-my-life/ to ↵nsfisis
/posts/2024-03-20/my-bucket-list/
2024-04-02fix(blog/proxy): fix an issue where one cannot access to slash-less pathnsfisis
# Problem Access to `https://blog.nsfisis.dev/foo/bar` was redirected to `http://127.0.0.1/foo/bar/`. # Cause Nginx inside Docker container listened to port 80, but Docker bound the port to the host's 8001 port. The reverse proxy, mioproxy, was configured to rewrite `http://127.0.0.1:8001/*` to `https://blog.nsfisis.dev/*`, which cannot handle `http://127.0.0.1:80/*`. # Solution Change the inner port that Nginx listens to to 8001. Also update mioproxy version.
2024-03-20feat(blog/content): new post /posts/2024-03-20/todos-in-my-life/nsfisis
2024-03-17feat(blog/content): new post /posts/2024-03-17/phperkaigi-2024-report/nsfisis