MLH-Fellowship / pod-3.1.3-portfolio

Portfolio website template for Pod 3.1.3, Practically Pi!
https://practically-pi-portfolio-template.netlify.app/
MIT License
10 stars 13 forks source link

Improve Readme #18

Open louisefindlay23 opened 3 years ago

louisefindlay23 commented 3 years ago

Improve Readme (similar to #15).

Could add another section showing new features we've added (once PRs have merged) and add a screenshot of the current portfolio website.

Possibly if the readme gets big, move the developer info into a seperate docs folder?

0xPrimata commented 3 years ago

I think I'd like to take this one. @louisefindlay23 what do you mean by developer info? _data section where it explains on how to setup your profile?

louisefindlay23 commented 3 years ago

Cool. Go for it, @SnowPrimate.

By developer info, I meant the existing Readme info or even just the development section so it's geared more for either people wanting to add data or run the website locally rather than introducing what the website is about and its features that a non-technical, lay-person would want to know.

0xPrimata commented 3 years ago

Waiting for issues #7, #21, and any other implementation we might have for a screenshot of the portfolio template. I've noticed Google Analytics has already been added by another pull request. Added links, installation process, and improved readability. The first paragraph was incomplete.

kronaemmanuel commented 3 years ago

Another thing that people might want (I certainly did) is live reload. So when they make a change, they don't have to refresh in their browser. For that we can use the --livereload flag. So instead of:

bundler exec jekyll serve

We should have:

bundler exec jekyll serve --livereload
louisefindlay23 commented 3 years ago

I had to put --force-polling for WSL2 for reloading. That's just for the server, not the browser.

0xPrimata commented 3 years ago

Waiting on PRs #77 #81 and #85