https://github.com/codeaffen/codeaffen.org
The `codeaffen` project homepage. Completely managed here on github.com
https://github.com/codeaffen/codeaffen.org
beautiful-jekyll-theme blog gh-pages hacktoberfest homepage jekyll jekyll-theme
Last synced: about 2 months ago
JSON representation
The `codeaffen` project homepage. Completely managed here on github.com
- Host: GitHub
- URL: https://github.com/codeaffen/codeaffen.org
- Owner: codeaffen
- License: mit
- Created: 2020-12-20T12:46:33.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-12T11:30:36.000Z (about 1 year ago)
- Last Synced: 2025-01-12T12:27:56.768Z (about 1 year ago)
- Topics: beautiful-jekyll-theme, blog, gh-pages, hacktoberfest, homepage, jekyll, jekyll-theme
- Language: HTML
- Homepage: https://codeaffen.org
- Size: 8.63 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# codeaffen.org
Hello and welcome to our blog system for codeaffen.org. Here we try to publish new and interesting articles derived from our work as System Engineers or System Architects.
## blog system
We use [jekyll](https://jekyllrb.com) as the blog system and [beautifuljekyll](https://beautifuljekyll.com) as theme.
## why jekyll
We can only quote some buzz words from jekyll homepage
* Simple
* no database
* no moderation
* just the content
* Static
* input: Markdown, Liquid, HTML & CSS
* output: static pages
* Blog-aware
* Permalinks
* categories
* pages
* posts
* custom layouts
And finally it is eligible for free hosting on github pages.
## howto contribute
As you want to contribute a topic feel free to fork this project and create a PR. If we think your topic can be interesting for the audience we will merge and publish it.
## license for articles and post
All articles will be released under [CC BY-NC-SA](https://en.wikipedia.org/wiki/Creative_Commons_license#Types_of_licenses)