mirror of
https://github.com/Damillora/Rinze.git
synced 2025-04-01 06:54:15 +00:00
feat: rename shioriko to phoebe
This commit is contained in:
parent
ba4415cb9c
commit
879001427e
src/routes/projects
@ -25,9 +25,9 @@
|
||||
description="My online blog"
|
||||
/>
|
||||
<ProjectItem
|
||||
name="Shioriko"
|
||||
codename="shioriko"
|
||||
description="Booru-like imageboard software written in Go and Svelte"
|
||||
name="phoebe"
|
||||
codename="phoebe"
|
||||
description="a booru-style image gallery and organizer"
|
||||
/>
|
||||
</div>
|
||||
<h2>Inactive Projects</h2>
|
||||
|
@ -10,19 +10,19 @@
|
||||
<Post>
|
||||
<PageHeader>
|
||||
<PageHeaderContents>
|
||||
<h1>Shioriko</h1>
|
||||
<h1>phoebe</h1>
|
||||
<p>
|
||||
<a href="https://github.com/Damillora/Shioriko">source code</a>
|
||||
<a href="https://github.com/Damillora/phoebe">source code</a>
|
||||
</p>
|
||||
</PageHeaderContents>
|
||||
</PageHeader>
|
||||
<PostMain comments={false}>
|
||||
<h2>Description</h2>
|
||||
<p>
|
||||
Shioriko is a booru-like image board software written in Go and Svelte. Features currently
|
||||
includes automatic tag resolution, searching by tag, infinite-scrolling post browsing, and
|
||||
similarity search based on perceptual hashing.
|
||||
a booru-style image gallery and organizer.
|
||||
Built with the Go language and Svelte framework, phoebe is designed for personal image gathering.
|
||||
</p>
|
||||
<p>Formerly shioriko.</p>
|
||||
<h2>Technologies</h2>
|
||||
<ul>
|
||||
<li>Svelte</li>
|
5
src/routes/projects/shioriko/+page.server.ts
Normal file
5
src/routes/projects/shioriko/+page.server.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { redirect } from "@sveltejs/kit";
|
||||
|
||||
export function load() {
|
||||
redirect(301, '/projects/phoebe');
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user