Giter VIP home page Giter VIP logo

podman.io's Introduction

Container Tools

Welcome to the website for the Pod Manager tool podman. This site features announcements and news around Podman, and occasionally other container tooling news.

podman logo

Website Contributors

The website runs on GitHub Pages via Jekyll to make it as convenient as possible for you to contribute.

Before you start, please verify that you've an entry for yourself in the top level _config.yml file in the authors section. Your entry should look like the following example. Please note if you do not have a gravatar, a twitter account or simply don't want to share a particular field, just leave the field blank or completely remove the particular line.

  jsmith:
    name: Jessica Smith
    display_name: Jessica Smith
    gravatar: c69c8419c8e4d1bbedc7874281453781
    email: [email protected]
    web: https://mywebsite.com
    twitter: JSmithOnTwitter
    github: JSmithOnGitHub

You can add blog posts by adding a file to the _posts folder. The file must use the following naming convention: yyyy-mm-dd-relevant-title-here.md. In the file itself, you will need to start with the following metadata:

---
title: <your title here>
layout: default
author: <author id, from the example above 'jsmith'>
categories: [blogs]
tags: <your tags here>
---
![podman logo](https://podman.io/images/podman.svg)

{% assign author = site.authors[page.author] %}
# My Blog Title
## By {{ author.display_name }} [GitHub](https://github.com/{{ author.github }}) [Twitter](https://twitter.com/{{ author.twitter }})

<yourtext in markdown format goes here, check out other blog posts if you're unsure how to proceed>

Please pay attention to the categories: [blogs] section. Currently, there are 4 categories available: [blogs], [releases], [talks] and [new].

NOTE: If you want to add a ':' (colon) to your title, you will need to instead use &#58;, otherwise the post will not be displayed on the index page. For example:

Instead of:

title: My first blog post: Can you believe it?

use:

title: My first blog post&#58; Can you believe it?

Finally if your blog is more than a paragraph or two long, please add this tag after the first or second paragraph:

<!--readmore-->

This will provide a preview on the blogs index page and the reader can read that first bit and then decide if they want to go in for a deeper dive.

Testing locally

Configuration steps:

dnf install ruby ruby-devel g++
gem install jekyll bundler
gem install github-pages

VM network setup

If you are running on a VM, you may need to open up port 4000 on your firewall

firewall-cmd --permanent --add-port=4000/tcp
firewall-cmd --reload

Making changes

First cd into your podman.io directory after having done a git clone of this project. Change or add the files that yow want to.

You can now test your changes locally, especially useful if you are making look/feel changes, by first running bundle install and then start the server by doing: bundle exec jekyll s. If you make follow up changes, you can use the bundle exec jekyll build in place of the bundle install command.

Then browse to http://127.0.0.1:4000 to view your changes.

If you run this on a VM, then use this command:

bundle exec jekyll serve --host 192.###.###.###   - IP Address of VM

And then you can attach to the server using your web brower, http://{IP.address}:4000. Note, you must use http and not https.

podman.io's People

Contributors

tomsweeneyredhat avatar lsm5 avatar rhatdan avatar mheon avatar baude avatar emilienm avatar luap99 avatar vrothberg avatar adrianreber avatar applejag avatar edhaynes avatar sumantro93 avatar philipwhiteside avatar assarbad avatar ahwayakchih avatar fodoj avatar haraldh avatar gbraad avatar stappersg avatar danbmh avatar cevich avatar bryanhepworth avatar abitrolly avatar saschagrunert avatar supersandro2000 avatar ricardo-rod avatar rst0git avatar this-is-rafa avatar pmop avatar parkr 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.