Automagically create issue labels in your GitHub projects.
Web framework built on Web Standards
A utility-first CSS framework for rapidly building custom user interfaces.
A utility-first CSS framework for rapidly building custom user interfaces.
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
The `postinstall` script helper for handling native bindings in legacy `npm` versions
javascript standard data structure library which benchmark against C++ STL
request the caniuse data to check browsers compatibilities
A utility library for JavaScript and Typescript.
Fire events the same way the user does
A utility-first CSS framework for rapidly building custom user interfaces.
Simple and complete DOM testing utilities that encourage good testing practices.
This plugin adds `TypeScript` support to `eslint-plugin-import`
Make a callback- or promise-based function support both promises and callbacks.
Calculate GitHub App bearer tokens for Node & modern browsers
PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces
A Bonjour/Zeroconf implementation in TypeScript
Simple and complete React DOM testing utilities that encourage good testing practices.
Generate a slug just like GitHub does for markdown headings.
Parse a github URL into an object.
The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s
Syntax highlighting with language autodetection.
A node.js module for parsing form data, especially file uploads.
Generate a markdown (GFM) table
Command line tool for automating GitHub labels creation.
Utility for copying github issue labels from a source repo to target repo(s). Use "*" to copy/update labels for all authorized repos in an organization.
Utility for running actions on issue labels in groups of GitHub repositories
Easily copy labels from one GitHub repository to another.
A utility to fetch the data required to generate a changelog based on change in Github and formatted labels.
A gem to test publishing with auto. Auto automates you publishing through GitHub labels.
Queries GitHub pull requests and displays a list. Can filter based on labels
List, migrate and batch copy issues and labels across github repos with links to original authors and issues.
This is will help you setup your jekyll website in github and take data from trello automatically once a day if label is set to green. .....put your github repo name inside baseurl:'/your_repo_name' in _config.yml......put secret in secrets and vairable in github like this name=DOT_ENV........Secret='TRELLO_API_KEY=66afksdlf994d36591bd41a9f82c4b927 TRELLO_TOKEN=ATTA63d96531e13dc90ca874c17efasdfdsfbd9fb7700e4699816FCFEBA51 ' and you have to set.........workflow permissions to read and write permission.........inside action>general......you can use this gem like this...'jekyll_terllo --897lfkdjsjfklsdj'........idList of your card of trello........Extract the trello cards details and show it in your trello website also automatically runs daily if hosted on github
<div align='center'> # Insights4YOU Jekyll Theme A sleek and modern Jekyll theme inspired by the [Tabler Admin Dashboard](https://github.com/tabler/tabler). This theme offers a clean, professional, and responsive interface, making it ideal for developers, content creators, and businesses. Whether you're building documentation sites, admin panels, or project showcases, this theme provides a minimal-effort solution with customizable layouts and modern design elements.  [][repo] [][build] [][codacy] [][gem] [][gem] [][license] </div> ## 🌟 Features - 🌙 **Dark and Light Themes**: Switch between dark and light modes for a personalized experience - 📱 **Responsive Design**: Fully optimized for mobile, tablet, and desktop devices - 🔧 **Customizable Layouts**: Easily modify layouts to suit your needs - 🚀 **SEO Optimized**: Built-in support for Jekyll SEO tags to improve search engine visibility - 📦 **Gem-Based Installation**: Simple installation via RubyGems - 📝 **Markdown Support**: Write content using Markdown for simplicity and flexibility - 🎨 **Modern Design**: Inspired by the Tabler Admin Dashboard for a sleek and professional look - 📊 **Analytics Ready**: Add analytics scripts easily for tracking user interactions - 🔍 **Search Functionality**: Built-in search capabilities for content discovery - 🎯 **Clean Code**: Well-documented and maintainable codebase - 🛠️ **Developer Friendly**: Easy to extend and customize - 📱 **Mobile First**: Designed with mobile devices in mind ## 📋 Requirements - Ruby >= 2.7.0 - Jekyll ~> 4.2 - Bundler ~> 2.3 ## 🚀 Quick Start 1. **Install the theme:** ```ruby gem install insights4you-jekyll-theme ``` 2. **Create a new Jekyll site:** ```ruby jekyll new my-website ``` 3. **Add the theme to your Jekyll site's `Gemfile`:** ```ruby gem "insights4you-jekyll-theme" ``` 4. **Update your `_config.yml`:** ```yaml theme: insights4you-jekyll-theme ``` 5. **Install dependencies:** ```bash bundle install ``` 6. **Start your site:** ```bash bundle exec jekyll serve ``` ## 🎯 Demo Site To see the theme in action, check out the included example site: ```bash # Clone the repository git clone https://github.com/marciopaiva/insights4you-jekyll-theme.git # Navigate to theme directory cd insights4you-jekyll-theme # build and test make dev ``` Visit `http://localhost:4000` to see the demo site in action. ## 🎨 Customization ### Theme Configuration [WIP] ### Available Layouts - `default`: Standard page layout ### Custom Styling Create a new file `assets/css/custom.scss` to add your own styles: [WIP] ## 📝 Documentation ### Directory Structure [WIP] ### Creating Posts [WIP] ### Creating Pages [WIP] ## 🤝 Contributing We love your input! We want to make contributing to Insights4YOU as easy and transparent as possible. Please: 1. Fork the repository 2. Create your feature branch (`git checkout -b feature/amazing-feature`) 3. Commit your changes (`git commit -m 'Add amazing feature'`) 4. Push to the branch (`git push origin feature/amazing-feature`) 5. Open a Pull Request ## 📄 License This project is licensed under the MIT License - see the LICENSE file for details. ## 🙏 Acknowledgments - Tabler Admin Dashboard for design inspiration - Jekyll community for the amazing static site generator - All contributors who help improve this theme [repo]: https://github.com/marciopaiva/insights4you-jekyll-theme [build]: https://github.com/marciopaiva/insights4you-jekyll-theme/actions/workflows/gem-build.yml [codacy]: https://app.codacy.com/gh/marciopaiva/insights4you-jekyll-theme/dashboard [gem]: https://rubygems.org/gems/insights4you-jekyll-theme [license]: https://github.com/marciopaiva/insights4you-jekyll-theme/blob/master/LICENSE