Skip to content

mruprich/content

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content for Fedora Developer Portal

Contains files with content in Markdown syntax.

How To Create a Content

The website would consist of several sections. Each section would contain a set of pages. Each content file must start with initial section in YAML syntax describing the title and where the file belongs.

An Example for DevAssistant

Every file except the main page would start with:

---
title: Some Title      # This title is shown in menus
page: devassistant     # This is an ID of your content (select value from the list below)
---

The main page would contain:

---
title: DevAssistant    # This title is shown in menus
page: devassistant     # This is an ID of your content (select value from the list below)
section: tools         # This page would be linked from the main menu in a group called tools (select value from the list below)
---

Section and Page Names

First level is a section id. Second level is a page id.

Start

  1. start-sw
  • web-app
  • cli-app
  • gui-app
  • mobile-app
  1. start-hw
  • raspberry-pi
  • arduino
  • embeded-devices
  1. start-tips
  • collaboration
  • documentation

Tools

  1. tools
  • devassistant
  • docker
  • vagrant

Technology

  1. tech-languages
  • python
  • ruby
  • php
  • perl
  • go
  • c
  • nodejs
  • java
  1. tech-database
  • postgre
  • mariadb
  • sqlite

Deployment

  1. deployment
  • copr
  • scl
  • nulecule
  • xdgapp
  • rolekit
  • openshift
  1. fedoranext
  • fedoranext

About

Content for the portal in Markdown syntax.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published