Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisoecode/illiase
Illiase Blogs Webpages Frontend Serving - powered by Next.js
https://github.com/thisoecode/illiase
Last synced: about 2 months ago
JSON representation
Illiase Blogs Webpages Frontend Serving - powered by Next.js
- Host: GitHub
- URL: https://github.com/thisoecode/illiase
- Owner: ThisoeCode
- Created: 2023-11-15T11:34:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T15:53:23.000Z (11 months ago)
- Last Synced: 2024-02-17T16:47:21.661Z (11 months ago)
- Language: JavaScript
- Homepage: https://illiase.vercel.app
- Size: 933 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Switch languages:
[![en](https://img.shields.io/badge/lang-English-blue.svg)](https://github.com/ThisoeCode/illiase/blob/main/README.md)
[![zh-Hans](https://img.shields.io/badge/lang-简体中文-red.svg)](https://github.com/ThisoeCode/illiase/blob/main/README.zh-Hans.md)# The Illiase Platform (building)
The Illiase Platform is under development.
Preview at [🔗illiase.vercel.app](https://illiase.vercel.app/)
About the Illiase Project and this web application, please read our [documentation](#temp-documentation).## Dev Roadmap
| Version | Description | Ref | Dev Status |
| :-----: | :---------- | :--: | :--: |
| 0.1.x | Login: Authentication | - | `done` |
| 0.2.x | Members posting; Surface & Works page | [X](https://x.com), [Funamusea](http://funamusea.com) | `progressing` |
| 0.3.x | Detail Pages of Works & Blogs | [pixiv](https://www.pixiv.net/en/artworks/111778168), [blogger](https://thisoecode.blogspot.com/2024/02/blogger-example.html) | `planned` |
| 0.4.x | Non-member accounts’ commenting functionality | [YouTube](https://youtu.be/dQw4w9WgXcQ) | `planned` |
| 0.5.x | Members’ personal page | [pixiv](https://www.pixiv.net/users/1039353) | `planned` |
| 0.6.x | Account settings page | [GitHub](https://github.com/settings) | `planned` |
| 0.7.x | Public Private Policy & Terms of Service | [Termly](https://termly.io/resources/guides/how-to-write-a-privacy-policy/) | `planned` |
| 0.8.x | Contact Page | - | `planned` |
| 0.9.x | Change languages (`en`, `zh`, `ja`, `ko`) | - | `planned` |
| 1.0.x | LAUNCH TEST | - | `goal` |
| 1.1.x | LAUNCH | - | `goal` |
| 1.x.x | Fav post | [X](https://x.com)'s Bookmark | `idea` |
| 2.?.x | Linking metadata (title & thumbnail) for Discord, X... | - | `idea` |
| 2.?.x | Searching engine metadata feeding | - | `idea` |
| 3.?.x | Customized Members’ page | - | `idea` |
| ?.?.? | ... | - | `coming-soon` |# Temp Documentation
> Documentation version: `0.2.1`The Illiase Project, a fantasy project created by five high school grademates back in 2018, is a fiction and artwork-creating group.
Up until Feb 2024, there are 5 members in the Illiase Project group.The Illiase Platform web application (this repository) is the official platform of the Illiase Project.
## Authentications
### Illiase Account
- There are 2 kinds of accounts: Member & Visitor.
- [^1] Members can post [Posts](#1-works-and-posts).
- [^1] Visitors can write comments on [Posts](#1-works-and-posts).
- The only way to join as a Member is to [contact us](#contact-us).
- Illiase Account ID is the email address provided by authentication providers (Google and GitHub).
- Member accounts have another unique identifier: Illiase ID.### Logging In
Currently support logging in with Google and GitHub.
> Good to know: If your Google account email address is the same one as GitHub, you will end up logging in to the same Illiase account whichever authentication provider you choose to login with.## [^1] Works and Posts
### 1. Work Posts
> Artwork releases.
- **Content type:**
Illustrations, Maps, Modelings, Original Charactors, Live2Ds...
- **Will be shown on:**
- `Surface` Page
- `Our Works` Page
- **Structure:**
- `img-content` or [^2]`vid-content` (main content)
- `tags`
- `title`
- `text-content` (optional)
- Note for developer:
Ref: [pixiv](https://www.pixiv.net/en/artworks/111778168)### 2. Article Posts
> Fiction releases.
- **Content type:**
Fictional universe documentations, original charactor introduction documentations, stories, fictions...
- **Will be shown on:**
- `Our Works` Page
- **Structure:**
- `title`
- [^4]`md-content` (main content)
- `tags`### 3. Shorts Posts
> Blogs and other posts.
- **Content type:**
Illiase News, WIP reports, “Tweets”, Sh1t posts, Memes...
- **Will be shown on:**
- `Surface` Page
- **Structure:**
- `title` (optional)
- `text-content` (main content, optional)
- `img-content` or [^2]`vid-content` or [^3]`embeds` (optional)# Contact us
If you are willing to build the Illiase Project and this Platform web application with us, please email us at [email protected] ![^1]: These functionalities are yet not done coding.
[^2]: We are not considering support of Video contents in the near future.
[^3]: `embeds` are links from outer platforms, e.g. YouTube videos or X posts.
[^4]: `md-content` is Markdown styled articles.