guillep / ecstatic

ecstatic site generator
MIT License
13 stars 12 forks source link

Update highlight js in the templates to use the latest version #17

Open samakhov opened 6 years ago

samakhov commented 6 years ago

In order to get some bugfixes and new features of highlight js

guillep commented 6 years ago

Nice, could you give it a try and make a pull request?

samakhov commented 6 years ago

Hi Guille. I was trying to make a pull. But a get permission denied error. How can I proceed to put the upate on the repo ?

bencoman commented 6 years ago

Hi Asbath, Are you trying to put the update into Guille's repo? or to your fork of ecstatic in your own repo?

Perhaps you need to do something like this..?? https://stackoverflow.com/questions/18200248/cloning-a-repo-from-someone-elses-github-and-pushing-it-to-a-repo-on-my-github

and then issue a PR from your repo to guille's

cheers -ben

On Sat, Oct 14, 2017 at 11:16 AM, Asbath notifications@github.com wrote:

Hi Guille. I was trying to make a pull. But a get permission denied error. How can I proceed to put the upate on the repo ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/guillep/ecstatic/issues/17#issuecomment-336605928, or mute the thread https://github.com/notifications/unsubscribe-auth/ABolJ-4WW7ON0Zf4ka1L2RTNzv0q52eJks5ssCecgaJpZM4PxjNU .

samakhov commented 6 years ago

Ok. Thanks Ben. Then it means that I have to fork guille's repo to make it meine. Make the changes on the forked repo before making a pull request. It is more clear now.

Asbath