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: 8e5c39312af4
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: 32f3787f608e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 28, 2015

  1. fixed README

    ralsina committed May 28, 2015
    Copy the full SHA
    94e37ac View commit details
  2. mdo is not mvo

    ralsina committed May 28, 2015
    Copy the full SHA
    32f3787 View commit details
Showing with 5 additions and 3 deletions.
  1. +1 −1 scripts/build_themes.py
  2. +4 −2 v7/lanyon/README.md
2 changes: 1 addition & 1 deletion scripts/build_themes.py
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ def init_theme(theme):
extra_conf = open(extra_conf_path, 'r').read()

with codecs.open(conf_path, "a", "utf-8") as conf:
conf.write("\n\n{2}\n\nTHEME = '{0}'\n\nOUTPUT_FOLDER = '{1}'\n\nSOCIAL_BUTTONS_CODE = ''\n".format(theme, o_path, extra_conf))
conf.write("\n\n{2}\n\nTHEME = '{0}'\n\nUSE_BUNDLES = False\n\nOUTPUT_FOLDER = '{1}'\n\nSOCIAL_BUTTONS_CODE = ''\n".format(theme, o_path, extra_conf))

@contextmanager
def cd(path):
6 changes: 4 additions & 2 deletions v7/lanyon/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This theme is a port of the [Lanyon theme by mvo](http://lanyon.getpoole.com/) Everything that's good in it
This theme is a port of the [Lanyon theme by mdo](http://lanyon.getpoole.com/) Everything that's good in it
is mvo's fault, everything bad is mine.

It supports one variable set in the config:
@@ -11,4 +11,6 @@ It supports one variable set in the config:

That changes the color scheme, replace 08 with one of 09, 0a, 0b, 0c, 0d, 0e, 0f.

You can read a tutorial about how this theme was created [at Nikola's site]()_
You can read a tutorial about how this theme was created [at Nikola's site](https://getnikola.com/creating-a-theme.html)

License is MIT