Syte was designed by
Rodrigo Neri - his own page and is one example of using Syte.
In fact, this is a simple and powerful Django application that allows you to integrate social services such as Tumblr, Twitter, Github, Dribbble and Instagram.

Tumblr
Tumblr is used for the blog. The blog will be the main page of the site. The author is considering adding integration with Wordpress.
')
Integration with other services
Integration with social services means that when someone clicks on a link, the page displays a brief profile of the user in the corresponding service and the latest activity, that is, tweets, information about the repositories on GitHub, work in Dribbble, latest photos from Instagram.
Twitter:

Github:

Dribbble:

Instagram:

Adaptive UI
Syte has an adaptive layout, the menu bar on narrow screens is hidden in the icon in the upper left corner.


Technology
Despite the fact that Syte uses Django as a backend, it does not have to be Django, since the main work takes place on the frontend.
Syte uses HTML5 and CSS3 (with the LESS preprocessor) and the following js libraries:
Node.js libraries are used for compression and minification:
Instructions for connecting and configuring can be found
here .
Github source code.
Syte is licensed under the MIT license.