diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index f344b86537..0000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: rampatra # Replace with a single Patreon username -open_collective: jbot # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: https://www.paypal.me/ramswaroop # Replace with a single custom sponsorship URL diff --git a/CNAME b/CNAME deleted file mode 100644 index 4442607274..0000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -photography.rampatra.com diff --git a/README.md b/README.md index b1c9632054..43d47cf704 100644 --- a/README.md +++ b/README.md @@ -1,71 +1,13 @@ -demo +Please note, this website is [forked](https://github.com/rampatra/photography) -# Photography ![OpenCollective](https://opencollective.com/photography/tiers/backer/badge.svg?label=backer&color=brightgreen) -A jekyll website for photographers +While I may make changes, please visit the original webpage and consider supporting the creator. -## Highlights -1. Easy setup and you get a site of your own for __free__. -2. To add new pictures, you need to just upload them. __No code__ changes required. -3. 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__. +## Birds -**Just follow the below steps and your website would be live in no time:** +#### Upload Photos -1. Fork this repo by hitting the `Fork` button at the top right corner. -2. Enable github pages from the repo settings. -3. 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._ -4. 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). -5. Update `baseurl` field in `_config.yml` file with whatever domain you used in step 4. -6. And that's it, your website is set. To view, go to [photography.rampatra.com](http://photography.rampatra.com) (or whatever you have in the CNAME file) and if you don't have one, you can go to [[yourusername].github.io/photography](http://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](https://www.npmjs.com) package with [gulp](http://gulpjs.com/) 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. - -1. Fork and then clone the project to your computer -2. Go inside the project `$ cd photography` -3. Install all dependencies by `$ npm install` -4. Copy all your pictures (possibly jpg, the largest size available, straight from your camera) and put it inside `images` directory -5. Run `$ gulp` to resize the images and to generate thumbnails automatically -6. 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` - -### Contact Form -You can make the contact form work without the need of any server-side code. Just follow this [article on github](https://github.com/dwyl/html-form-send-email-via-google-script-without-server) which uses a simple google script to send emails or to upload to a google spreadsheet when someone submits the form. - -## Credits -Thanks to [AJ](https://twitter.com/ajlkn) for the website template which I enhanced for [jekyll](http://jekyllrb.com/). - -## Backers - -Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/photography#backers)] - - - - - -## Sponsors - -Proudly sponsored by [Presentify](http://presentify.compzets.com?ref=GitHub) and [BrowserStack](https://www.browserstack.com?ref=RamPatra). Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/animatescroll#sponsors)] - - - - - - -
- - - -
- - - ---- - -_P.S. For any queries or concerns, you can reach out to me on [Twitter](https://twitter.com/ram__patra). I'll try my best to help 🙏._ +1. `npm install` +2. Place images in `images` directory +3. `gulp` +4. Push changes \ No newline at end of file diff --git a/_config.yml b/_config.yml index 302f226279..a98dd88f2f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,25 +1,14 @@ # Base configs -baseurl: "https://photography.rampatra.com" +baseurl: "https://fichnein.github.io/birds" image_fulls_loc: "/images/fulls" image_thumbs_loc: "/images/thumbs" -google_analytics: "UA-46465113-2" # UI configs -title: "Photography by Ram Patra" -subtitle: "See the world through my eyes!" -author: "Ram Patra" +title: "Birds of Washington" +subtitle: "Look at these birds" +author: "Nich Feingold" header: - title: "Photography" - subtitle: "by Ram Patra" -footer: - name: "Hey there, my name is Ram" - bio: "I am a developer and a tech aficionado from India. Love making teeny tiny apps solving tiny problems in life and now learning photography." - github: "Want a website like this for yourself for free? Just fork me on github ;)" + title: "Birds" + subtitle: "by Nich Feingold" + web_design: "AJ" -social_urls: - facebook: "https://www.facebook.com/ramswaroop" - twitter: "https://www.twitter.com/ram__patra" - instagram: "https://www.instagram.com/ram_patra" - dribbble: "https://dribbble.com/rampatra" - linkedin: "https://in.linkedin.com/in/ram-patra" - github: "https://www.github.com/rampatra" diff --git a/_includes/header.html b/_includes/header.html index 8164553282..ed83c61312 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -8,14 +8,3 @@ - -{% if site.google_analytics %} - -{% endif %} \ No newline at end of file diff --git a/ads.txt b/ads.txt deleted file mode 100644 index d0598261ce..0000000000 --- a/ads.txt +++ /dev/null @@ -1 +0,0 @@ -google.com, pub-1702577941194110, DIRECT, f08c47fec0942fa0 \ No newline at end of file diff --git a/index.html b/index.html index ce72e7ae35..d647469c37 100644 --- a/index.html +++ b/index.html @@ -30,101 +30,4 @@

{{ site.header.title }} {{ site.header {% endfor %} - - diff --git a/npmfile.js b/npmfile.js index 3569650bc6..19847d8a2d 100644 --- a/npmfile.js +++ b/npmfile.js @@ -1,3 +1,3 @@ exports.printMsg = function() { - console.log("Visit http://photography.ramswaroop.me for a treat!"); + console.log("Changing this function!"); }; \ No newline at end of file diff --git a/package.json b/package.json index bb84926683..d8d0dbaf04 100644 --- a/package.json +++ b/package.json @@ -8,29 +8,6 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ramswaroop/photography.git" - }, - "keywords": [ - "photography", - "jekyll", - "website", - "template", - "website template", - "portfolio", - "portfolio website" - ], - "author": "Ram Patra", - "license": "GPL-3.0", - "bugs": { - "url": "https://github.com/ramswaroop/photography/issues" - }, - "homepage": "https://github.com/ramswaroop/photography#readme", - "devDependencies": { - "del": "^2.2.2", - "gulp": "^3.9.1", - "gulp-image-resize": "^0.12.0", - "gulp-rename": "^1.2.2", - "gulp-sass": "^3.1.0", - "gulp-uglify": "^3.0.0" + "url": "git+https://github.com/FichNein/birds.git" } }