Giter Club home page Giter Club logo

midoil.github.io's People

Contributors

jholl avatar

Watchers

 avatar  avatar  avatar

midoil.github.io's Issues

Related Posts

seems broken, should look at similar categories and only display the title if a related post is present.

rejig some flexbox

we need some better flow for flexbox mixins which encompass older standard support like -webkit-box-... declarations etc... for now; we're good, but it's worth the rejig

grid

I need a grid... what do you want to do? make our own or pull something in?

body class

it'd be nice if we could dynamically or variably call a class for body to separate type of page and maybe even specific page. for example, if I wanted a different background for portfolio pages vs blog pages and I could style it with something like:

body.portfolio-page {
   ....
}

body.post-page {
   ....
}

git-flow-ish

@AndrewCull, not really an "issue" but have you ever played around with git-flow? I think it'd be overkill to work into this project, but the basic workflow is like this:

  • master branch = live site
  • develop branch = latest approved code
  • pull requests are only made against develop branch
  • changing the site means make a feature_some_name branch from develop
  • before making PR, pull in latest develop to your feature_ to ensure latest codebase w/o conflicts
  • delete feature_... branch after it is merged into develop
  • only develop branch is merged into master

the exception is hotfixes

  • create a hotfix_some_name branch for merging directly into master
  • after merged into master then also merge into develop
  • delete hotfix_... branch
  • when someone pulls in latest develop to their feature it will have the hotfix in it.

want to try and create branch and merge flow along these lines and see how it goes?

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.