Coder Social home page Coder Social logo

barcampberkshire.com's Introduction

How to use Octopress

The basics

2 main branches

There are 2 main branches that hold production code.

  • master: holds the source code. This is the branch you make a feature branch of and add stuff to.
  • gh-pages: This is the branch that holds the compiled site. You never commit to this directly.

Adding a new post

  1. Clone the repo and make your own branch using git checkout -b my_branch_name
  2. Generate a new post with rake new_post[This is my awesome title]
  3. Edit the post using markdown
  4. Preview your post as you type using rake preview which starts a server on port 4000 and keeps track of changes and recompiles the code.
  5. When you are done commit your code to your own branch
  6. Publish your own branch using git push -u origin my_branch_name
  7. Open a pull request to get your post approved by someone. We all do spelling mistakes.

Deploying the site

  1. Pull the latest changes and checkout the master branch
  2. Run rake gen_deploy to generate and deploy the latest code

barcampberkshire.com's People

Contributors

imathis avatar kevinprince avatar fhemberger avatar cbetta avatar mseckington avatar rumyra avatar tommorris avatar pilif avatar gisikw avatar lukearmstrong avatar mikl avatar rwdaigle avatar tomhoover avatar bendoerr avatar omo avatar tgray avatar pw avatar jakemcc avatar joliss avatar jlong avatar kent avatar melwin avatar melriffe avatar ballou88 avatar robertkowalski avatar leeky avatar rtgibbons avatar scottwater avatar tobym avatar hsatac avatar

Watchers

James Cloos avatar  avatar Lab Tron avatar Guy Southam avatar

barcampberkshire.com's Issues

Fix Twitter

Tweets on the right hand column of the site used the old widget code and is no longer working.

Enable some of the plugins

Available:

  • GitHub (we wont need this)
  • Twitter
  • Google+
  • Delicious
  • Pinboard
  • Disqus (we need to enable this for comments)
  • Google Analytics

All the details we need for this are in _config.yml

Grey background unnoticeable

The header and body have a grey background that's unnoticeable. Either remove it or add it stronger, though you might want to add some padding then

Responsive design broken

Menu bar and sidebar seem to have broken when resized. Bit sad as the original css was very nicely responsive.

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.