Jekyll theme for github project pages.
Extract YAML front matter from a string
A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.
A static file server for fancy apps
HTTP status utility
Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.
Portable Unix shell commands for Node.js
Scripts that autolink Expo modules.
A blog-aware, static site generator in Ruby
Load fonts at runtime and use them in React Native components.
Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.
A simpler static site generator.
Provides a way to encrypt and securely store key-value pairs locally on the device.
Fast, unopinionated, minimalist web framework
A react-native datetime-picker for Android and iOS
A universal module that gets physical information about the device running the application
The core of Expo Modules architecture
JSON for Humans
Node.js body parsing middleware
Provides access to the local file system on the device.
Ultimate Jekyll dependency manager
Provides cryptography primitives for Android, iOS and web.
Provides a React component that renders a gradient view.
Provides access to the SF Symbols library on iOS, and Material Symbols on Android and web, for Expo and React Native apps.
minimal-music-project is a Jekyll theme for GitHub Pages
Plug-in for jekyll to show a GitHub project in your pages.
This gem provides a Jekyll theme called Jekyll Doc Project. You can clone the related GitHub repo for the theme here: https://github.com/amzn/jekyll-doc-project.
A quick and simple responsive project wiki theme for jekyll sites and GitHub Pages.
Jekyll theme for displaying software project reports (e.g. Playwright reports, code coverage reports, GitHub release notes)
This is a custom Markdown processor for Jekyll 2.0 and above. It allows you to use GitHub's HTML::Pipeline in your Jekyll projects.
Kickster provides a basic Jekyll project setup packed with web best practises and useful optimization tools increasing your overall project quality. Kickster ships with automated and worry-free deployment scripts for GitHub Pages.
A full-featured, Github-Pages compatible, Jekyll blog theme tailored to software devs that contains project and resume pages. Contains localization support for multiple languages.
Initiate projects from your local folders. Update projects easily. Create new online presentations using Jekyll w/Gitpages. And more. See the Github page for full info: https://github.com/isene/gitmagic
Asset Pages is a library that augments the Jekyll static site generator with the Rails asset pipeline. Its collection of Jekyll plugins and Rake tasks constitute a workflow for precompiling and linking to assets, as well as deploying the Jekyll-generated site to platforms like GitHub Pages. In terms of usability, Asset Pages aims to support Rails conventions: Structure your project as you would with a Rails app, but end up with a static site and production-ready assets.
ZMediumToMarkdown converts Medium posts into clean, portable Markdown. It can download a single post or every post from a Medium username, preserving headings, lists, blockquotes, code blocks, images, links, and common embeds such as GitHub Gists, Twitter / X, YouTube, Vimeo, SoundCloud, and Spotify. Images are downloaded locally, with output paths ready for plain Markdown or Jekyll projects.
<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