Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola-themes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 36bbb83e164d
Choose a base ref
...
head repository: getnikola/nikola-themes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4c57530bce7
Choose a head ref
  • 2 commits
  • 63 files changed
  • 1 contributor

Commits on Mar 18, 2018

  1. Remove references to install_theme

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Mar 18, 2018
    Copy the full SHA
    ecd0017 View commit details
  2. Move bootstrap3 themes from core

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Mar 18, 2018
    Copy the full SHA
    b4c5753 View commit details
Showing with 2,748 additions and 2 deletions.
  1. +1 −1 v7/bnw/README.md
  2. +1 −1 v7/foundation6/README.md
  3. +1 −0 v8/bootstrap3-jinja/AUTHORS.txt
  4. +8 −0 v8/bootstrap3-jinja/README.md
  5. +6 −0 v8/bootstrap3-jinja/assets/css/bootstrap-theme.min.css
  6. +1 −0 v8/bootstrap3-jinja/assets/css/bootstrap-theme.min.css.map
  7. +6 −0 v8/bootstrap3-jinja/assets/css/bootstrap.min.css
  8. +1 −0 v8/bootstrap3-jinja/assets/css/bootstrap.min.css.map
  9. +160 −0 v8/bootstrap3-jinja/assets/css/docs.css
  10. BIN v8/bootstrap3-jinja/assets/css/images/ie6/borderBottomCenter.png
  11. BIN v8/bootstrap3-jinja/assets/css/images/ie6/borderBottomLeft.png
  12. BIN v8/bootstrap3-jinja/assets/css/images/ie6/borderBottomRight.png
  13. BIN v8/bootstrap3-jinja/assets/css/images/ie6/borderMiddleLeft.png
  14. BIN v8/bootstrap3-jinja/assets/css/images/ie6/borderMiddleRight.png
  15. BIN v8/bootstrap3-jinja/assets/css/images/ie6/borderTopCenter.png
  16. BIN v8/bootstrap3-jinja/assets/css/images/ie6/borderTopLeft.png
  17. BIN v8/bootstrap3-jinja/assets/css/images/ie6/borderTopRight.png
  18. +218 −0 v8/bootstrap3-jinja/assets/css/theme.css
  19. BIN v8/bootstrap3-jinja/assets/fonts/glyphicons-halflings-regular.eot
  20. +288 −0 v8/bootstrap3-jinja/assets/fonts/glyphicons-halflings-regular.svg
  21. BIN v8/bootstrap3-jinja/assets/fonts/glyphicons-halflings-regular.ttf
  22. BIN v8/bootstrap3-jinja/assets/fonts/glyphicons-halflings-regular.woff
  23. BIN v8/bootstrap3-jinja/assets/fonts/glyphicons-halflings-regular.woff2
  24. +7 −0 v8/bootstrap3-jinja/assets/js/bootstrap.min.js
  25. +271 −0 v8/bootstrap3-jinja/assets/js/flowr.plugin.js
  26. +5 −0 v8/bootstrap3-jinja/assets/js/jquery.min.js
  27. +1 −0 v8/bootstrap3-jinja/assets/js/jquery.min.map
  28. +16 −0 v8/bootstrap3-jinja/bootstrap3-jinja.theme
  29. +4 −0 v8/bootstrap3-jinja/bundles
  30. +25 −0 v8/bootstrap3-jinja/templates/authors.tmpl
  31. +98 −0 v8/bootstrap3-jinja/templates/base.tmpl
  32. +169 −0 v8/bootstrap3-jinja/templates/base_helper.tmpl
  33. +104 −0 v8/bootstrap3-jinja/templates/gallery.tmpl
  34. +32 −0 v8/bootstrap3-jinja/templates/listing.tmpl
  35. +40 −0 v8/bootstrap3-jinja/templates/pagination_helper.tmpl
  36. +58 −0 v8/bootstrap3-jinja/templates/post.tmpl
  37. +24 −0 v8/bootstrap3-jinja/templates/slides.tmpl
  38. +46 −0 v8/bootstrap3-jinja/templates/tags.tmpl
  39. +8 −0 v8/bootstrap3/README.md
  40. +6 −0 v8/bootstrap3/assets/css/bootstrap-theme.min.css
  41. +1 −0 v8/bootstrap3/assets/css/bootstrap-theme.min.css.map
  42. +6 −0 v8/bootstrap3/assets/css/bootstrap.min.css
  43. +1 −0 v8/bootstrap3/assets/css/bootstrap.min.css.map
  44. +218 −0 v8/bootstrap3/assets/css/theme.css
  45. BIN v8/bootstrap3/assets/fonts/glyphicons-halflings-regular.eot
  46. +288 −0 v8/bootstrap3/assets/fonts/glyphicons-halflings-regular.svg
  47. BIN v8/bootstrap3/assets/fonts/glyphicons-halflings-regular.ttf
  48. BIN v8/bootstrap3/assets/fonts/glyphicons-halflings-regular.woff
  49. BIN v8/bootstrap3/assets/fonts/glyphicons-halflings-regular.woff2
  50. +7 −0 v8/bootstrap3/assets/js/bootstrap.min.js
  51. +5 −0 v8/bootstrap3/assets/js/jquery.min.js
  52. +1 −0 v8/bootstrap3/assets/js/jquery.min.map
  53. +16 −0 v8/bootstrap3/bootstrap3.theme
  54. +4 −0 v8/bootstrap3/bundles
  55. +25 −0 v8/bootstrap3/templates/authors.tmpl
  56. +98 −0 v8/bootstrap3/templates/base.tmpl
  57. +169 −0 v8/bootstrap3/templates/base_helper.tmpl
  58. +104 −0 v8/bootstrap3/templates/gallery.tmpl
  59. +32 −0 v8/bootstrap3/templates/listing.tmpl
  60. +40 −0 v8/bootstrap3/templates/pagination_helper.tmpl
  61. +58 −0 v8/bootstrap3/templates/post.tmpl
  62. +24 −0 v8/bootstrap3/templates/slides.tmpl
  63. +46 −0 v8/bootstrap3/templates/tags.tmpl
2 changes: 1 addition & 1 deletion v7/bnw/README.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ use modern browser if it is not working well.
The theme had been added to
[Nikola Theme Gallary](https://themes.getnikola.com/), so you can install
it by:
1. `nikola install_theme bnw`
1. `nikola theme -i bnw`
2. Modify your conf.py and set `THEME = "bnw"`
3. Modify your `confiy.py` and set `USE_BUNDLES = True`.
4. Done!
2 changes: 1 addition & 1 deletion v7/foundation6/README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ It aims to be simple, elegant and not bloat the overall size of your site too mu

You can install it directly with Nikola:

nikola install_theme foundation6
nikola theme -i foundation6

## Usage

1 change: 1 addition & 0 deletions v8/bootstrap3-jinja/AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Roberto Alsina <https://github.com/ralsina>
8 changes: 8 additions & 0 deletions v8/bootstrap3-jinja/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
A theme based on Bootstrap 3.

There is a variant called bootstrap3-gradients which uses an extra CSS
file for a *visually enhanced experience* (according to Bootstrap
developers at least). This one uses the default bootstrap3 flat look.

This theme supports Bootswtach font/color schemes (unlike
bootstrap3-gradients) through the `nikola bootswatch_theme` command.
Loading