Giter VIP home page Giter VIP logo

ptkinvent.github.io's Issues

Duplicated code on homepage

There are currently different rendering instructions on the homepage for large and small screens. This could be combined more elegantly using CSS to resize properly.

Consolidate projects into a collection

Jekyll supports collections of items and auto-generation of templates in a for-loop. The projects on the homepage should be done in this manner. In case I forget, it works as follows:

  1. In _config.yml, insert the following:
    # Collections
    collections:
      projects:
        output: true # This line means auto-generate a page for each project
    Note that you'll have to restart jekyll serve because _config.yml was updated.
  2. Create directory at the top level called _projects/ and move all project HTML files into it.
  3. On the homepage, you can now iterate over the projects like this:
    {% for project in site.projects %|
    <h1>{{ project.title }}</h1>
    {% endfor %}

This will lead to a cleaner directory layout, less repeated code, and better extensibility in the future.

Suggestion

You should include a reference to Pro Git since it's free and really good.

Also you should consider the following change:

-Now git!
+Now git outta here!

๐Ÿ‘

Add a web framework

Adding Django or another framework would allow making one small change update several pages all at once. For example, updating copyright year in the footer of every page.

Awkward sentence.

By combining individual shapes like triangles or lines, you can create complex shapes as simple as point clouds, as complex as dodecahedrons, or any other shape conceivable.

I'm not sure why, but this sentence sounds weird. Maybe do something like this instead?

By combining individual shapes like triangles or lines, you can create shapes as simple as point clouds or as complex as dodecahedrons.

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.