惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
H
Hacker News: Front Page
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
P
Palo Alto Networks Blog
Webroot Blog
Webroot Blog
Hacker News: Ask HN
Hacker News: Ask HN
IT之家
IT之家
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
T
Threat Research - Cisco Blogs
C
CERT Recently Published Vulnerability Notes
Google DeepMind News
Google DeepMind News
Hugging Face - Blog
Hugging Face - Blog
H
Help Net Security
P
Privacy & Cybersecurity Law Blog
C
Cisco Blogs
罗磊的独立博客
The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
Y
Y Combinator Blog
AWS News Blog
AWS News Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
K
Kaspersky official blog
博客园 - 司徒正美
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Security Archives - TechRepublic
Security Archives - TechRepublic
The Last Watchdog
The Last Watchdog
Jina AI
Jina AI
MyScale Blog
MyScale Blog
TaoSecurity Blog
TaoSecurity Blog
大猫的无限游戏
大猫的无限游戏
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Cisco Talos Blog
Cisco Talos Blog
美团技术团队
T
Tor Project blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
博客园 - 【当耐特】
博客园 - 聂微东
V2EX - 技术
V2EX - 技术
I
Intezer
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

Feed of "schmarty/gem-diamond"

issue when using indieauth[dot]com? gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond proxy for profile images gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond
gem-diamond
schmarty · 2024-07-31 · via Feed of "schmarty/gem-diamond"

共有 2 个文件被更改,包括 10 次插入0 次删除

@ -45,6 +45,7 @@ $app->route->get('/next', 'App\\Controller::next');
$app->route->get('/previous', 'App\\Controller::previous');
$app->route->get('/{slug}/next', 'App\\Controller::next');
$app->route->get('/{slug}/previous', 'App\\Controller::previous');
$app->route->get('/random', 'App\\Controller::random');
$app->route->group('/dashboard', function (\League\Route\RouteGroup $route) {
$route->get('/', 'App\\Controller::dashboard')->setName('loginSuccess');

@ -11,6 +11,10 @@ This proof-of-concept <a href="https://en.wikipedia.org/wiki/Webring">webring</a
Check out the <a href="/directory">Directory page of active webring sites</a>!
</p>
<p>
Feeling lucky? Visit a <a href="/random">Random site on the webring</a>!
</p>
<?php if(isset($me)): ?>
<h2>Signed in</h2>
@ -38,6 +42,11 @@ Check our <a href="/terms">Terms of Use and Frequently Asked Questions</a>!
<?php
// this is an awful way to do blog posts?
$posts = [
[
'date' => '2024-07-31', 'name' => '🕸️💍🎲 Feeling lucky?',
'content' => "Take a chance on the webring!",
'url' => 'https://martymcgui.re/2024/07/31/103341/'
],
[
'date' => '2024-06-23', 'name' => '🕸️👉👈💍 An orderly webring!',
'content' => "Previous? Next?? It's more likely than you think!",