From 12c5653980a1749cb67e0439177037e15119a0b8 Mon Sep 17 00:00:00 2001 From: VnPower Date: Sun, 14 May 2023 20:35:50 +0700 Subject: [PATCH] README: fancy previews --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7896a0f..1e9eea4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ Intended to be written in Go with [Gin](https://gin-gonic.com). Note that this project is still under its preparation stage. +## Previews + +Homepage: currently contains recommended works, daily rankings, pixivision's articles and newest works on Pixiv. Route: `/` +![Homepage](https://files.catbox.moe/053fzh.png) +![Homepage](https://files.catbox.moe/m64h7s.png) + +Artwork's page: informations about the artwork, recent artworks by the artist and related artworks. Route: `/artworks/` (id for the preview: 107664519) +![Artwork](https://files.catbox.moe/x3k85p.png) +![Artwork](https://files.catbox.moe/ocy4fq.png) + ## Installation Run these commands below, then access the site on [localhost:8080](https://localhost:8080)