bugmark / website

Static HTML for Bugmark.net
https://bugmark.github.io/website/
MIT License
2 stars 0 forks source link

Update current website #17

Closed snehasi closed 6 years ago

snehasi commented 6 years ago

As a part of preparation for the customer survey, I've generated an updated new user website, documenting Bugmark's features. It's using Jekyll's minima theme and off-the-shelf Bootstrap4. The design has been created for a minimalistic, and clean experience.

Content can be added/edited by anyone through markdown support in Jekyll. Everyone is welcome to do this! :)

Media content will be added, in future as they are finalised.

snehasi commented 6 years ago

The website can be viewed here at present.

andyl commented 6 years ago

Thank you Sneha.

snehasi commented 6 years ago

Hi @andyl, thanks! The Github pages link( https://bugmark.github.io/website/ ) is still pointing to the older version of the website. Could you please fix that, so that we can host it on gh pages?

andyl commented 6 years ago

@snehasi I had some difficulty merging your PR and have manually copied your home-page edits into the live site. When I return we can continue to merge your work into the live site.

Live site now uses the new pages (https://bugmark.net).

Note that in our Github Pages configuration, we set it up to serve site pages out of the docs directory.

If you haven't: try setting up a repo which renders a live site. I think that will help us to resolve our workflow issues.

snehasi commented 6 years ago

Thank you @andyl. I will set up the live site using gh pages in my fork of this repo on the branch master, docs dir and resolve the merge issues.

snehasi commented 6 years ago

There seems to be a problem with the gh pages server and the jekyll relative links, at times. Working on fixing it.

snehasi commented 6 years ago

Okay, fixed it. https://snehasi.github.io/website/ @andyl can you please take a look?

GeorgLink commented 6 years ago

Thanks @snahasi.

It looks good. I made comments on the pull request.