New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

photography

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

photography

A jekyll website for photographer cum developer

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
11
-26.67%
Maintainers
1
Weekly downloads
 
Created
Source

Photography

A jekyll website for photographers

Highlights

  • Easy setup and you get a site of your own for free.
  • To add new pictures, you need to just upload them. No code changes required.
  • This I like the most, you get to see EXIF data like aperture, shutter speed, iso etc when you click on any image automagically.

Quick Start

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 this repo by hitting the Fork button at the top right corner.
  • Enable github pages from the repo settings.
  • Upload your pictures to 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.
  • Add your own custom domain in 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).
  • Update baseurl field in _config.yml file with whatever domain you used in step 4.
  • And that's it, your website is set. To view, go to photography.ramswaroop.me (or whatever you have in the CNAME file) and if you don't have one, you can go to [yourusername].github.io/photography

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.

ProTips

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.

  • Fork and then clone the project to your computer
  • Go inside the project $ cd photography
  • Install all dependencies by $ npm install
  • Copy all your pictures (possibly jpg, the largest size available, straight from your camera) and put it inside images directory
  • Run $ gulp to resize the images and to generate thumbnails automatically
  • Push your changes to github.com by $ git add --all and $ git commit -m "a nice commit message" and then finally $ git push origin master

Credits

Thanks to AJ for the website template which I enhanced for jekyll.

Keywords

photography

FAQs

Package last updated on 22 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts