bhaveshgoyal182 / flyteorg.github.io

Hosts the static website for https://flyte.org

Home Page:https://flyte.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hosts the static website for https://flyte.org

https://flyte.org


Languages

Language:HTML 89.3%Language:CSS 10.6%Language:Ruby 0.1%