Code Monkey home page Code Monkey logo

Bridge Foundry Web Site

This site is build with Jeykll and hosted on GitHub Pages -- pushing the main branch will update the website.

Adding a blog post

  1. Check out this repo with git clone to your local computer.
  2. Create a file in the _posts directory. The format of the file name is important! It should be YYYY-MM-DD-first-few-words-or-desc-of-post.md. The date is the date that the blog post should appear to have been published on.
  3. Add the following Jekyll "front matter" to the top of your new markdown file:
---
layout: post
title: This is the Title of Your Blog Post
tags: ready
---
  1. On the next empty line, compose your post. You can use Markdown tags like **bold** or even raw HTML.
  2. Follow the steps in the rest of this README for local previewing ("Local development") and deployment of your post.

Local development

Install Ruby and then run:

gem install bundler
bundle

Note: the website integrates two other repos, which are each GitHub Pages themselves. They're built individually and then automatically available under the same domain.

If you want to make changes to those, work directly in these separate repos:

To run the site:

bundle exec jekyll serve

point your browser at: http://localhost:4000/

Deploying the site

The website is automatically deployed upon changes merged to main. See GitHub documentation for more information.

Bridge Foundry's Projects

operations icon operations

All about the finances for all the Bridges: fund status, how to establish a local fund, withdrawal and reimbursement process, etc.

organizing icon organizing

Where workshop organizers can keep track of the workshops currently being planned.

workshop-map icon workshop-map

experimental visualization of where workshops have taken place

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.