You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been pushing all the site-specific stuff to the app.rb file, but the final step for this to be useful to other sites would be to move all the filenames, paths, page titles, urls, twitter handles, etc. to a configuration file under the root directory.
This file can be in JSON or yaml or any other useful format. Then all we have to do is create a new class to read that file so that we can ask it for the paths, urls, etc.
The text was updated successfully, but these errors were encountered:
We have been pushing all the site-specific stuff to the app.rb file, but the final step for this to be useful to other sites would be to move all the filenames, paths, page titles, urls, twitter handles, etc. to a configuration file under the root directory.
This file can be in JSON or yaml or any other useful format. Then all we have to do is create a new class to read that file so that we can ask it for the paths, urls, etc.
The text was updated successfully, but these errors were encountered: