{"id":21232567,"url":"https://github.com/codesequence/sanmyaku","last_synced_at":"2025-10-14T05:09:53.484Z","repository":{"id":14442782,"uuid":"17154291","full_name":"CodeSequence/sanmyaku","owner":"CodeSequence","description":"A mountain theme for Vanilla Forums built on Foundation 5.","archived":false,"fork":false,"pushed_at":"2023-09-06T13:16:51.000Z","size":30213,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-12T08:33:40.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vanillaforums.org/addon/sanmyaku-theme","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"LarryMad/recipes","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeSequence.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-02-24T23:14:00.000Z","updated_at":"2023-09-06T13:16:55.000Z","dependencies_parsed_at":"2024-11-20T23:53:15.508Z","dependency_job_id":"b2980e5f-a4ab-4f8d-a9e5-cd271a8c23a1","html_url":"https://github.com/CodeSequence/sanmyaku","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/CodeSequence/sanmyaku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeSequence%2Fsanmyaku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeSequence%2Fsanmyaku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeSequence%2Fsanmyaku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeSequence%2Fsanmyaku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeSequence","download_url":"https://codeload.github.com/CodeSequence/sanmyaku/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeSequence%2Fsanmyaku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018015,"owners_count":26086237,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-20T23:53:12.108Z","updated_at":"2025-10-14T05:09:53.458Z","avatar_url":"https://github.com/CodeSequence.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sanmyaku: A theme for Vanilla Forums\n\n[![Maintainers Wanted](https://img.shields.io/badge/maintainers-wanted-red.svg)](https://github.com/CodeSequence/sanmyaku/issues/59)\n[![Release](http://img.shields.io/github/release/codesequence/sanmyaku.svg)](https://github.com/codesequence/sanmyaku/releases)\n\n## Getting started\n\nTo get started using Sanmyaku for Vanilla, either:\n\n* [__Download the latest release__](https://github.com/codesequence/sanmyaku/releases)\n* Clone the repository directly into your Vanilla `themes` directory and build the project:\n\n```sh\n$ git clone https://github.com/CodeSequence/sanmyaku.git\n$ cd sanmyaku\n$ npm install\n$ gulp build\n```\n## prerequisites\nYou will need to following tools globally installed to build this theme:\n\n* node  ~v5.5.0\n* npm   ~3.3.12\n* bower ~1.4.1\n\n## Compiling assets\n\nRun `npm install` to get started.\n\n#### Build - `gulp build`\nRuns the default Gulp task which will compile all theme assets.\n* JavaScripts will be concatenated and output to (js/custom.js).\n* Sass stylesheets will be compiled to (design/custom.css).\n* Sass theme-option stylesheets will be prefixed with `custom_` and compiled to (design/custom_themeoptionname.css).\n* Images are optimized and placed in (app/images).\n* Theme screenshots are optimized and place in (design/imagename.png).\n* Icons are compiled to (app/icons).\n\n\n#### Watch - `gulp`\nStarts the build process and then uses browserync to watch and update the browser on changes.\nTo use the watch process you will need to update your (`gulp/config.js`) `projectUrl` to be the url used for development.\n\n#### Theme Options\nThe theme comes pre-configured with a light and dark theme. Light is the default and dark can be set under theme options in the admin panel.\n\n#### Mobile Theme\nSanmyaku is built to be responsive. The mobile theme will automatically be set to Sanmyaku during install.\n\n###### To manually set this as your mobile theme:\nEdit the vanilla forums `conf/config.php` file\n\nUpdate or add `$Configuration['Garden']['MobileTheme'] = 'sanmyaku';`.\n\n#### Easily Customizable\nThe theme is easy to customize. Simply update the variables located in the  `app/scss/theme_options/dark/_settings.scss` file to easily change fonts, colors \u0026 images. Another option is to copy the dark theme directory and create a new theme folder and sass file with the name of your theme that imports the new theme folder. You will then need to add the theme options name to `about.php` file after `'Dark'   =\u003e '%s_dark'`.\n\nIf you have built an awesome color scheme and want to share it with the community, submit a pull request!\n\n#### Supported Plugins\nCheck out the list of [supported plugins](./plugins.md).\n\n## [Issue tracking](https://github.com/codesequence/sanmyaku/issues)\n\nIf you come across any bugs or if you have a feature request, please file an issue using the GitHub Issue tracker. The Sanmyaku theme won't be supported through http://vanillaforums.org so please stick to using GitHub for inquiries about bugs and feature requests. Thanks!\n\n[__File a new issue or feature request__](https://github.com/codesequence/sanmyaku/issues/new)\n\n---\nCopyright 2016 © [CodeSequence](https://github.com/codesequence). Licensed under the terms of the [MIT License](LICENSE.md)\n\nBased on the original Foundation theme developed by [Kasper Kronborg Isager](http://kasperisager.github.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesequence%2Fsanmyaku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesequence%2Fsanmyaku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesequence%2Fsanmyaku/lists"}