Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

alashow/imgf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgf

Show photos from tumblr. blogs with pagination

Demo: https://imgf.berke.li

Nginx rewrite

location / {
	rewrite "^/page/([0-9]{1,4})/?$" /index.php?page=$1 last;

    rewrite "^/@(\w{2,30})/?$" /index.php?blog=$1 last;
    rewrite "^/@(\w{2,30})/page/([0-9]{1,4})/?$" /index.php?blog=$1&page=$2 last;
}

About

show photos from tumblr blogs with pagination

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published