mirror of
https://github.com/Speyll/anemone.git
synced 2024-11-15 02:26:34 +00:00
Compare commits
No commits in common. "243321205ee1346ccb48cdda8af6818dff75aa1d" and "b9fdc307b728ed8a794891960ff7cc39ccc50525" have entirely different histories.
243321205e
...
b9fdc307b7
3 changed files with 3 additions and 18 deletions
|
@ -114,7 +114,6 @@ toc = true
|
|||
- Set the `author` in both the main config and in pages' metadata.
|
||||
- Use the `image` variable in pages to add an image to HTML `<meta>` tags.
|
||||
- Similarly, set `favicon` in the main config, and it will be used as the site icon.
|
||||
- Set `footer_content_license` and `footer_content_license_link` if you wish to display content license information in the footer.
|
||||
|
||||
#### Disable Twitter Card
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
base_url = "https://anemone.pages.dev"
|
||||
title = "anemone"
|
||||
description = "A minimalist Zola theme that prioritizes clean CSS and avoids heavy JavaScript. Enjoy a seamless user experience with lightning-fast load times. Let your content take center stage in a clutter-free, elegant design that enhances readability. Responsive and efficient, anemone brings focus to your ideas."
|
||||
compile_sass = false
|
||||
minify_html = true
|
||||
|
@ -47,7 +46,3 @@ header_nav = [
|
|||
{ url = "/journal", name_en = "/journal/", name_fr = "/journal/" },
|
||||
{ url = "/blog", name_en = "/blog/", name_fr = "/blog/" }
|
||||
]
|
||||
|
||||
# Optional footer license text. It will only show, when using footer_content_license.
|
||||
#footer_content_license = "Creative Commons Attribution 4.0 International"
|
||||
#footer_content_license_link = "https://creativecommons.org/licenses/by/4.0/"
|
||||
|
|
|
@ -1,16 +1,7 @@
|
|||
<hr>
|
||||
<div class=footContainer>
|
||||
{% if config.extra.footer_content_license %}
|
||||
<div>Except where otherwise noted, content on this site is licensed under a
|
||||
{% if config.extra.footer_content_license_link %}
|
||||
<a target="_blank" rel="noopener noreferrer" href="{{config.extra.footer_content_license_link}}">{{config.extra.footer_content_license}}</a>
|
||||
{% else %}
|
||||
{{config.extra.footer_content_license}}
|
||||
{% endif %}
|
||||
license.</div>
|
||||
{% endif %}
|
||||
<div class="footLeft">
|
||||
<p>Theme and color theme licensed under <a target="_blank" rel="noopener noreferrer" href="https://en.wikipedia.org/wiki/Licence_MIT">MIT</a>.<br>
|
||||
<p>Licensed under <a target="_blank" rel="noopener noreferrer" href="https://fr.wikipedia.org/wiki/Licence_MIT">MIT</a><br>
|
||||
Built with <a target="_blank" rel="noopener noreferrer" href="https://www.getzola.org">Zola</a> using <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a> theme & <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/veqev">veqev</a> colors.<br>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue