Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni-c/md-photo-blog
Markdown photoblog in PHP
https://github.com/ni-c/md-photo-blog
Last synced: 3 days ago
JSON representation
Markdown photoblog in PHP
- Host: GitHub
- URL: https://github.com/ni-c/md-photo-blog
- Owner: ni-c
- Created: 2012-08-25T17:28:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-25T23:17:24.000Z (about 12 years ago)
- Last Synced: 2024-04-14T14:46:32.414Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#md-photo-blog
A markdown photo blog
##Rewrite Rules
###nginx
location /md-photo-blog {
if (!-e $request_filename) {
rewrite ^/md-photo-blog(.+)$ /md-photo-blog/webroot/$1 last;
break;
}
}