Skip to content

sug-berlin/sug-berlin.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SailfishOS Meetup Berlin

Tis repository contains the SailfishOS User Group Berlin website. The page is generated using Jekyll.

Installation and preparation

The following needs to be done in order to create a testable, local running version of the page:

  1. Clone this repository: git clone git@github.com:sug-berlin/sug-berlin.github.io.git
  2. Switch to cloned working directory: cd sug-berlin.github.io
  3. Install Jekyll and other dependencies from the GitHub pages gem: bundler install
  4. (Optional) Serve page locally: bundler exec jekyll serve

this description is based on this description

Update and publish the page

Blogpost

You could simply use the github website to do the following steps.

  1. Create a file in the _posts directory: (naming scheme: yyyy-mm-dd-blogpost-title.md)
  1. If you do nothave write access to the repository create a pull request. Otherwise just save the new file in the _post directory.

The updated post now is available at the SailfishOS User Group Berlin Website and will provide a link to the blogpost you created in the Posts section.

Main Page

The Main Page is the root page shown to everyone visiting https://sug-berlin.github.io

  • to be continued...

Pages

It is possible to create Sub Pages for several topics in order to include and link them. This section describes how to create these kind of pages.

  1. Create a file in the _pages directory: (naming scheme: page-title.md)
  1. If you do nothave write access to the repository create a pull request. Otherwise just save the new file in the _pages directory.

The updated page now is available at the SailfishOS User Group Berlin Website and will provide a link to the page you created in the header of the page.

Contributing

We are always looking for ideas, findings and people who would like to join our meetups or projects. If you would like to add content to the page just follow the description obove and create a pull request or open an issue.

Releases

No releases published

Packages

No packages published