re-update readme

i want to keep the original readme, but add new info.
also need the Stylus theme myself now for testing so
This commit is contained in:
edshot99 2025-03-02 13:53:49 -06:00
parent 76a337f25c
commit d7ad2aff83

View File

@ -1,21 +1,20 @@
<h1 align="center">eSix Café</h1>
<p align="center"
A comprehensive restyle of e621, made to be easier on the eyes while being compatible with the userscript "re621"~
</p> <p align="center"
<a align="center bottom" href="https://github.com/mandorinn/eSix-Cafe/raw/main/release/eSixCafe.user.css"><img src="https://img.shields.io/badge/Install%20directly%20with-Stylus-116b59.svg?longCache=true&style=flat" /></a>
<p align="center">
Comprehensive restyle of e621, made to be easier on the eyes while being compatible with the userscript "re621"~
</p>
<p align="center">
<a align="center bottom" href="https://git.groovyexpress.com/edshot99/eBooruCafe/raw/branch/rework/release/eSixCafe.user.css"><img src="https://img.shields.io/badge/Install%20directly%20with-Stylus-116b59.svg?longCache=true&style=flat"/></a>
</p>
# Notes
- The colorful nav bar links isn't because of this style, it's because of re621!
- This is made to be used in combination with Re621, check it out [here!](https://e621.net/forum_topics/25872)
- This is made to be used in combination with Re621, check it out [here!](https://re621.app/)
- This is mostly finished! At this point it's mostly being maintained to keep up with e621's updates, with bigger updates coming when I get inspiredddd!
- Mind the old and kinda messy code, I tried to comment any important info that you'd want to change in order to make it relatively easy to find at leasttt!
# Brief list of main featuressssss
- Customizable Deleted and Blacklisted placeholders (per theme, via the respective theme's :root section)
- Profile page overhaul
- Large, space taking (Learn more) links changed to a simple question mark SVG
@ -44,14 +43,29 @@ A comprehensive restyle of e621, made to be easier on the eyes while being compa
- Gruvbox
# Previews
![homepage](https://github.com/mandorinn/eSix-Cafe/blob/main/Release%202.0%20previews/main-page.jpg?raw=true)
<img align="center" src="https://github.com/mandorinn/eSix-Cafe/blob/main/Release%202.0%20previews/profile.png?raw=true" width="49%">
<img align="center" src="https://github.com/mandorinn/eSix-Cafe/blob/main/Release%202.0%20previews/posts.png?raw=true" width="49%">
<img align="center" src="https://github.com/mandorinn/eSix-Cafe/blob/main/Release%202.0%20previews/replies.png?raw=true" width="49%">
<img align="center" src="https://github.com/mandorinn/eSix-Cafe/blob/main/Release%202.0%20previews/popular.png?raw=true" width="49%">
![homepage](https://git.groovyexpress.com/edshot99/eBooruCafe/raw/branch/rework/previews/Release%202.0%20previews/main-page.jpg)
<img align="center" src="https://git.groovyexpress.com/edshot99/eBooruCafe/raw/branch/rework/previews/Release%202.0%20previews/profile.png" width="49%"/>
<img align="center" src="https://git.groovyexpress.com/edshot99/eBooruCafe/raw/branch/rework/previews/Release%202.0%20previews/posts.png" width="49%"/>
<img align="center" src="https://git.groovyexpress.com/edshot99/eBooruCafe/raw/branch/rework/previews/Release%202.0%20previews/replies.png" width="49%"/>
<img align="center" src="https://git.groovyexpress.com/edshot99/eBooruCafe/raw/branch/rework/previews/Release%202.0%20previews/popular.png" width="49%"/>
# Bug reporting (this applies to suggestions too I supposeeee)
If you see an element that is unstyled, or if a styled element is behaving in a way that it shouldn't be,
Create an issue! I usually try to deal with 'em pretty quicklyyyyyy!
If you see an element that is unstyled, or if a styled element is behaving in a way that it shouldn't be,
Create an issue! I usually try to deal with 'em pretty quicklyyyyyy!
# Building
```
git clone https://git.groovyexpress.com/edshot99/eBooruCafe.git -b rework
cd eBooruCafe
make setup
make
```
This will generate eSixCafe.css for direct loading and eSixCafe.user.css for Stylus loading.
# Credits
[mandorinn](https://github.com/mandorinn/) for creating the Café theme.
[faucet](https://github.com/faucetlol/) for bug reports and fixes.
[edshot99](https://git.groovyexpress.com/edshot99/) for the Café theme rework.