Code Monkey home page Code Monkey logo

clinker-mktheme's Introduction

Adam Twardoch

Public repositories:

{% for repo in site.github.public_repositories %} [{{ repo.full_name }}]({{ repo.html_url }}) : {{ repo.description }} {% endfor %}

Last update: 2017-04-05

clinker-mktheme's People

Contributors

akshaisarma avatar burodepeper avatar chrissimpkins avatar cudmore avatar rxdu avatar sinisterminister avatar trehn avatar tribut avatar twardoch avatar williamjmorenor avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

akshaisarma

clinker-mktheme's Issues

error when building

Running with gitlab-runner 10.1.0 (c1ecf97f)
  on 103.patzar.net (b923334b)
Using Docker executor with image python:latest ...
Using docker image sha256:ed906f21ec9882aee6645c59ddbca26e13ae775cd92b9ca2dbb391005fa35739 for predefined container...
Pulling docker image python:latest ...
Using docker image python:latest ID=sha256:79e1dc9af1c1d276a3cae7c1c56290f2101c0aedbf70cbbb322e1a6b16149bd5 for build container...
Running on runner-b923334b-project-10-concurrent-0 via 103.patzar.net...
Fetching changes...
Removing site/
HEAD is now at fb61aa8 Update mkdocs.yml
From http://git.patzar.net/BotDev/Docs
   fb61aa8..6aa2333  master     -> origin/master
Checking out 6aa23330 as master...
Skipping Git submodules setup
$ python -V
Python 3.6.3
$ pip install mkdocs
Collecting mkdocs
  Downloading mkdocs-0.17.1-py2.py3-none-any.whl (1.2MB)
Collecting Jinja2>=2.7.1 (from mkdocs)
  Downloading Jinja2-2.9.6-py2.py3-none-any.whl (340kB)
Collecting livereload>=2.5.1 (from mkdocs)
  Downloading livereload-2.5.1.tar.gz
Collecting PyYAML>=3.10 (from mkdocs)
  Downloading PyYAML-3.12.tar.gz (253kB)
Collecting Markdown>=2.3.1 (from mkdocs)
  Downloading Markdown-2.6.9.tar.gz (271kB)
Collecting click>=3.3 (from mkdocs)
  Downloading click-6.7-py2.py3-none-any.whl (71kB)
Collecting tornado>=4.1 (from mkdocs)
  Downloading tornado-4.5.2.tar.gz (483kB)
Collecting MarkupSafe>=0.23 (from Jinja2>=2.7.1->mkdocs)
  Downloading MarkupSafe-1.0.tar.gz
Collecting six (from livereload>=2.5.1->mkdocs)
  Downloading six-1.11.0-py2.py3-none-any.whl
Building wheels for collected packages: livereload, PyYAML, Markdown, tornado, MarkupSafe
  Running setup.py bdist_wheel for livereload: started
  Running setup.py bdist_wheel for livereload: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/71/95/bf/6ccaa70b36701dd3fa337296d7ec6614bf14f51d58bc3a4a7a
  Running setup.py bdist_wheel for PyYAML: started
  Running setup.py bdist_wheel for PyYAML: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2c/f7/79/13f3a12cd723892437c0cfbde1230ab4d82947ff7b3839a4fc
  Running setup.py bdist_wheel for Markdown: started
  Running setup.py bdist_wheel for Markdown: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/46/10/c93e17ae86ae3b3a919c7b39dad3b5ccf09aeb066419e5c1e5
  Running setup.py bdist_wheel for tornado: started
  Running setup.py bdist_wheel for tornado: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/b3/47/3a/96e12476829cb196adabc879fedb72f1bb2c8613b6961e78e7
  Running setup.py bdist_wheel for MarkupSafe: started
  Running setup.py bdist_wheel for MarkupSafe: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/88/a7/30/e39a54a87bcbe25308fa3ca64e8ddc75d9b3e5afa21ee32d57
Successfully built livereload PyYAML Markdown tornado MarkupSafe
Installing collected packages: MarkupSafe, Jinja2, tornado, six, livereload, PyYAML, Markdown, click, mkdocs
Successfully installed Jinja2-2.9.6 Markdown-2.6.9 MarkupSafe-1.0 PyYAML-3.12 click-6.7 livereload-2.5.1 mkdocs-0.17.1 six-1.11.0 tornado-4.5.2
$ pip install mkdocs-bootswatch
Collecting mkdocs-bootswatch
  Downloading mkdocs_bootswatch-0.4.0-py3-none-any.whl (4.4MB)
Installing collected packages: mkdocs-bootswatch
Successfully installed mkdocs-bootswatch-0.4.0
$ mkdocs build
WARNING -  Config value: 'theme_dir'. Warning: The configuration option {0} has been deprecated and will be removed in a future release of MkDocs. 
INFO    -  Cleaning site directory 
INFO    -  Building documentation to directory: /builds/BotDev/Docs/site 
ERROR   -  Error building page index.md 
Traceback (most recent call last):
  File "/usr/local/bin/mkdocs", line 11, in <module>
    sys.exit(cli())
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/mkdocs/__main__.py", line 156, in build_command
    ), dirty=not clean)
  File "/usr/local/lib/python3.6/site-packages/mkdocs/commands/build.py", line 282, in build
    build_pages(config, dirty=dirty)
  File "/usr/local/lib/python3.6/site-packages/mkdocs/commands/build.py", line 242, in build_pages
    _build_page(page, config, site_navigation, env)
  File "/usr/local/lib/python3.6/site-packages/mkdocs/commands/build.py", line 158, in _build_page
    output_content = template.render(context)
  File "/usr/local/lib/python3.6/site-packages/jinja2/asyncsupport.py", line 76, in render
    return original_render(self, *args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 1008, in render
    return self.environment.handle_exception(exc_info, True)
  File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 780, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/local/lib/python3.6/site-packages/jinja2/_compat.py", line 37, in reraise
    raise value.with_traceback(tb)
  File "/builds/BotDev/Docs/theme/main.html", line 67, in top-level template code
    {% block content %}
  File "/builds/BotDev/Docs/theme/main.html", line 69, in block "content"
    <div class="col-md-9" role="main">{% include "content.html" %}</div>
  File "/builds/BotDev/Docs/theme/content.html", line 1, in top-level template code
    {% if meta.source %}
  File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 430, in getattr
    return getattr(obj, attribute)
jinja2.exceptions.UndefinedError: 'meta' is undefined
ERROR: Job failed: exit code 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.