summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2024-03-16feat(blog/content): new slide /slides/2024-03-15/ya8-2024/nsfisis
2024-03-10fix(blog/content): fix /posts/2024-02-22/phpkansai-2024-report/nsfisis
2024-03-10feat(blog/content): new slide /slides/2024-03-08/phperkaigi-2024/nsfisis
2024-03-10feat(blog/nuldoc): fill "uuid" field of template filesnsfisis
2024-03-10feat(blog/nuldoc): add --date option to "new" command to change date in pathnsfisis
2024-03-10fix(blog/nuldoc): fix filename of template file for slidesnsfisis
2024-02-24fix(blog/nginx): fix content-type of Atom feednsfisis
2024-02-24feat(blog/nuldoc): add `rel=alternate` linknsfisis
2024-02-24feat(blog/content): generate Atom feedsnsfisis
2024-02-24feat(blog/content): add "uuid" properties to all contentsnsfisis
2024-02-24feat(blog/nuldoc): implement generating Atom feednsfisis
2024-02-22feat(blog/content): new post /posts/2024-02-22/phpkansai-2024-report/nsfisis
2024-02-17feat(blog/content): update ↵nsfisis
/posts/2024-02-03/install-wireguard-on-personal-server/
2024-02-10feat(blog/content): new post /posts/2024-02-10/yapcjapan-2024-report/nsfisis
2024-02-03feat(blog/content): new post ↵nsfisis
/posts/2024-02-03/install-wireguard-on-personal-server/
2024-02-03fix(blog/hosting): close open port on host machinensfisis
2024-02-03feat(blog/content): update post ↵nsfisis
/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/
2024-01-24feat(blog/content): new slide /slides/2024-01-24/phpstudy-tokyo-160/nsfisis
2024-01-10fix(blog/nginx): fix redirect settingsnsfisis
2024-01-10fix(blog/nginx): redirect from ↵nsfisis
/posts/2023-01-10/neovim-insert-namespace-declaration-to-empty-php-file/ to /posts/2024-01-10/*/ for my typo in URL
2024-01-08feat(blog/content): new post ↵nsfisis
/posts/2024-01-10/neovim-insert-namespace-declaration-to-empty-php-file/
2024-01-08feat(blog/style): change separator of page titlesnsfisis
2023-12-31feat(blog/content): new post /posts/2023-12-31/2023-reflections/nsfisis
2023-12-31fix(blog/nuldoc): fix initial templatensfisis
2023-12-03feat(blog/style): add margin between site logo and menunsfisis
2023-12-03feat(blog/content): new post /posts/2023-12-03/isucon-13/nsfisis
2023-12-03feat(blog/nuldoc): add new tag, isuconnsfisis
2023-10-25feat(blog/content): new slide /slides/2023-10-25/phpstudy-tokyo-157/nsfisis
2023-10-15feat(blog/style): update site designnsfisis
2023-10-13feat(blog/content): new post ↵nsfisis
/posts/2023-10-13/i-entered-the-open-university-of-japan
2023-10-08chore(blog): remove unused filesnsfisis