Using Tethys as a CMS #669
Replies: 2 comments 1 reply
-
Hi @JamesWanjohi! The Home Page content is all managed through the Home Page Settings section of the Admin pages. Take a look at this documentation: http://docs.tethysplatform.org/en/stable/installation/production/configuration/advanced/customize.html#home-page-settings This page also describes settings that can be used to change the theme of your Tethys Portal. Let me know if you have any specific questions after reviewing the documentation. 😄 |
Beta Was this translation helpful? Give feedback.
-
@JamesWanjohi , unfortunately, the only wordpress-like features that Tethys has are those that I described above. Two options you may want to consider:
Anywhere you see the <div class="feature one">
<img src="{% static site_globals.feature_1_image|default:'tethys_portal/images/placeholder.gif' %}" alt="">
<h4>{{ site_globals.feature_1_heading|default:"Feature 1" }}</h4>
<span>{{ site_globals.feature_1_body|default:"Use these features to brag about all of the things users can do with your instance of Tethys Portal." }}</span>
</div>
To add your Django app to Tethys, just install it like a normal Python package and then add it to the |
Beta Was this translation helpful? Give feedback.
-
Apologies if this might be trivial.
I would like to know how I can use Tethys as a content management system, that is to help manage a home page content (images, text) that keeps changing every now and then as new information is created.
Any pointers would really help.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions