Giter VIP home page Giter VIP logo

citrineos.github.io's Introduction

CitrineOS Documentation

Welcome to the repository for the website that holds the documentation of CintrineOS. This site is built using Jekyll, a static site generator. If you're looking to make modifications or simply set it up locally, here's what you need to know.

Prerequisites

  • Ruby: Jekyll is written in Ruby. Ensure you have Ruby (at least version 2.5) installed by running ruby -v. If not, you can download and install Ruby here.
  • Bundler: Dependencies are managed with bundler. Install Bundler with gem install bundler.

Local Setup

  1. Clone the Repository:
    git clone https://github.com/citrineos/citrineos.github.io.git && cd citrineos.github.io

  2. Install Dependencies:
    gem install bundler jekyll && bundle install

  3. Build and Serve the Website Locally:
    jekyll serve
    This will start a local server, and you can access the site at http://localhost:4000.

Making Changes

Adjusting Site Content

  • Navbar: To add or modify navbar items, adjust the _data/navigation.yml file. Each item has a name and a link, some also have a logo. In this case the logo will be displayed and the name is the fallback in case the logo can not be shown. Follow the existing syntax pattern to add more navbar items.

  • Content: To add content to pages adjust the markdown files, e.g. framework.md. These pages start with Front Matter that starts and ends with ---. In between these markings a title can be chosen and the default layout is set.

    • Markdown: Jekyll uses Markdown for content. If you're new to Markdown, here's a quick guide.

Customizing Appearance

  • Fonts & Colors: Adjust global styling variables in the _sass directory. Under /utils/_fonts a new font could be added. The font then also needs to be updated under /assets/fonts following the existing pattern. Under /utiles/_variables chosen colors can be adjusted. These changes will be reflected throughout all of the website.

Deployment

This site uses github actions for deployment. The trigger is set up to deploy everytime changes are pushed to the branch main.

citrineos.github.io's People

Contributors

chrisweissmann avatar joll90 avatar miriamcodes avatar ozhgood avatar thanaparis 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.