Giter Site home page Giter Site logo

nkidsfarm_website's People

Contributors

mtschloss avatar pschloss avatar

Watchers

 avatar  avatar

nkidsfarm_website's Issues

Tags on diary posts

Would be nice to be able to tag diary posts and aggregate them for people to look at by tag and date. Problem is that Jekyll has a plugin (http://jekyllrb.com/docs/plugins/), but plugins aren't supported on github-hosted pages...

Ideas...

Design...

  • Not sure about a cloud, per se
  • Would be nice to have a sidebar with tags and their counts
  • At a minimum list the tag at the top of the diary post with a hyper link to posts on that tag

Update local foods websites with our website address

Web design service

Add information on how they can get a web page designed like this one

Kids pages

Create bio pages for each kid and aggregate their blog posts on their page

Diary post reading time

{% capture words %}
  {{ content | number_of_words | minus: 180 }}
{% endcapture %}
{% unless words contains "-" %}
  {{ words | plus: 180 | divided_by: 180 | append: " minutes to read" }}
{% endunless %}

Improve paypal integration

Do we want to set up a shopping cart? Seems like a lot of effort for little reward. Currently we have a paypal button that allows people to send us an unspecified amount of money

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.