A jekyll website for photographers
If you know a tad about tech and love taking pictures then this open-source project may help you setup a website to showcase all your creations without effort. And not just that, with this you need not pay a single dime to host your website as it's hosted by GitHub for free.
Just follow the below steps and your website would be live in no time:
Fork
button at the top right corner.images/fulls
and images/thumbs
directory. You can do that on github.com itself or you can clone and push the images to your repo.CNAME
file or just remove the file if you don't own a domain and use the default domain that github provides ([yourusername].github.io/photography).baseurl
field in _config.yml
file with whatever domain you used in step 4.And, of course, you don't want my name at the bottom to show up. You can change it in _config.yml
file as well as few other settings like your google analytics, etc.
I have made this as an npm package with gulp to automate image resizing and thumbnail generation. So if you're lazy like me then you can just do the following before you push your images to github.
$ cd photography
$ npm install
images
directory$ gulp
to resize the images and to generate thumbnails automatically$ git add --all
and $ git commit -m "a nice commit message"
and then finally $ git push origin master
You can make the contact form work without the need of any server-side code. Just follow this article on github which uses a simple google script to send emails or to upload to a google spreadsheet when someone submits the form.
Thanks to AJ for the website template which I enhanced for jekyll.
Thank you to all our backers! π [Become a backer]
Proudly sponsored by Presentify and BrowserStack. Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
P.S. Feel free to connect with me on Twitter for discussing ideas/issues/concerns.