Git Product home page Git Product logo

flyteorg.github.io's Introduction

flyteorg.github.io

flyte.org home page

Flyte.org is built using Tailwind with Jekyll. You can refer to the Get started section to get a local testing environment for the site. Once you modify and verify the changes locally, simply push it to remote and the site will be automatically built.

Note: Currently we are using the development branch as the primary branch to host the website.

Requirements

This site uses the following packages. To set up the environment - directly jump to the Get Started section.

Get started

gem install jekyll bundler
  • bundle install to install the Ruby gems specified in Gemfile
  • (Optional) Run bundle update if you need to update the Ruby gems
  • Run the command bundle exec jekyll serve --livereload to test the site locally
  • Visit http://127.0.0.1:4000/ to view your site

Troubleshooting Guidelines

  • If you encounter an error relating to eventmachine package during bundle install:
Make sure that `gem install eventmachine -v '1.2.7' --source 'https://rubygems.org/'` succeeds before bundling.

run the following command:

gem install eventmachine -- --with-cppflags=-I/usr/local/opt/openssl/include
  • If jekyll isn't being identified:
bundler: failed to load command: jekyll

run the following command:

bundle add webrick

How to Add/Modify Announcements

Talk

To add a talk, copy the card1 template code and add it to the card series. To delete a talk, delete the concerning card.

Feature Release

To add a feature release, copy the card5 template code and add it to the card series. To delete a feature release, delete the concerning card.

Blog

To add a blog, copy the card6 template code and add it to the card series. To delete a blog, delete the concerning card.

You can find all cards in the index.html file.

  • card series
<!--cards-->

^ start of cards' section

<!--end of cards-->

^ end of cards' section

  • card
<!--card x-->

^ start of card x

<!--end of card x-->

^ end of card x

flyteorg.github.io's People

Contributors

arturdryomov avatar dependabot[bot] avatar georgesnelling avatar kumare3 avatar kylewaynebenson avatar matthewphsmith avatar samhita-alla avatar schottra avatar wild-endeavor avatar

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.