GithubHelp home page GithubHelp logo

terrorizer1980 / obs-landing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opensuse/obs-landing

0.0 1.0 0.0 199.57 MB

The Open Build Service project landing page

Home Page: https://openbuildservice.org/

License: MIT License

HTML 91.96% Shell 0.08% Ruby 0.20% CSS 6.36% JavaScript 1.39%

obs-landing's Introduction

The Open Build Service Landing page

This page is based on Jekyll and Foundation and is served via Netlify to openbuildservice.org

Markdown

Pages are written in kramdown. A quick reference for the syntax can be found here.

Local Preview

Run docker-compose up and access http://localhost:4000

Deployments

Deployments are automated with a webhook, so whenever commits are pushed to master, a new version will be published. The deployments are listed here.

Add New Members to Team Page

Add the following lines at the end of the YAML front matter block:

- name: Example Name
  position: Frontend Developer
  email: [email protected]
  github: examplegithub
  twitter: exampletwitter
  blog: https://examplename.com
  irc: exampleirc
  description: "Write a nice description of yourself.
  You can use **markdown** in ~~the~~ _description_.

  \nAnd add new paragraphs too."

You don't need to include all the fields, you can just remove the one you don't want to have. If you use special characters you may need to surround your text by ".

Updating OBS Documentation

The OBS documentation is stored in a separate repository and is integrated into the OBS landing page via git submodules.

As soon as your changes get merged in obs-docu (see how here), you have to move to obs-landing repository and follow these steps to deploy them:

  • Make sure obs-landing's master branch is up-to-date.
  • Run the update_documentation.sh script placed in the root directory which will:
    • update the documentation sub-module;
    • generate the documentation in html, pdf and epub formats;
    • create a commit with the message "Update books to current state".
  • Push to master the newly created commit.

Then, you'll see your changes in https://openbuildservice.org/help.

OBS Documentation Troubleshooting

Untracked Changes

If, after following the steps, your working tree is not clean and shows some untracked changes related to open-build-service-documentation, simply run git submodule init and git submodule update manually.

Validation Errors When Running the Script

When running the script, you might get validation errors that you didn't get when you ran daps independently. This usually happens when the document contains references to online resources like this:

  <imagedata fileref="https://example.com/my-image.png"/>

Better add the resource to the corresponding directory inside images/src/. This is an example of how to reference it:

  <imagedata fileref="my-image.png"/>

License

The code in this repository is licensed under a MIT license.

The blog's content is licensed under a Creative Commons Attribution 4.0 International License. CC BY

obs-landing's People

Contributors

adrianschroeter avatar ana06 avatar avindra avatar bgeuken avatar bmwiedemann avatar chrisbr avatar danidoni avatar davidkang avatar dcermak avatar dependabot[bot] avatar dmarcoux avatar eduardoj avatar evanrolfe avatar fcrozat avatar hellcp avatar hennevogel avatar krauselukas avatar lethliel avatar m0ses avatar marcus-h avatar perlpunk avatar pyy avatar rubhanazeem avatar saraycp avatar shyukri avatar smithfarm avatar vpereira avatar wengel avatar

Watchers

 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.