blog/content/2022/10/2022-10-16_pelican.rst

22 lines
697 B
ReStructuredText
Raw Normal View History

2022-10-17 03:02:04 +00:00
New Blog - Pelican!
###################
:date: 2022-10-16 23:30
:author: tyrel
:category: Blog
:tags: python, pelican
2022-10-17 03:34:35 +00:00
:slug: 2022-10-16-pelican-new-blog
2022-10-17 03:02:04 +00:00
:status: published
If you have read the previous post, and then looked at this one, there are a LOT of changes that happened.
I was recently exploited and had ``heysrv.php`` files everywhere, so I have decided to forego wordpress for now.
I am now using `Pelican <https://getpelican.com>`_!
It's very sleek, and only took me a few hours to port my Wordpress export to Pelican reStructuredText format.
All I have to do is run ``invoke publish`` and it will be on the server.
No PHP, no database.
All files properly in their right places.