mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

9.6K
active users

#githubpages

1 post1 participant0 posts today
Kevin Karhan :verified:Web hosting advice request
xoron :verified:<p>File encryption with a browser.</p><p>I've been exploring the <a href="https://infosec.exchange/tags/WebCryptoAPI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebCryptoAPI</span></a> and I'm impressed!</p><p>When combined with the <a href="https://infosec.exchange/tags/FileSystemAPI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FileSystemAPI</span></a>, it offers a seemingly secure way to <a href="https://infosec.exchange/tags/encrypt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>encrypt</span></a> and <a href="https://infosec.exchange/tags/store" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>store</span></a> files directly on your device. Think <a href="https://infosec.exchange/tags/localstorage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>localstorage</span></a>, but with <a href="https://infosec.exchange/tags/encryption" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>encryption</span></a>!</p><p>I know <a href="https://infosec.exchange/tags/webapps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webapps</span></a> can have <a href="https://infosec.exchange/tags/security" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>security</span></a> vulnerabilities since the code is served over the web, so I've <a href="https://infosec.exchange/tags/OpenSourced" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSourced</span></a> my demo! You can check it out, and it should even work if <a href="https://infosec.exchange/tags/selfhosted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosted</span></a> on <a href="https://infosec.exchange/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a>.</p><p>Live Demo: <a href="https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dim.positive-intentions.com/?p</span><span class="invisible">ath=/story/usefs--encrypted-demo</span></a></p><p>Demo Code: <a href="https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/positive-intentions</span><span class="invisible">/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js</span></a></p><p>Hook Code: <a href="https://github.com/positive-intentions/dim/blob/staging/src/hooks/useFS.js" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/positive-intentions</span><span class="invisible">/dim/blob/staging/src/hooks/useFS.js</span></a></p><p>IMPORTANT NOTES (PLEASE READ!):<br> * This is NOT a product. It's for <a href="https://infosec.exchange/tags/testing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testing</span></a> and <a href="https://infosec.exchange/tags/demonstration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>demonstration</span></a> purposes only.<br> * It has NOT been reviewed or audited. Do NOT use for sensitive data.<br> * The "password encryption" currently uses a hardcoded password. This is for demonstration, not security.<br> * This is NOT meant to replace robust solutions like <a href="https://infosec.exchange/tags/VeraCrypt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VeraCrypt</span></a>. It's just a <a href="https://infosec.exchange/tags/proofofconcept" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>proofofconcept</span></a> to show what's possible with <a href="https://infosec.exchange/tags/browser" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>browser</span></a> <a href="https://infosec.exchange/tags/APIs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>APIs</span></a>.</p><p><a href="https://infosec.exchange/tags/Encryption" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Encryption</span></a> <a href="https://infosec.exchange/tags/Cryptography" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cryptography</span></a> <a href="https://infosec.exchange/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://infosec.exchange/tags/Frontend" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Frontend</span></a> <a href="https://infosec.exchange/tags/Privacy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Privacy</span></a> <a href="https://infosec.exchange/tags/Security" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Security</span></a> <a href="https://infosec.exchange/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDevelopment</span></a> <a href="https://infosec.exchange/tags/Coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Coding</span></a> <a href="https://infosec.exchange/tags/Developer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Developer</span></a> <a href="https://infosec.exchange/tags/Tech" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Tech</span></a> <a href="https://infosec.exchange/tags/FOSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FOSS</span></a> <a href="https://infosec.exchange/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> <a href="https://infosec.exchange/tags/GitHub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHub</span></a> <a href="https://infosec.exchange/tags/MastodonDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MastodonDev</span></a> <a href="https://infosec.exchange/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://infosec.exchange/tags/WebStandards" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebStandards</span></a> <a href="https://infosec.exchange/tags/FileSystem" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FileSystem</span></a> <a href="https://infosec.exchange/tags/WebAPI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebAPI</span></a> <a href="https://infosec.exchange/tags/ProofOfConcept" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ProofOfConcept</span></a></p>
Stefan Wolfrum :mastodon:<p>Wie man Blocksatz und Silbentrennung für sein <a href="https://mastodon.social/tags/Github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Github</span></a> Pages Blog mit dem "minimal mistakes" Theme einrichtet, habe ich hier mal zusammengeschrieben. 👉 <a href="https://blog.metawops.de/githubpages/Blocksatz-und-Silbentrennung/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.metawops.de/githubpages/B</span><span class="invisible">locksatz-und-Silbentrennung/</span></a><br><a href="https://mastodon.social/tags/GithubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GithubPages</span></a> <a href="https://mastodon.social/tags/Blog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Blog</span></a></p>
Peter Cock<p>Asking for <a href="https://fediscience.org/tags/Biopython" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Biopython</span></a>, but are <a href="https://fediscience.org/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a> sites generally currently <a href="https://fediscience.org/tags/GeoBlocked" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeoBlocked</span></a> from <a href="https://fediscience.org/tags/Argentina" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Argentina</span></a> - see <a href="https://github.com/biopython/biopython.github.io/issues/207" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/biopython/biopython</span><span class="invisible">.github.io/issues/207</span></a> and <a href="https://biopython.org" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">biopython.org</span><span class="invisible"></span></a></p>
Stefan Wolfrum :mastodon:<p>Mermaid ist ein prima Diagramm-Generator und kann auch in <a href="https://mastodon.social/tags/Markdown" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Markdown</span></a> Dokumenten eingesetzte werden. Wie man <a href="https://mastodon.social/tags/Mermaid" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mermaid</span></a> für sein <a href="https://mastodon.social/tags/GithubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GithubPages</span></a> <a href="https://mastodon.social/tags/Blog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Blog</span></a> konfiguriert, habe ich hier aufgeschrieben. 👉 <a href="https://blog.metawops.de/githubpages/Mermaid-einbinden/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.metawops.de/githubpages/M</span><span class="invisible">ermaid-einbinden/</span></a></p>
Stefan Wolfrum :mastodon:<p>So, habe mich ENDLICH mal mit <a href="https://mastodon.social/tags/GithubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GithubPages</span></a> auseinandergesetzt und ein neues Blog gestartet. 👉 <a href="https://blog.metawops.de" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">blog.metawops.de</span><span class="invisible"></span></a> Eine Menge Neues gelernt auf dem Weg, was ich auch teilweise gleich als Blog Post aufgeschrieben habe. Es werden aber noch allerlei andere Themen &amp; Posts folgen. – Was für <a href="https://mastodon.social/tags/BonnerBlogs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BonnerBlogs</span></a>, <span class="h-card" translate="no"><a href="https://bonn.social/@Sascha" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Sascha</span></a></span>? 😳 <a href="https://mastodon.social/tags/Markdown" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Markdown</span></a> <a href="https://mastodon.social/tags/Github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Github</span></a> <a href="https://mastodon.social/tags/VSCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VSCode</span></a> <a href="https://mastodon.social/tags/Workingcopy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Workingcopy</span></a></p>
podfeet<p>If you’ve been following along in Programming By Stealth, where <span class="h-card" translate="no"><a href="https://social.bartificer.ie/@bart" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>bart</span></a></span> is teaching us how to use Jekyll to create real websites on GitHub Pages, you’ll enjoy this next installment on how to create reusable snippets with Jekyll Includes. They’re like TextExpander snippets!</p><p><a href="https://pbs.bartificer.net/pbs181" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pbs.bartificer.net/pbs181</span><span class="invisible"></span></a></p><p><a href="https://chaos.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://chaos.social/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a> <a href="https://chaos.social/tags/ProgrammingbyStealth" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ProgrammingbyStealth</span></a></p>
Publii Static CMS<p>Well, this is awesome 👀📘<br>The first-ever book about using Publii + GitHub Pages is out on Amazon! <br>Big shoutout to Brad Moore for putting this together 👏<br>📚 link: <a href="https://www.amazon.com/dp/B0FBG9HH8H" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">amazon.com/dp/B0FBG9HH8H</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/Publii" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Publii</span></a> <a href="https://mastodon.social/tags/StaticSites" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>StaticSites</span></a> <a href="https://mastodon.social/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDevelopment</span></a> <a href="https://mastodon.social/tags/book" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>book</span></a></p>
podfeet<p>In our continuing journey to learn to build websites using GitHub Pages, in this installment, <span class="h-card" translate="no"><a href="https://social.bartificer.ie/@bart" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>bart</span></a></span> teaches us how to create our own theme with Jekyll layouts. Terminology of Jekyll is still tricky, but with some worked examples and a challenge this time, maybe it will start to cement in our brains!</p><p>You can find Bart’s fabulous tutorial shownotes and the audio podcast at <a href="https://pbs.bartificer.net/pbs180" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pbs.bartificer.net/pbs180</span><span class="invisible"></span></a></p><p><a href="https://chaos.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://chaos.social/tags/ProgrammingbyStealth" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ProgrammingbyStealth</span></a> <a href="https://chaos.social/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a> <a href="https://chaos.social/tags/StaticSiteGenerator" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>StaticSiteGenerator</span></a> <a href="https://chaos.social/tags/Jekyll" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jekyll</span></a></p>
Xięgozbiór<p>Przy okazji dłubania przy najnowszej zajawce, udało mi się w końcu doprowadzić do działania paginację strony głównej na Jekyllu. </p><p>W życiu bym sam nie wpadł na to, że wystarczy zmienić nazwę pliku `index.md` na `index.html`, żeby plugin od paginacji zaczął działać 🤯</p><p><a href="https://pol.social/tags/jekyll" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jekyll</span></a> <a href="https://pol.social/tags/githubpages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>githubpages</span></a> <a href="https://pol.social/tags/githubaction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>githubaction</span></a></p>
LorenaABarba<p>I've just shared a hands-on tutorial for easily creating a static website using Jekyll and GitHub Pages. No local installations—everything is done directly on GitHub!</p><p>Follow along to:<br>– Fork a Jekyll theme<br>– Deploy with GitHub Actions<br>– Edit the content<br>– Solve issues with GitHub Copilot</p><p>It's a practical intro for anyone who values simplicity, openness, and wants to build their own online presence the FOSS way.</p><p>Full tutorial (~40 min): <a href="https://youtu.be/j-tXer7dIes" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/j-tXer7dIes</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/Jekyll" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jekyll</span></a> <a href="https://fosstodon.org/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a></p>
Heinz Wittenbrink<p><strong>Notiz: Sammlung von Berichten zum Klimanotstand mit hypothes.is, Logseq und Le Chat</strong></p> Ich sammele jetzt schon seit ein paar Jahren mehr oder weniger regelmäßig Zeitungsberichte und andere Nachrichten zum Klimanotstand. Für mich ist das ein eigenes, nicht ganz definiertes Projekt, dass ich „Klimaberichte“ nenne. Diese Zusammenfassungen habe ich eine Zeit lang auf Mastodon unter dem Tag #klimaberichte publiziert. […] <p><a href="https://wittenbrink.net/notiz-sammlung-von-berichten-zum-klimanotstand-mit-hypothes-is-logseq-und-le-chat/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">wittenbrink.net/notiz-sammlung</span><span class="invisible">-von-berichten-zum-klimanotstand-mit-hypothes-is-logseq-und-le-chat/</span></a></p>
podfeet<p>In Programming By Stealth 179, <span class="h-card" translate="no"><a href="https://social.bartificer.ie/@bart" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>bart</span></a></span> continues teaching us about GitHub Pages using Jekyll by introducing us to Liquid Templates. Liquid allows us to move from adding static content to our web pages to auto-generated information. </p><p><a href="https://pbs.bartificer.net/pbs179" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pbs.bartificer.net/pbs179</span><span class="invisible"></span></a></p><p><a href="https://chaos.social/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a> <a href="https://chaos.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://chaos.social/tags/ProgrammingbyStealth" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ProgrammingbyStealth</span></a></p>
Naty<p>New blog post!</p><p>My GitHub Actions workflow and using GitHub Pages for my Hugo blog. Useful for those who want to write and resume on multiple devices.</p><p>➡️ <a href="https://www.burgeonlab.com/blog/using-github-actions-to-automate-hugo-static-site-deployment-to-github-pages/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">burgeonlab.com/blog/using-gith</span><span class="invisible">ub-actions-to-automate-hugo-static-site-deployment-to-github-pages/</span></a></p><p><a href="https://fosstodon.org/tags/BurgeonLab" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BurgeonLab</span></a> <br><a href="https://fosstodon.org/tags/githubpages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>githubpages</span></a> <a href="https://fosstodon.org/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> <a href="https://fosstodon.org/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://fosstodon.org/tags/hugo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hugo</span></a> <a href="https://fosstodon.org/tags/staticsite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>staticsite</span></a> <a href="https://fosstodon.org/tags/ssg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ssg</span></a> <a href="https://fosstodon.org/tags/hugossg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hugossg</span></a> <a href="https://fosstodon.org/tags/blog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blog</span></a> <a href="https://fosstodon.org/tags/githubactions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>githubactions</span></a></p>
Hugo van Kemenade<p>Use a custom domain on GitHub Pages? Verify your domain to prevent takeover of subdomains:</p><p><a href="https://blog.banesullivan.com/pyvista-got-hacked-how-one-of-our-subdomains-was-taken-over-a79851ddcb31" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.banesullivan.com/pyvista-</span><span class="invisible">got-hacked-how-one-of-our-subdomains-was-taken-over-a79851ddcb31</span></a></p><p><a href="https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.github.com/en/pages/confi</span><span class="invisible">guring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages</span></a></p><p><a href="https://mastodon.social/tags/GitHub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHub</span></a> <a href="https://mastodon.social/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a> <a href="https://mastodon.social/tags/takeover" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>takeover</span></a> <a href="https://mastodon.social/tags/hack" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hack</span></a> <a href="https://mastodon.social/tags/subdomain" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>subdomain</span></a> <a href="https://mastodon.social/tags/domain" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>domain</span></a></p>
Niquarl<p>Anybody got an alternative to freenom? Apparently can't get new urls for free anymore...</p><p>Just to have a silly domain name to use with github pages or whatever that's completely free</p><p><a href="https://mastodon.social/tags/domainname" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>domainname</span></a> <a href="https://mastodon.social/tags/freenom" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>freenom</span></a> <a href="https://mastodon.social/tags/githubpages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>githubpages</span></a></p>
:rss: Qiita - 人気の記事<p>気象庁のjsonをGitHubPagesで表示してみた<br><a href="https://qiita.com/kubo4ka/items/9b7fbeca3e28599d8bc0?utm_campaign=popular_items&amp;utm_medium=feed&amp;utm_source=popular_items" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">qiita.com/kubo4ka/items/9b7fbe</span><span class="invisible">ca3e28599d8bc0?utm_campaign=popular_items&amp;utm_medium=feed&amp;utm_source=popular_items</span></a></p><p><a href="https://rss-mstdn.studiofreesia.com/tags/qiita" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>qiita</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/API" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>API</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/JSON" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JSON</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/GithubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GithubPages</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/%E6%B0%97%E8%B1%A1%E5%BA%81" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>気象庁</span></a></p>
podfeet<p>In this installment on PBS about the static site generator Jekyll to create free websites on GitHub, <span class="h-card" translate="no"><a href="https://social.bartificer.ie/@bart" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>bart</span></a></span> digs into the build process, and how the location, naming, and content of files automatically turn into web pages.</p><p><a href="https://pbs.bartificer.net/pbs178" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pbs.bartificer.net/pbs178</span><span class="invisible"></span></a></p><p><a href="https://chaos.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://chaos.social/tags/Jekyll" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jekyll</span></a> <a href="https://chaos.social/tags/GitHubPages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHubPages</span></a></p>
YongZS永值生 at Mastodon<p>With the help of AI, I have set up my personal blog using GitHub Pages. <br><a href="https://yongzs1218.github.io" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io</span><span class="invisible"></span></a><br>Welcome to visit. You are also welcome to subscribe via RSS to get the latest posts: <a href="https://yongzs1218.github.io/feed.xml" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io/feed.xml</span><span class="invisible"></span></a></p><p>在AI的幫助下,我用GitHub Pages架設了個人網誌(部落格),歡迎諸位瀏覽。<br><a href="https://yongzs1218.github.io" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io</span><span class="invisible"></span></a><br>也歡迎諸位通過RSS訂閱,獲取最新貼文:<a href="https://yongzs1218.github.io/feed.xml" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io/feed.xml</span><span class="invisible"></span></a></p><p>Mit Hilfe von KI habe ich meinen persönlichen Blog mit GitHub Pages eingerichtet. Herzlich willkommen zum Stöbern.<br><a href="https://yongzs1218.github.io" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io</span><span class="invisible"></span></a><br>Sie sind auch herzlich eingeladen, über RSS zu abonnieren, um die neuesten Beiträge zu erhalten: <a href="https://yongzs1218.github.io/feed.xml" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io/feed.xml</span><span class="invisible"></span></a></p><p>AIの助けを借りて、GitHub Pagesを使って個人のブログを立ち上げました。ぜひご覧ください。<br><a href="https://yongzs1218.github.io" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io</span><span class="invisible"></span></a><br>また、RSSを通じて購読して最新の投稿を入手することも歓迎します:<a href="https://yongzs1218.github.io/feed.xml" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io/feed.xml</span><span class="invisible"></span></a></p><p>Với sự trợ giúp của AI, tôi đã thiết lập blog cá nhân của mình bằng GitHub Pages. Chào mừng các bạn ghé thăm.<br><a href="https://yongzs1218.github.io" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io</span><span class="invisible"></span></a><br>Các bạn cũng được chào đón để đăng ký qua RSS để nhận các bài viết mới nhất: <a href="https://yongzs1218.github.io/feed.xml" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io/feed.xml</span><span class="invisible"></span></a></p><p>С помощью ИИ я создал свой личный блог с использованием GitHub Pages. Приглашаю вас посетить его.<br><a href="https://yongzs1218.github.io" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io</span><span class="invisible"></span></a><br>Также вы можете подписаться через RSS, чтобы получать последние записи: <a href="https://yongzs1218.github.io/feed.xml" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io/feed.xml</span><span class="invisible"></span></a></p><p>AI ཡི་རོགས་རམ་གྱིས་ GitHub Pages བེད་སྤྱོད་ནས་རང་གི་རྩོམ་ཡིག་གསར་པ་བཟོས་པ་ཡིན། ཁྱེད་ཚོས་ལྟ་སྤྱོད་གནང་བར་དགའ་བསུ་ཞུ།<br><a href="https://yongzs1218.github.io" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io</span><span class="invisible"></span></a><br>ཡང་ན RSS ཡིས་བསྟར་ཞུས་ནས་གསར་པའི་རྩོམ་ཡིག་ཐོབ་པར་དགའ་བསུ་ཞུ། <a href="https://yongzs1218.github.io/feed.xml" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yongzs1218.github.io/feed.xml</span><span class="invisible"></span></a></p><p><a href="https://mastodon.ktachibana.party/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> <a href="https://mastodon.ktachibana.party/tags/githubpages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>githubpages</span></a> <a href="https://mastodon.ktachibana.party/tags/GitHub_Page" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHub_Page</span></a> <a href="https://mastodon.ktachibana.party/tags/githubpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>githubpage</span></a> <a href="https://mastodon.ktachibana.party/tags/blog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blog</span></a> <a href="https://mastodon.ktachibana.party/tags/blogs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blogs</span></a> <a href="https://mastodon.ktachibana.party/tags/weblog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>weblog</span></a> <a href="https://mastodon.ktachibana.party/tags/websites" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>websites</span></a> <a href="https://mastodon.ktachibana.party/tags/website" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>website</span></a> <a href="https://mastodon.ktachibana.party/tags/%E7%B6%B2%E8%AA%8C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>網誌</span></a> <a href="https://mastodon.ktachibana.party/tags/%E9%83%A8%E8%90%BD%E6%A0%BC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>部落格</span></a> <a href="https://mastodon.ktachibana.party/tags/%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>博客搭建</span></a> <a href="https://mastodon.ktachibana.party/tags/%E5%8D%9A%E5%AE%A2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>博客</span></a> <a href="https://mastodon.ktachibana.party/tags/%E5%8D%9A%E5%AE%A2%E6%9B%B4%E6%96%B0%E5%98%9F" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>博客更新嘟</span></a> <a href="https://mastodon.ktachibana.party/tags/%E5%8D%9A%E5%AE%A2%E5%A4%8D%E5%85%B4" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>博客复兴</span></a> <a href="https://mastodon.ktachibana.party/tags/%E5%8D%9A%E5%AE%A2%E6%8E%A8%E8%8D%90" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>博客推荐</span></a> <a href="https://mastodon.ktachibana.party/tags/rss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rss</span></a> <a href="https://mastodon.ktachibana.party/tags/rssfeed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rssfeed</span></a> <a href="https://mastodon.ktachibana.party/tags/rss%E5%A4%8D%E5%85%B4" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rss复兴</span></a> <a href="https://mastodon.ktachibana.party/tags/rss%E7%AC%AC%E4%BA%8C%E6%98%A5" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rss第二春</span></a> <a href="https://mastodon.ktachibana.party/tags/rss%E3%83%AA%E3%83%BC%E3%83%80%E3%83%BC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rssリーダー</span></a> <a href="https://mastodon.ktachibana.party/tags/%E3%83%96%E3%83%AD%E3%82%B0" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ブログ</span></a> <a href="https://mastodon.ktachibana.party/tags/%D0%B1%D0%BB%D0%BE%D0%B3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>блог</span></a></p>
『 บูเบ๋อ 』<a class="hashtag" href="https://miraiverse.xyz/tag/bluebirzblog" rel="nofollow noopener" target="_blank">#bluebirzblog</a><br><br>We can enable HTTPS on <a class="hashtag" href="https://miraiverse.xyz/tag/githubpages" rel="nofollow noopener" target="_blank">#Githubpages</a> with custom domain name on <a class="hashtag" href="https://miraiverse.xyz/tag/cloudflare" rel="nofollow noopener" target="_blank">#Cloudflare</a>.<br>[Blog] <a href="https://bluebirz.net/posts/github-page-https-custom-domain-cloudflare/" rel="nofollow noopener" target="_blank">https://bluebirz.net/posts/github-page-https-custom-domain-cloudflare/</a><br>[Medium] <a href="https://medium.com/@bluebirz/deploy-secure-github-pages-with-custom-domain-on-cloudflare-845d5f873278" rel="nofollow noopener" target="_blank">https://medium.com/@bluebirz/deploy-secure-github-pages-with-custom-domain-on-cloudflare-845d5f873278</a>