aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-26 16:38:57 -0700
committerFuwn <[email protected]>2024-07-26 16:38:57 -0700
commit17520e3e8be6e41d9ffca724c9d8e714de48b1ad (patch)
tree99cd0018754b6d24f354cf439b13668715938897
parentfix(technology): rename routing collision (diff)
downloadlocus-17520e3e8be6e41d9ffca724c9d8e714de48b1ad.tar.xz
locus-17520e3e8be6e41d9ffca724c9d8e714de48b1ad.zip
feat(static): add manga
-rw-r--r--content/static/media/manga.gmi49
-rw-r--r--src/modules/static.rs5
2 files changed, 54 insertions, 0 deletions
diff --git a/content/static/media/manga.gmi b/content/static/media/manga.gmi
new file mode 100644
index 0000000..df52a2d
--- /dev/null
+++ b/content/static/media/manga.gmi
@@ -0,0 +1,49 @@
+# Manga
+
+## News, Updates, & New Releases
+
+Lurking these feeds has never let me down.
+
+=> https://www.mangaupdates.com/ Baka-Updates Manga
+=> https://manba.co.jp/ Manba
+=> https://seiga.nicovideo.jp/manga/ Nico Nico Manga
+
+## Online Distributors
+
+### My Favourites
+
+These websites have 90%+ of the manga I read.
+
+=> https://www.sunday-webry.com/ Sunday Web Every
+=> https://younganimal.com/ Young Animal
+=> https://www.shonenjump.com/j/index.html Shonen Jump+
+
+### My Other Favourites
+
+I don't visit these sites as often, but they have a good selection of manga.
+
+=> https://ebookjapan.yahoo.co.jp/free/ ebookjapan
+=> https://comic-walker.com/ コミックウォーカー (ComicWalker)
+=> https://pocket.shonenmagazine.com/ マガポケ (Pocket)
+=> https://comic.pixiv.net/ pixivコミック (pixiv COMIC)
+
+### Other
+
+I rarely visit these sites, but they also have a good selection of manga.
+
+=> https://mechacomic.jp/ めちゃコミック (Mecha Comic)
+=> https://www.cmoa.jp/ コミックシーモア (Comic Seymour)
+=> https://tonarinoyj.jp/series となりのヤングジャンプ
+=> https://magcomi.com/ MAGCOMI
+=> https://yawaspi.com/ やわらかスピリッツ (Yawaraka Spirits)
+=> https://comic-zenon.com/ コミックゼノン (Comic Zenon)
+=> https://championcross.jp/ チャンピオンクロス (Champion Cross)
+=> https://www.sukima.me/ スキマ
+=> https://www.alphapolis.co.jp/manga/official アルファポリス
+=> https://booklive.jp/ BookLive
+=> https://www.manga-up.com/ Manga UP!
+=> https://sokuyomi.jp/ ソク読み
+=> https://dokuha.jp/ マンガ読破!EX
+=> https://www.s-manga.net/ S-manga
+=> https://konomanga.jp/ このマンガがすごい!WEB
+=> https://yanmaga.jp/ ヤンマガWeb \ No newline at end of file
diff --git a/src/modules/static.rs b/src/modules/static.rs
index af55173..86ea9f4 100644
--- a/src/modules/static.rs
+++ b/src/modules/static.rs
@@ -65,6 +65,11 @@ pub fn module(router: &mut windmark::router::Router) {
"/useful",
"Useful quick links that don't fit in the \"quick links\"",
"useful"
+ ),
+ (
+ "/media/manga",
+ "Useful links for finding and reading manga",
+ "media/manga"
)
);
}