hyperspy / hyperspy-website

HyperSpy website sources
https://hyperspy.org
3 stars 12 forks source link

Mobile compatibility #27

Closed thomasaarholt closed 7 years ago

thomasaarholt commented 7 years ago

Added a viewport tag, which makes google thing the website is mobile compatible. This should prevent Google from lowering the page's site ranking. However, we should still work towards improving the site's (poor) mobile compatibility.

PS: Sorry about the reverted commits in this.

francisco-dlp commented 7 years ago

What about changing the theme to https://ryan-roemer.github.io/sphinx-bootstrap-theme/?

Another possibility would be to port the site to https://github.com/jekyll/jekyll .

Not a decision to be taken lightly in any case, so @hyperspy/developers, what's your opinion on the website and how to improve it?

vidartf commented 7 years ago

@thomasaarholt Try out the git command git rebase -i master. Then you can remove your errant commits + reverts interactively. Afterwards you will have to force-push it with git push -f.

vidartf commented 7 years ago

@francisco-dlp : Let's have smaller issues/PRs. We don't have to do the entire web-page overhaul in one PR :)

francisco-dlp commented 7 years ago

Sure, sorry for trying to hijack the PR for a broader discussion.

thomasaarholt commented 7 years ago

@vidartf I think I did it!