{"id":16229709,"url":"https://github.com/indaco/docker-pro-ui-kit-os","last_synced_at":"2026-03-18T18:32:26.866Z","repository":{"id":136250296,"uuid":"437949165","full_name":"indaco/Docker-Pro-UI-Kit-OS","owner":"indaco","description":"a HTML and Tailwind CSS Template for developer documentation.","archived":false,"fork":false,"pushed_at":"2022-10-03T20:45:27.000Z","size":600,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T06:55:58.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"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/indaco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2021-12-13T16:41:13.000Z","updated_at":"2021-12-13T20:34:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e4dee30-0572-4608-b7a5-3228afb7cead","html_url":"https://github.com/indaco/Docker-Pro-UI-Kit-OS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/indaco/Docker-Pro-UI-Kit-OS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indaco%2FDocker-Pro-UI-Kit-OS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indaco%2FDocker-Pro-UI-Kit-OS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indaco%2FDocker-Pro-UI-Kit-OS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indaco%2FDocker-Pro-UI-Kit-OS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indaco","download_url":"https://codeload.github.com/indaco/Docker-Pro-UI-Kit-OS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indaco%2FDocker-Pro-UI-Kit-OS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29311353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"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-10T12:59:01.385Z","updated_at":"2026-02-10T18:35:42.175Z","avatar_url":"https://github.com/indaco.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wicked HTML Starter\n\nThis repo is the scaffolding we use at [Wicked Templates](https://wickedtemplates.com) to create new\nTailwind based HTML templates.\n\nWe mainly use plain HTML with Tailwind classes to create stunning eye-catching templates for landing pages\nmarketing pages.\n\nThis scaffolding uses [gulp](https://gulpjs.com/) to create workflows to make esier the development. These\nare other of the dependencies and technologies we use:\n\n- [Tailwind CSS](https://tailwindcss.com/) as utility CSS framework\n- [Handlebars](https://handlebarsjs.com/) as template engine to join our layouts, partials into pages.\n- [Imagemin](https://github.com/imagemin/imagemin) to minify images and optimice them for web.\n\n## Getting started\n\nFirst of all we need to have [nodejs](https://nodejs.org/) installed in our system. Then, we can execute\n`npm install` to install this repo's dependencies.\n\nLater on, we can execute `npm start` to compile our Handlebars templates into plain HTML. A development\nserver will be launch and you will be able to see the result webpage in the URL [http://localhost:4000](http://localhost:4000/).\n\n## Source scaffolding structure\n\nThe source code is located in the directory `src`. Inside it there are the following folders:\n\n- **css**: Here is just one file named `app.css` and inside we are just importing Tailwind. If you want to\nany custom CSS rule you add it to that file.\n- **layouts**: here we can store our different layouts for our different websites. These are the structures\nwith common parts between different pages, including things links to **externals assets** like **fonts**,\nor components like navigation or footer.\n- **partials**: here we will store snippets of HTML like UI components. Things like **buttons**, **cards**,\n**navbars**, or any other UI component.\n- **js**: here you can store your js files. They will be minified with uglify if NODE_ENV === 'prod' and copied to `dist/js`.\n\nIn the root of `src` we will store full pages importing our layouts, and partials. In our example there is just\non file named `index.html` but you can create others and add links to them in your navigation.\n\nIf you have any doubt about how to use this code, you can reach us in twitter like [@Mike_Andreuzza](https://twitter.com/Mike_Andreuzza)\nand [@g_perales](https://twitter.com/g_perales).\n\n## Deploying to production\n\nTo deploy your website you just have to execute `npm run build` and upload the result in the `/dist` folder\nto your server.\n\nIf you are going to use a git repo, we highly recommend to use [Netlify](https://www.netlify.com/) as it's free\nand pretty easy to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findaco%2Fdocker-pro-ui-kit-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findaco%2Fdocker-pro-ui-kit-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findaco%2Fdocker-pro-ui-kit-os/lists"}