Giter VIP home page Giter VIP logo

obestwalter.github.io's Introduction

Sources for my personal website

If you just want to read - this might look better: https://oliver.bestwalter.de.

Clone this project with submodules

3rd party packages in packages are git submodules, so cloning this repo completely means:

$ git clone --recurse-submodules <url of this repo>

add submodules later after normal clone:

$ git submodule update --init.

update submodules:

$ git submodule update --remote <repo name>

add new plugin:

$ git submodule add <repo url>
$ git commit -am 'add <repo name>
$ git push origin master

Lektor development installation

The officially recommended way is weird and the way lektor deals with plugins is extra weird. I work from a local lektor clone with my own little server wrapper to be make it easier to debug and modify.

$ cd /path/to/here
$ pip install tox
$ tox -e dev

task automation

All things worth doing are accessible via tox:

$ tox -av

shows what's on offer

Acknowledgements

notes

Pygments bug

The inbuilt pygments plugin has a bug (creates wrong class name 'highlight' instead of 'hll'). For now I use my own stylesheet with adapted class name.

Hint: list themes with pygmentize -L and generate css files with pygmentize -S <theme name> -f html > <file name>.css

sass problems?

When getting LoadError: cannot load such file -- rb-fsevent run:

gem install rb-fsevent

css is a wondrous thing

Legalese

Code is under MIT license and content is CC BY-NC-SA 4.0. If code is integrated that has a different license the license is included in the source here and their license apply.

code license content license

obestwalter.github.io's People

Contributors

obestwalter avatar

Stargazers

GAURAV avatar

Watchers

James Cloos avatar

obestwalter.github.io's Issues

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.