Code Monkey home page Code Monkey logo

news-o-o's Introduction

openSUSE News

Should you post on news.o.o? Or should you post to your own blog?

The openSUSE News Website, provides news to the community.

news.opensuse.org is meant for the publishing of official news about the openSUSE Project and it distributions. Only articles about official packages in the distribution or announcements in the interest of the community and Project should be published. Articles out of scope, in particular written to promote packages or home repositories, are discouraged and may be subject to the removal of the article.

We advise that information that fits the following circumstances be published on the author's blogs, on an email list or other appropriate communication channel and not published on news.opensuse.org:

  • Information about a call to action for the community

  • Information about an open-source project, its community and users

  • "How to use" or "tutorials" about packages (official or unofficial)

Blogs are shared on https://planet.opensuse.org/, which is a web feed aggregator that collects blog posts from people about openSUSE.

How to submit a new post?

  1. Create a new markdown file in _posts directory. File name should follow yyyy-mm-dd-title.md format. For example, 2020-02-27-my-first-post.md. You can start by clicking this link.

  2. Write content. You can start with the following template:

    ---
    author: Stasiek Michalski   # please use your real name (at least your first name) and/or your openSUSE user name
    date: 2020-02-27 19:27:17+00:00
    layout: post
    license: CC-BY-SA-3.0
    title: My First Post
    image: /assets/images/omw.png   # where you reference an image (see 3 below)
    categories:
    - Announcements
    tags:
    - infrastructure
    - websites
    ---
    
    Write you post in Markdown and HTML...
    
    

    The date and time you set here, in the header, will be the date and time your article, once merged, will be published and available on news.opensuse.org. If you set the current day's date, be aware that there might be up to 2 hours delay between the time the PR got accepted and the time it actually gets picked up by the server.

  3. Please use an illustration image with at least 1153x505px size. It should be referenced under image in the header above, and the image should be placed in its own directory named with the date format yyyy-mm-dd in /assets/images. For example: /assets/images/2020-02-27/my-first-post-image.png. If you need help with creating some approriate image feel free to ask in #artwork on IRC, Matrix or Discord.

  4. Save the file and create a pull request. You can find the button at page bottom.

How to build?

In order to run bundle the two following addional packages are needed: 'rubygem(bundler)' ruby-devel.

bundle install --path vendor/bundle
bundle exec jekyll build

Resulting site will be in _site directory.

How to serve locally?

bundle install --path vendor/bundle
bundle exec jekyll serve

Visit http://127.0.0.1:4000/ in your browser.

How to use emojis in your blog post?

We are using the Jemoji plugin, which allows you to use GitHub like syntax for emojis in your blog posts. For example, it's raining :cat:s and :dog:s!, will be rendered as:

it's raining ๐Ÿฑs and ๐Ÿถs!

How to update the theme?

If there's a newer revison of the openSUSE jekyll-theme you need to put the commit id into Gemfile.lock and count up the version number.

news-o-o's People

Contributors

ddemaio avatar hellcp avatar vinzv avatar guoyunhe avatar why-not-try-calmer avatar cabelo avatar curiousdtu avatar cboltz avatar victorhck avatar lrupp avatar dependabot[bot] avatar sjpp avatar mslacken avatar ana06 avatar okurz avatar karatekhd avatar hollowman6 avatar ethanol6 avatar ggardet avatar lkocman avatar aplanas avatar ana avatar andrii-suse avatar vinyanalista avatar dcermak avatar erikw avatar luizluca avatar conan-kudo avatar vmoutoussamy 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.