Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a config file and move all site-specific stuff from the app #104

Open
octopusinvitro opened this issue Mar 20, 2017 · 0 comments
Open

Comments

@octopusinvitro
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants