About 46 results
https://rednafi.com/javascript/cors-proxy-with-cloudflare-workers/ · 21 May 2023
Build your own CORS proxy using Cloudflare Workers to bypass browser CORS restrictions. Includes deployment with GitHub Actions automation.
https://rednafi.com/javascript/periodic-readme-updates-with-gh-actions/ · 4 May 2023
Automate your GitHub profile README with periodic updates using Actions. Parse RSS feeds and dynamically display latest blog posts with NodeJS.
https://blog.nove-b.dev/posts/wordpress-management-vscode-wordpress-post · 26 Apr 2023
WordPressの記事管理に頭を悩ませてきた。 で、行きついた先が、今後のことを考え、WordPressの記事をGitで管理しGithubに一元管理することにしただったのだが、色々運用を決めていくとどうに...
https://blog.nove-b.dev/posts/create-pull-request-template-github · 15 Apr 2023
プルリク時の記述を共通化する プルリク時に各々違うフォーマットで書かれるとレビューする人が大変なので、テンプレートを使用し共通化を図ることにした。 基本的にリポジトリ用のプ...
https://www.coryd.dev/posts/2023/scheduled-eleventy-builds-on-vercel-with-cron-triggered-github-actions · 19 Mar 2023
In an effort to get away from client-side Javascript and embrace Eleventy for what it is (a static site generator), I've dropped my social-utils instance offline and my now-playing track display on my home page that still relied on it.
https://blog.nove-b.dev/posts/resolve-error-invalid-path-git-pull · 12 Mar 2023
error: invalid path タイトルに書いたが、 git pull したところ上記エラーがでた。 調査しつつメモに残そうと本記事のタイトルでマークダウンファイルを作成しようとしたところ、エラーがでた...
https://www.coryd.dev/posts/2023/automating-rss-syndication-and-sharing-with-nextjs-and-github · 23 Feb 2023
I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon. This tool works by leveraging a few basic configurations, the Mastodon API and a (reasonably) lightweight script that creates a JSON cache when ini...
https://mikebifulco.com/posts/next-js-github-bio-about-page · 9 Dec 2022
Learn how to sync your About page and your personal GitHub README bio on your Next.js site, as a step towards owning your content on social media.
https://blog.nove-b.dev/posts/manage-wordpress-posts-git · 3 Dec 2022
なぜGit管理をするのか 過去にいくつものブログをCloseさせ、その記事データは残ってない。 なんでエクスポートしなかったんだろうという思いがたまに頭をもたげる。 そしてまた新しいブ...
https://marko.tech/journal/moving-to-github-from-bitbucket · 1 Dec 2022
A quick set of commands to safely move your Bitbucket repo to Github all while keeping history and everything.