Tis repository contains the SailfishOS User Group Berlin website. The page is generated using Jekyll.
The following needs to be done in order to create a testable, local running version of the page:
- Clone this repository:
git clone git@github.com:sug-berlin/sug-berlin.github.io.git
- Switch to cloned working directory:
cd sug-berlin.github.io
- Install Jekyll and other dependencies from the GitHub pages gem:
bundler install
- (Optional) Serve page locally:
bundler exec jekyll serve
this description is based on this description
You could simply use the github website to do the following steps.
- Create a file in the _posts directory: (naming scheme:
yyyy-mm-dd-blogpost-title.md
)
- Find a template for blogposts here
- 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.
The Main Page is the root page shown to everyone visiting https://sug-berlin.github.io
- to be continued...
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.
- Create a file in the _pages directory: (naming scheme:
page-title.md
)
- Find a template for blogposts here
- 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.
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.