GithubHelp home page GithubHelp logo

getgrav / grav-skeleton-lingonberry-site Goto Github PK

View Code? Open in Web Editor NEW
8.0 5.0 5.0 2.23 MB

A clean, simple and responsive theme for bloggers. Features responsive design, retina ready assets, custom styling for all post formats, custom page templates and custom accent color.

Home Page: https://getgrav.org

License: GNU General Public License v2.0

grav grav-skeleton

grav-skeleton-lingonberry-site's People

Contributors

hexplor avatar w00fz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

grav-skeleton-lingonberry-site's Issues

Can't configure comments in blog entries

I have the following settings in my user/config/plugins/comments.yaml

enabled: true

enable_on_routes:
  - '/blog'

disable_on_routes:
  - /blog/blog-post-to-ignore
  - /ignore-this-route
  #- '/blog/daring-fireball-link'

form:
    name: comments
    fields:
        - name: name
          label: PLUGIN_COMMENTS.NAME_LABEL
          placeholder: PLUGIN_COMMENTS.NAME_PLACEHOLDER
          autocomplete: on
          type: text
          validate:
            required: true

        - name: email
          label: PLUGIN_COMMENTS.EMAIL_LABEL
          placeholder: PLUGIN_COMMENTS.EMAIL_PLACEHOLDER
          type: email
          validate:
            required: true

        - name: text
          label: PLUGIN_COMMENTS.MESSAGE_LABEL
          placeholder: PLUGIN_COMMENTS.MESSAGE_PLACEHOLDER
          type: textarea
          validate:
            required: true

        - name: date
          type: hidden
          process:
            fillWithCurrentDateTime: true

        - name: title
          type: hidden
          evaluateDefault: grav.page.header.title

        - name: lang
          type: hidden
          evaluateDefault: grav.language.getLanguage

        - name: path
          type: hidden
          evaluateDefault: grav.uri.path

#        - name: g-recaptcha-response
#          label: Captcha
#          type: captcha
#          recaptcha_site_key: e32iojeoi32jeoi32jeoij32oiej32oiej3
#          recaptcha_not_validated: 'Captcha not valid!'
#          validate:
#            required: true
#          process:
#            ignore: true

    buttons:
        - type: submit
          value: PLUGIN_COMMENTS.SUBMIT_COMMENT_BUTTON_TEXT

    process:
#        - captcha:
#            recaptcha_secret: ej32oiej23oiej32oijeoi32jeio32je
        - email:
            subject: PLUGIN_COMMENTS.EMAIL_NEW_COMMENT_SUBJECT
            body: "{% include 'forms/data.html.twig' %}"
        - addComment:
        - message: PLUGIN_COMMENTS.THANK_YOU_MESSAGE
        - reset: true

That's the default setting but the enabled: true must be enough for work properly, anyway it's not working for me.

Image type not displaying correctly.

The following URL, which is used for Image Type posts, throws an Error 404:

https://demo.getgrav.org/lingonberry-skeleton/user/themes/lingonberry/images/2x/post-formats/image.png

I was unable to find the file as well in the repo! Can this be fixed?

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.