thimiraonline / avisa

Just a theme for Ghost platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avisa 1.0.0

Demo: https://avisa.themedra.com/

Installation: Just download this git, then upload avisa-master.zip to your Ghost site.

If you like Avisa, please consider buying me a coffee.

Thank you for your support!

Search

To enable search function, go to Code injection > Site Header then add follow code (replace EXAMPLE with your Content API Key):

<script>
    var Content_API_Key = 'EXAMPLE';
</script>

Disqus comment

To enable search function, go to Code injection > Site Header then add follow code (replace EXAMPLE with your Disqus shortname):

<script>
    var disqus_shortname = 'EXAMPLE';
</script>

Note: You can group Search and Disqus comment like:

<script>
    var Content_API_Key = 'EXAMPLE';
    var disqus_shortname = 'EXAMPLE';
</script>

Post template

Avisa come with 02 template: Default (with sidebar) and Full Width (without sidebar), just choose in Post settings

Post cover

Add internal tag #cover if you want Featured image display as cover

Members

Update your routes.yaml to use Members (include with theme files)

Please follow official docs from Ghost for details.

https://ghost.org/docs/members/introduction/

Help & support

If you have any questions or troubles with this product, please feel free to open an issue here.

License

Copyright (c) 2019 Anvildex. Released under the MIT License

Credits

All photos I used on this theme are from Unsplash

About

Just a theme for Ghost platform

License:MIT License


Languages

Language:HTML 58.1%Language:CSS 41.9%