Fixed a typo

This commit is contained in:
Vicky Steeves 2016-08-19 15:27:02 -04:00 committed by GitHub
parent c89fb54a25
commit 2e6c93fef7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ I eventually opened up an `issue <https://github.com/VickySteeves/personal-websi
* Simple blogging framework
* Preferably python based
I narrowed it down to `Pelican <http://blog.getpelican.com/>`_, `Hugo <https://www.staticgen.com/hugo>`_, `Lektor <https://www.staticgen.com/lektor>`_, and `Nikola <https://www.staticgen.com/nikola>`_. Each had their obvious advantages: Pelican is really simple to build, Hugo is really fast and allows users to define their own metadata, Lektor has built-in dependency tracking, but Nikola stood out to me for a few reasons: built-in Boostrap & `Bootswatch <https://bootswatch.com/>`_ support, amazing plugins (including one to `send your posts to the Internet Archive <https://plugins.getnikola.com/#iarchiver>`_!), really user and development active community, translates into many languages (like French for my boyfriend's parents, who like to Google me :P), python 2 and 3 compatiable, and beyond easy to build.
I narrowed it down to `Pelican <http://blog.getpelican.com/>`_, `Hugo <https://www.staticgen.com/hugo>`_, `Lektor <https://www.staticgen.com/lektor>`_, and `Nikola <https://www.staticgen.com/nikola>`_. Each had their obvious advantages: Pelican is really simple to build, Hugo is really fast and allows users to define their own metadata, Lektor has built-in dependency tracking, but Nikola stood out to me for a few reasons: built-in Boostrap & `Bootswatch <https://bootswatch.com/>`_ support, amazing plugins (including one to `send your posts to the Internet Archive <https://plugins.getnikola.com/#iarchiver>`_!), a really active user and development community, translatable (like French for my boyfriend's parents, who like to Google me :P), python 2 and 3 compatiable, and beyond easy to build.
The next step was to actually take the plunge and develop it. Because Nikola was developed with a "blog first" mentality, I had to do some interesting things with the configuration file to make sure I could my homepage and resume page, and THEN my blog on it's own separate page. Nikola's developers have a `good guide <https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html>`_ for doing this. The default setup for pages and posts in Nikola's conf.py file is:::