|
| 1 | +--- |
| 2 | +title: Website up on GitHub |
| 3 | +date: 2020-09-27 21:42 CEST |
| 4 | +author: https://github.com/FunkyM |
| 5 | +image: img/news/website-edit-markdown.png |
| 6 | +--- |
| 7 | +This website is now up on GitHub! As announced before we have made the move to allow public contributions from the community. |
| 8 | +<!-- excerpt --> |
| 9 | +This milestone switches hosting to use [Github Pages](https://pages.github.com). |
| 10 | + |
| 11 | +If you want to contribute [head over to the repository](https://github.com/libimobiledevice/libimobiledevice.org). |
| 12 | +It contains all the sources to generate this website and any changes are deployed upon pushing it to the master branch. |
| 13 | + |
| 14 | +*Fork it*, *change it* and send a *pull request*. |
| 15 | + |
| 16 | +A brief technology outline: |
| 17 | + |
| 18 | +* Static website generated using [Cecil](https://cecil.app/) |
| 19 | +* [Twig](https://twig.symfony.com/) HTML templates using [Bootstrap](https://getbootstrap.com/) |
| 20 | +* Responsive design optimized for mobile, tablet and desktop |
| 21 | +* SASS based styles and optimized assets pipeline |
| 22 | +* Icons by [Font Awesome](https://fontawesome.com/) |
| 23 | +* Syntax highlighting by [Prism](https://github.com/PrismJS/prism/) |
| 24 | +* Dynamic content based on GitHub API data |
| 25 | +* Automatically deployed using a [GitHub Actions](https://github.com/features/actions) workflow for [GitHub Pages](https://pages.github.com) |
| 26 | +* Hero animation using CSS and SVG image |
| 27 | +* Various CSS animations by [animate-sass](https://github.com/tgdev/animate-sass/) |
| 28 | + |
| 29 | +Some areas that need work: |
| 30 | + |
| 31 | +* Migrate more content from templates into markdown files |
| 32 | +* Provide more examples and usage guides |
| 33 | +* Improve frequently asked questions and other sections |
| 34 | +* Automate generation of status page from external data |
| 35 | + |
| 36 | +... and much more, looking forward to see great improvements from the community! |
| 37 | + |
| 38 | +I really hope you guys enjoy the effort. |
| 39 | + |
| 40 | +Next up are some releases and refactoring. |
0 commit comments