Add lektor-atom plugin + put the atom feed link in footer
This commit is contained in:
parent
40c8d793cb
commit
9e18d9336b
3 changed files with 17 additions and 0 deletions
5
configs/atom.ini
Normal file
5
configs/atom.ini
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[blog]
|
||||||
|
name = ungleich Blog
|
||||||
|
source_path = /u/blog
|
||||||
|
filename = feed.xml
|
||||||
|
item_model = blog-post
|
|
@ -93,6 +93,14 @@
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/u/blog/feed.xml">
|
||||||
|
<span class="fa-stack fa-lg">
|
||||||
|
<i class="fa fa-circle fa-stack-2x"></i>
|
||||||
|
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="copyright">
|
<p class="copyright">
|
||||||
Copyright © ungleich
|
Copyright © ungleich
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = ungleich: IPv6 - Linux - FOSS
|
name = ungleich: IPv6 - Linux - FOSS
|
||||||
|
url = https://ungleich.ch
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
lektor-atom = 0.3
|
||||||
|
|
Loading…
Reference in a new issue