Giter Site home page Giter Site logo

ThinkShout.com

The ThinkShout.com website, built with Jekyll, Foundation 5, SASS, and lots of love.

Installation & Building

See the Wiki

Branches

  1. Dev: New feature development.
  2. Stage: New content. Features from Dev merged into stage. Pushed to stage.
  3. Live: Mapped to production. No commits, only merges from stage.

Development workflow

Something along the lines of the following should be used by developers working on this site.

  1. Clone the repository if you don't have it.
  2. Checkout the dev branch, git checkout dev.
  3. Make sure you're current, git pull origin dev.
  4. Optionally grab the latest content by rebasing stage from the dev branch, git rebase stage.'
  5. Create a feature branch off of dev, git checkout -b myfeature.
  6. Make magic happen
  7. Merge your feature into dev, git checkout dev && git merge myfeature. Clean up and delete your feature branch.
  8. Run rake serve and make sure all is well.
  9. Push your exciting new feature, git push origin dev.
  10. If it's ready for staging, merge into stage, git checkout stage && git merge dev && git push origin stage.
  11. Optionally deploy to staging, rake stage.
  12. To launch the new feature, git checkout live && git merge stage.

Content editing

Blog posts should be managed via prose.io. Visit the website and, when prompted, authorize via GitHub. Select the thinkshout/thinkshout project. Prose will only make the blog post folder accessible. You can create new posts by clicking the large green "new file" button at the top of the page (see below "New Posts section"). Existing posts can be edited by clicking on the file in the list. When editing or creating a post, the metadata button on the right side will load with the available variables that can be filled in, including teaser, author name, and tags.

New Posts

It is important that the file name of the post uses the following format: blog/_posts/[date]*.md

Where "*" is the title of your post (with no spaces - use dashes instead).

For example the default blog/_posts/2014-03-14-your-filename.md file name could be changed to blog/_posts/2014-03-14-my-new-blog-post.md.

This is necessary because Jekyll uses this field value to generate the Markdown file that will be complied into your blog post, which must be in the blog/_posts directory and be named with a leading date.

To specify a post title

Head to the metadata tab using the button on the right and specify your title in the "Raw Metadata" field as follows:

title: "My New Blog Post"

If you do not specify a title, Jekyll will generate one for you based on the name of your file by replacing dashes with spaces and capitalizing the first letter of each word.

Other metadata options (and what they do)

  • Short teaser - text that will display below the linked title in post teaser (used, for example, on the /blog page)
  • Author short name - makes your picture, name, and job title show up in the post teaser.
  • Featured - check to get a post to show on the home page.
  • Tags - ??? can't figure out how to add existing tags to new posts that don't have any - old posts have select list options, but that's because there are tags already defined in their front matter ////Alex
  • Raw Metadata - any other YAML front matter you'd like to include (case sensitive).

Home Page Posts

To get a post to show on the home page, add featured: true to the post's YAML front matter. This will also add a class of featured-post across the site for styling convenience.

Preview your post

Click on the preview (eye) button on the right hand side. If you don't see images, etc. that you're referencing in your Markdown it's because they're not pushed to the repo (stage branch).

Testing, CI, and Deployment

The site is hosted on Netlify. Netlify will build previews of all commits in any branch. Preview environments are available in the Pull Request status checks. Commits to stage are published to https://stage.thinkshout.com and commits to live are published to https://thinkshout.com.

Sites you might be interested in looking at:

Wonderlab sub-site

The /wonderlab sub-site is generated using the following components:

  • A wonderlab.html landing page that lists wonderlab blogs
  • A wonderlab collection defined in config.yml
  • Blog posts nested under _wonderlab/*
  • Metadata for categories in _data/wonderlab.yml

Most of the post fields are standard for Jekyll, with the exception of the "index" field, which is used for manually ordering posts within a Wonderlab category.

The code is set up to work for multiple categories, so hypothetically if you wanted to launch a new topic, you would just add a new entry to _data/wonderlab.yml (at the top of the array).

ThinkShout's Projects

12ntcmaps icon 12ntcmaps

2012 NTC Presentation - "Geek Out With Online Maps As Storytelling Devices"

15-5 icon 15-5

ThinkShout's tool for gathering weekly feedback.

addtocal icon addtocal

The AddtoCal module for Drupal: https://www.drupal.org/project/addtocal

bedrock icon bedrock

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

bene icon bene

Bene Drupal 8 distribution

bene_features icon bene_features

Helper module that serves as a hub for optional features built for the Bene Drupal distribution.

bene_media icon bene_media

Media feature used by the Bene Drupal distribution and other projects

bene_promo_redirect icon bene_promo_redirect

Temporarily redirect one or more pages to a specific page or site until the user has visited the target.

bene_salsa icon bene_salsa

Bene Features module for embedding salsa forms in Bene Drupal sites.

block_visibility_extras icon block_visibility_extras

D8 port of the [block_visibility_extras](https://www.drupal.org/project/block_visibility_extras) module.

ci-scripts icon ci-scripts

Scripts useful for testing a Composer Drupal project with Behat on a Continuous Integration server, or locally.

content_snippets icon content_snippets

Simple Drupal module for editing content snippets that get used in code or tokens.

discourse icon discourse

Drupal module to integrate the Discourse API.

discussions icon discussions

Discussions provides a simple way to spark user engagement on your Drupal site by allowing users to have topical discussions within groups.

distillery icon distillery

Hey Buddy! Buddy The Wireframe is a boilerplate wireframing kit built on Jekyll, Bourbon & Neat.

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.