{"id":16214056,"url":"https://github.com/bitbrain/muffin-bambus","last_synced_at":"2026-02-17T16:34:56.622Z","repository":{"id":146976861,"uuid":"10490566","full_name":"bitbrain/muffin-bambus","owner":"bitbrain","description":"A template/theme applicable for Jekyll","archived":false,"fork":false,"pushed_at":"2013-10-24T07:20:23.000Z","size":1076,"stargazers_count":4,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-12T13:34:39.693Z","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/bitbrain.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":"2013-06-04T22:56:11.000Z","updated_at":"2016-02-17T00:09:18.000Z","dependencies_parsed_at":"2023-03-24T14:45:13.083Z","dependency_job_id":null,"html_url":"https://github.com/bitbrain/muffin-bambus","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bitbrain/muffin-bambus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmuffin-bambus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmuffin-bambus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmuffin-bambus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmuffin-bambus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitbrain","download_url":"https://codeload.github.com/bitbrain/muffin-bambus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmuffin-bambus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29549797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-10T11:09:30.514Z","updated_at":"2026-02-17T16:34:51.606Z","avatar_url":"https://github.com/bitbrain.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Muffin Bambus\r\n===========\r\n\r\n![Bambus Logo](img/bambus-logo.png)\r\n\r\nA [Muffin](http://www.richbray.me/muffin) template/theme applicable for Jekyll, written by [Miguel Gonzalez](https://github.com/MyRealityCoding).\r\n\r\nPurpose\r\n-------\r\nBambus is made for [the blog](http://my-reality.de) of Miguel Gonzalez. Any usage and modification and/or duplication is fully allowed.\r\n\r\nDesign\r\n------\r\n![Bambus Design](img/design.png)\r\n\r\nHow to install\r\n--------------\r\n\r\nAt first, download the latest version of bambus. Open the folder and make sure to run the install script before moving on:\r\n\r\n```bash\r\nsh install.sh\r\n```\r\n\r\nAfter that you should be able to visit your website on *http://localhost:4000*\r\n\r\nHow to build\r\n------------\r\n\r\nTo build your website, run:\r\n\r\n```bash\r\nsh build.sh\r\n```\r\n\r\nHow to update\r\n--------------\r\n\r\nTo fetch the latest version of bambus simply run:\r\n\r\n```bash\r\nbash update.sh\r\n```\r\n\r\nGetting started\r\n-----\r\n\r\nYou can customize the theme without changing code directly.\r\n\r\n### Site title\r\n\r\nYou can change the default site title in the ```_config.yml``` file:\r\n\r\n```yml\r\nname: your:site\r\n```\r\nThe colon ```:``` will be highlighted as white. It is recommended to use that because it fits in the theme of bam:bus.\r\n\r\n### Navigation Menu\r\n\r\nTo change the links and icons of the navigation bar, simply modify the file ```_config.yml``` of Jekyll. bam:bus supports [FontAwesome icons](http://fortawesome.github.io/Font-Awesome/icons/). Here is an example how to define a custom link in the navigation bar:\r\n```yml\r\nnavigation:\r\n- text: Social\r\n  title: Follow me @tweetmyreality\r\n  url: https://twitter.com/tweetmyreality\r\n  icon: icon-twitter\r\n```\r\n\r\n### Meta data\r\n\r\nTo have some information about your person and a small description, customize the following lines in the ```_config.yml```:\r\n\r\n```yml\r\nauthor:\r\n  name: Miguel Gonzalez\r\n  email: miguel-gonzalez@gmx.de\u003e\r\n  url: http://my-reality.de\r\n  description: My \u003ca\u003ename\u003c/a\u003e\r\n  image: /img/bambus-icon.png\r\n```\r\n\r\n### Links\r\n\r\nTo add links in the footer, simply add the following lines into the file ```_config.yml```:\r\n\r\n```yml\r\nlinks:\r\n- url: link\r\n  name: Link1\r\n- url: link\r\n  name: Link2\r\n- url: link\r\n  name: Link3\r\n```\r\n\r\nDevelopment\r\n-----------\r\nTo get involved simply fork this theme and make your improvements. Additionally some of them are mentioned in the issues section of bambus or mail to [miguel-gonzalez@gmx.de](mailto:miguel-gonzalez@gmx.de).\r\n\r\nThanks to\r\n---------\r\nI want to thank [Richard Bray](http://www.richbray.me/) for providing an awesome design framework and [Amos Wenger](http://amos.me/) for inspiring me to create bam:bus.\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbrain%2Fmuffin-bambus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbrain%2Fmuffin-bambus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbrain%2Fmuffin-bambus/lists"}