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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
人人都是产品经理
人人都是产品经理
博客园 - Franky
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
博客园 - 叶小钗
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
博客园 - 【当耐特】
有赞技术团队
有赞技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
Visual Studio Blog
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
IT之家
IT之家
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
爱范儿
爱范儿
罗磊的独立博客
雷峰网
雷峰网
量子位
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Hugging Face - Blog
Hugging Face - Blog
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
宝玉的分享
宝玉的分享
P
Privacy International News Feed
S
Schneier on Security
W
WeLiveSecurity
H
Heimdal Security Blog
I
Intezer
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
美团技术团队
N
News | PayPal Newsroom
T
The Exploit Database - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org

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