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

推荐订阅源

P
Privacy & Cybersecurity Law Blog
aimingoo的专栏
aimingoo的专栏
Microsoft Azure Blog
Microsoft Azure Blog
T
Tailwind CSS Blog
P
Proofpoint News Feed
T
The Blog of Author Tim Ferriss
WordPress大学
WordPress大学
GbyAI
GbyAI
Engineering at Meta
Engineering at Meta
I
InfoQ
U
Unit 42
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Security Affairs
Jina AI
Jina AI
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
H
Hacker News: Front Page
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
SecWiki News
SecWiki News
V
V2EX
MyScale Blog
MyScale Blog
V2EX - 技术
V2EX - 技术
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
博客园 - 司徒正美
L
LangChain Blog
F
Fortinet All Blogs
Scott Helme
Scott Helme
量子位
Recent Announcements
Recent Announcements
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
Cloudbric
Cloudbric
W
WeLiveSecurity
The Register - Security
The Register - Security
NISL@THU
NISL@THU
博客园_首页

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!",