{"id":18806286,"url":"https://github.com/vallariag/commercial-website","last_synced_at":"2026-04-29T00:05:10.942Z","repository":{"id":105127185,"uuid":"532939167","full_name":"VallariAg/commercial-website","owner":"VallariAg","description":"Ruby on Rails template website for commercial portfolios for buisnesses.","archived":false,"fork":false,"pushed_at":"2022-09-24T18:21:42.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T21:23:07.439Z","etag":null,"topics":["docker-compose","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VallariAg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-09-05T14:36:39.000Z","updated_at":"2022-09-13T14:43:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"97590a59-79f7-4de2-9efa-057e257e51a2","html_url":"https://github.com/VallariAg/commercial-website","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/VallariAg%2Fcommercial-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VallariAg%2Fcommercial-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VallariAg%2Fcommercial-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VallariAg%2Fcommercial-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VallariAg","download_url":"https://codeload.github.com/VallariAg/commercial-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742416,"owners_count":19689309,"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":["docker-compose","ruby-on-rails"],"created_at":"2024-11-07T22:48:07.797Z","updated_at":"2026-04-29T00:05:10.901Z","avatar_url":"https://github.com/VallariAg.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# commercial-website\nCompletely customizable Ruby on Rails website template for commercial portfolios for businesses.\nBuilt along with [flowbite](https://flowbite.com/docs/getting-started/rails/).\n\n## Setup\n\n1. Install docker, and make sure the service is up using command `systemctl status docker`.\n2. Run application with docker-compose:\n   ```\n   docker-compose up\n   ```\n   This starts the application at http://0.0.0.0:3000.\n\n## Documentation\n\nAnyone can configure the website to show their data without any changes in the code, by simply editing the files under /data directory of the repo. \n### Configure Data\n\nAll data is under `./data` directory of this project, in the following files.\n\n- ./data/about.yaml\n- ./data/home.yaml\n- ./data/products.yaml\n- ./data/products/\u003cproduct_id\u003e.yaml\n\nTo add your products, mention them in `./data/products.yaml` and make a new file in `./data/products/` with the `id` of the product you used in products.yaml file.\n\nExample. in `./data/products.yaml`:\n\n```\nxyz:\n  :id: xyz       // [imp] same as the dictionary key (the above line) \n  :name: Table lamps\n  :description: Lorem Ipsum is simply dummy text.\n  :image: /images/sample.jpg             // add the image in `./public/images/`\n  :featured:\n    - item_1\n    - item_2\n    - item_3\n    - item_4\n```\n\nAnd make a file `./data/products/xyz.yaml`:\n\n```\ntitle: Table lamps\n:id: desk_clocks\n:description: Lorem Ipsum is simply dummy text of the printing and typesetting industry.\n:icon: /images/product_1/icons-100.png\n:items:\n  item_1:  \n    :id: item_1      // [imp] same as dictionary key (line above)\n    :name: Wooden Ball Desk Clock\n    :description: This is Item 1\n    :short_description: Accentuate your desk with this wooden spherical sculpture which functions as a desk clock.\n    :images: \n        - /images/xyz-1.jpg         // add the image in `./public/images/`\n        - /images/xyz-2.jpg         // add the image in `./public/images/`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvallariag%2Fcommercial-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvallariag%2Fcommercial-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvallariag%2Fcommercial-website/lists"}