Coder Social home page Coder Social logo

code-story-http's Issues

[[content]] is misleading in layouts.

puttin [[content]] instead of [[body]] in a layout actually include the content, in it's raw form. (no parsing)

Not a big deal, but worth mentioning.
Last point: Jekyll default is {{content}} ;)

Allow variable in yaml front

Allow variable usage in yaml front matter

something like

product: bar

title: page du produit [[bar]]

I believe jekyll does not allow that.

Template constructor with String doesn't work on Windows OS with classpath: type

For information,
net.codestory.http.templating.Template constructor with String doesn't work on Windows OS with classpath: type :

Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 9: classpath:web\partial
    at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
    at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
    at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
    at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
    at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
    at java.nio.file.Paths.get(Paths.java:84)
    at net.codestory.http.templating.Template.<init>(Template.java:32)

See in sun.nio.fs.WindowsPathParser.normalize :

// Reserved characters for window path name
private static final String reservedChars = "<>:\"|?*";

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.