{"id":22466891,"url":"https://github.com/mavimo/sculpin-theme-sticko","last_synced_at":"2025-03-27T15:20:29.254Z","repository":{"id":13562404,"uuid":"16254670","full_name":"mavimo/sculpin-theme-sticko","owner":"mavimo","description":"Porting of Sticko theme for Sculpin","archived":false,"fork":false,"pushed_at":"2014-01-27T08:26:42.000Z","size":6052,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T07:55:02.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mavimo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-26T14:43:51.000Z","updated_at":"2015-11-27T02:14:44.000Z","dependencies_parsed_at":"2022-07-12T15:11:26.239Z","dependency_job_id":null,"html_url":"https://github.com/mavimo/sculpin-theme-sticko","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-theme-sticko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-theme-sticko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-theme-sticko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-theme-sticko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavimo","download_url":"https://codeload.github.com/mavimo/sculpin-theme-sticko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245868327,"owners_count":20685609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-06T10:14:35.083Z","updated_at":"2025-03-27T15:20:29.223Z","avatar_url":"https://github.com/mavimo.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Porting of Sticko theme\n\n![content list](https://raw2.github.com/mavimo/sculpin-theme-sticko/gh-pages/sample/post-list.png)\n![content page](https://raw2.github.com/mavimo/sculpin-theme-sticko/gh-pages/sample/post-content.png)\n![page with menu open](https://raw2.github.com/mavimo/sculpin-theme-sticko/gh-pages/sample/menu.png)\n\n## About this theme\n\nThis is a porting of [sticko](http://sticko.apps.runkite.com/), a clean, modern, **responsive** and **free** theme for the emerging -and absolutely amazing- blogging platform called [Sculpin](http://sculpin.io).\n\nI really hope you like it and feel free to use this theme for whatever purpose you want.\n\n### Features\n* Full responsive.\n* Lightweight yet beautiful.\n* Google+ Comments on Posts.\n* Off-canvas navigation.\n* Author info outside loop across the whole theme.\n* Loading indicator.\n* Icon fonts - support for Retina Display/High pixel density screens.\n* SCSS source files for further modifications.\n\n### Installation\n\nSculpin can automatically install this theme for you by adding the following to\nyour `sculpin.json`:\n\n```json\n{\n    \"repositories\": [\n        {\n            \"type\": \"vcs\",\n            \"url\": \"git@github.com:mavimo/sculpin-theme-sticko.git\"\n        }\n    ],\n    \"require\": {\n        \"mavimo/sculpin-theme-stickio\": \"dev-master\"\n    }\n}\n```\n\nThen execute sculpin update, this download and move theme in the right folder.\n\nTo enable the theme for the current site edit the ``àpp/config/sculpin_kernel.yml``` file and add:\n\n```\nsculpin_theme:\n  theme: mavimo/sculpin-theme-sticko\n```\n\n### Configuration\n\nThis theme support a large set of configurations, all this will be placed in ```sculpin_site.yml```. You can copy and change values from the following sample:\n\n```\ntitle: Theme Demo\nsubtitle: To Get You Started\ncover: http://farm8.staticflickr.com/7378/9495248550_fc2822fd06_h.jpg\nsocial:\n  twitter: http://twitter.com/mavimo\n  facebook: http://www.facebook.com/marco.moscaritolo\n  googleplus: http://plus.google.com/+MarcoVitoMoscaritolo\n  flickr:\n  linkedin: http://www.linkedin.com/in/mavimo\n  pinterest:\n  vimeo:\n  github: http://github.com/mavimo\n  dribbble:\n  stumbleupon:\n  lastfm:\n  rdio:\n  youtube:\nauthor:\n  image: https://lh3.googleusercontent.com/-i5zt2mRDPTk/AAAAAAAAAAI/AAAAAAAAANI/rZluj1QTwTc/photo.jpg\n  name: Marco Vito Moscaritolo\n  bio: Developer, technoloy lover.. and chemistry\n  location: Bergamo, Italy\n```\n\n### Setup pages\n\nIn your source folder create a index.html page with the following content:\n\n```\n---\nlayout: default\ntitle: Home\ngenerator: pagination\npagination:\n    max_per_page: 3\nuse:\n    - posts\n---\n{% include \"blog_index\" %}\n```\n\nYou can change the pagination number and content type to use.\n\nYou can define the menu items creating a subfolder ```_includes``` and add in this folder a file ```nav.html```. In this file add the links you will add in your side bar menu, eg:\n\n```\n\u003ca href=\"{{ site.url }}/\" title=\"Go to Home\"\u003eHome\u003c/a\u003e\n\u003ca href=\"{{ site.url }}/about\" title=\"Go to About\"\u003eAbout\u003c/a\u003e\n\u003ca href=\"{{ site.url }}/projects\"\u003eProjects\u003c/a\u003e\n\u003ca href=\"http://agavee.com/\"\u003eCompany\u003c/a\u003e\n```\n\n### Editing CSS/SCSS files.\n\n**Sticko** is developed on top of [Sass](http://sass-lang.com/install) and [Compass](http://compass-style.org/install), which means that you are going to need both running on your own machine; follow both guides to set up the proper environment.\n\n## Get in touch\n\nIf by any reason you need/want to get in touch with me, feel free to [drop me an email](mailto:marco@mavimo.org) or find me on [Facebook](http://www.facebook.com/marco.moscaritolo) and [Twitter](http://www.twitter.com/mavimo).\n\n## Licence\n[CreativeCommons Attribution 4.0 International](http://creativecommons.org/licenses/by/4.0/)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fsculpin-theme-sticko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavimo%2Fsculpin-theme-sticko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fsculpin-theme-sticko/lists"}