Git Product home page Git Product logo

jekyll-template-toolkit's Introduction

I'm a student of computer science and a research assistant at the Chair V (Programming Systems) at TU Dortmund University.

The languages I work with are mainly Java and C# (.Net Core), as well a TypeScript. Lately I have developed an admiration for Scala as well.
I'm versed in many of the supporting and underlying technologies for web development, including, but not limited to:
SQL (mainly MySQL), HTML, CSS, JS/TS and ORM (JPA & Hibernate, EF Core), as well as DevOps and Continuos Practices.

I'm wrote my bachelor's thesis on "Visual Authoring of CI/CD Pipeline Configurations" (available here) and developed a tool that allows the graphical composition of CI/CD pipelines (https://gitlab.com/scce/Rig), greatly reducing the complexity of creating such pipelines and making CI/CD much easier accessible.

jekyll-template-toolkit's People

Contributors

netzwergx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

wchrisjohnson

jekyll-template-toolkit's Issues

Use of CDATA Should be Avoided

Liquid provides a xml_escape filter that will work nicely in its place. CDATA has some potential pitfalls when it comes to content-type encoding and GitHub Pages serves up XML with us-ascii encoding rather than utf-8 for some crazy reason.

See here for further explanation.

I'd use:

<block>{{ post.attr | xml_escape }}</block>

or:

<block>{{ post.attr | strip_html }}</block>

in place of:

<block><![CDATA[{{ post.attr }}]]></block>

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.