Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 806 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 806 Bytes

This repo contains the publicly available themes for Nikola (https://getnikola.com/)

To contribute a theme:

  • Make sure it works well for you
  • Start a branch that puts your theme "foo" in vX/foo (we prefer committing full code as opposed to using submodules — it’s easier to maintain)
  • Run scripts/test_themes.py foo and see if it complains of anything
  • Make sure you have a README.md (written in Markdown) and a .theme meta file
  • Double check licenses for everyhing in your theme
  • Make a Pull Request

After a brief discussion it will be merged and available for everyone :-)

See also: Creating a Theme, Theming reference, Template variables.