Add rss.xml to layouts/_default (#316)
* Add rss.xml to layouts/_default
* Add myself to CONTRIBUTORS.md
* Bump hugo version to fix rendering of RSS feed
* Use minimum working version of hugo
* Set base version to 0.57.0
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
Fix issue #308 (#319)
* Fix issue #308
* Make release
Support SEO friendly meta tags (#300)
* Support two SEO friendly tags: <meta name="description"> and <meta name="keywords">.
* Support two SEO friendly tags: <meta name="description"> and <meta name="keywords">.
Fall back to index if translation for the page doesn't exist (#313)
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
Add mathjax to other types of pages, not just posts. (#310)
update font awesome version (#304)
navigation to different language version remains on page (#294)
Co-authored-by: a1x42 <alex@rohde.lu>
Fix Stackbit import (#292)
* fix stackbit import
* addition to contributors
feature to fix issue #288 (#289)
* fix for issue #288
* refactor some conditionnal statements
* adding hideFooter parameter to exampleSite config
Adds `.Content` to list.html partial (#290)
Stackbit fix for import (#283)
* Making changes in order to fix STACKBIT integration
* Small typo in yaml
* Added self to CONTRIBUTORS.md
Rework commit info display in footer (#277)
* Rework commit info display in footer
Use Hugo .GitInfo to get Hash and AbbreviatedHash
Remove leading · because it renders as .· when credits are displayed
* Update CONTRIBUTORS.md
Polish i18n (#275)
* Add Polish translation
* Add Piotr Orzechowski to contributor list
* Add unit to reading time in Polish translation
Adding gravatar support (#268)
* Gravatar support
Adding gravatar as alternative avatar
* Update CONTRIBUTORS.md
Justify (#267)
* Paragraph style changes
Add text-align: justify to make text justified.
Add text-justify: auto, so the browser can decide if inter-word or inter-character space is adjusted.
Add hyphens: auto, so browser can hyphenate words.
* Regenerate scss files