Commit Graph

17 Commits

Author SHA1 Message Date
Dale Noe 2a9b72d2ac Adding the ability to have git commit hash in the footer (#78)
* Adding the ability to have git commit hash in the footer

* making changes as discussed in GH-78

* last changes before merge

* removed lines that are not needed

* fixing duplicate

* Last changes hopefully
2018-10-13 15:56:45 -03:00
Khosrow Moossavi 4426c889fd Post refactor to hold everything its own (#88) 2018-10-03 15:06:20 -03:00
Luiz de Prá a094f8fe7b Fix assets permalinks 2018-09-15 09:45:29 -03:00
Luiz de Prá b79cb616ea Add dateformat config 2018-09-14 10:11:27 -03:00
Luiz de Prá 333e6358c8 Add social icons 2018-08-22 08:54:56 -03:00
Luiz F. A. de Prá 934db8e964
Add SCSS via Asset Pipeline (#65)
* Remove old files

* Add SCSS pipeline

* Add generated files

* Fix navigation HTML

* Fix media queries

* Remove RTL

* Fix styling for big screens

* Remove separator configs

* Fix menu dropdown

* Add working mobile menu

* Fix menu item heights

* Update README
2018-08-21 16:26:15 -03:00
rdhox f597d91e55 Mobile menu (#63)
* mobile menu functional

* mobile menu beta

* edits mobile-menu: home link out, rtl ok, menu pop over

* mobile menu - bugs correction

* add horizontal separator

* corrections done + add configuration of centered or rtl/ltr mobile menu

* edit config of example

* separator padding full
2018-07-24 20:26:48 -03:00
Tomasz Wąsiński f18b8c4e8e Add support for multilingualism (#40) 2018-07-08 20:12:36 -03:00
rdhox c7cae007a6 Add avatar option and footer text option (#41)
* Add avatar option and footer text option

* add responsive avatar for narrow screen

* improvement of code

* conflicts solved
2018-07-05 10:06:03 -03:00
Khosrow Moossavi fe847fb152 RTL support (#29) 2018-06-18 14:55:42 -03:00
Luiz F. A. de Prá 82fab8b82a Fix home link 2018-05-10 21:41:38 -03:00
Jan Baudisch d69c5cfef3 Update footer to be optional (#20)
* Update footer to be optional

* Update example with optional footer

* Update README with optional footer
2018-05-09 21:06:16 -03:00
Maikel 826fa2ee18 Disqus support, exampleSite preview through make commando (#16)
* Added disqus support

* reformatted README

* Updated example config

* Added a make demo command to easy run the exampleSite.
Also good for developing new features but don`t want to setup a
different project for it

* Updated readme

* Working on my .md skillsw
2018-05-01 15:59:02 -03:00
Vlad Ionescu 0f2bd0c0a6 Math (#14)
* MathJax support

There was no support for displaying math written in Latex. This is now added with the help of MathJax.

MathJax uses an external Javascript file and as not to add unnecessary load the support for math is only enabled if the 'math' param is set to true.

* MathJax support

There was no support for displaying math written in Latex. This is now added with the help of MathJax.

MathJax uses an external Javascript file and as not to add unnecessary load the support for math is only enabled if the 'math' param is set to true.

* Auto stash before merge of "math" and "origin/math"

* Delete unnecessary option

* Actually enable math for demo page

* Have demo page be consistent
2018-05-01 15:48:49 -03:00
Luiz de Prá 853492596d Fix template to suport empty social parameter 2018-03-23 14:28:38 -03:00
Gabor Nagy 0485ff61a4 Make main menu optional. (#1)
Building the site fails if the menu is not defined in the config,
because the `header.html` references `.Site.Menus.main`. It can be made
optional by using the `with` helper.
2018-03-23 10:33:26 -03:00
Luiz F. A. de Prá 4db982bb01 Initial files 2018-02-28 22:38:59 -03:00