Customizing Telescope app with Heroku

285 views Asked by At

My simple question is: how do I link a logo to the title of my app.

Which begs the greater question: How exactly do I interact with the telescope template in the best way through heroku. Linking with dropbox has left me with a folder with only 2 code files that simply link to the a page on how to launch your telescope app wit heroku and git.

In short, How exactly do best I interact with my telescope app. I have an understanding on html/css and some javascript/php/python

I only want to make simple aesthetic changes, but I really just want to know how to communicate.

2

There are 2 answers

3
2016rshah On

In order to make aesthetic changes you need to change the templates and add CSS files as needed. To interact with the templates look into adding HTML classes and IDs to your elements and then make the aesthetic changes in a CSS file to the elements with the CSS selectors.

You should not need to change anything in Heroku because it should already be set up to serve the files that already exist.

After you make the changes perhaps you should look into deploying with meteor itself rather than using Heroku.

0
zeroandone On

If you're just looking to change the logo on the top banner you should actually be able to do that fairly easily through the Settings panel without needing any code. Log in on an admin account, then at top right go to Settings, then Logo.