Commit Graph

4 Commits

Author SHA1 Message Date
Clément Pannetier
acb4bf6f2d Fix Stackbit import (#292)
* fix stackbit import

* addition to contributors
2020-04-02 15:57:20 -03:00
Santiago González
64b827d3b4 Stackbit fix for import (#283)
* Making changes in order to fix STACKBIT integration

* Small typo in yaml

* Added self to CONTRIBUTORS.md
2020-03-30 09:30:23 -03:00
John Schroeder
b00b75064d Automatic dark/light colorschemes (#234)
* Automatic dark/light colorschemes

A new `colorscheme` option is added with the capability to be always dark,
always light, or automatic based on the user's browser setting.  This
makes the `inverted` option superfluous, and therefore deprecated.
Nomenclature of files, variables, etc are changed from `inverted` to
`dark` to reflect this change.

Closes #226.

* Remove inverted option completely

The `inverted` option is now not just deprecated, but removed
completely.
2019-11-21 10:13:49 -03:00
Robert Austin
3cc2397944 Add Stackbit Integration (#208)
* add stackbit.yaml

* update field model for slug

* add config model

* update language config model

* update menu model

* katex should be a boolean value

* add labelField to menu item model

* math should be a boolean value

* Add 1-click create with stackbit button
2019-09-19 10:08:54 -03:00