{"id":14979205,"url":"https://github.com/dev-mdirfan/inkstream","last_synced_at":"2025-10-28T16:31:37.022Z","repository":{"id":220840842,"uuid":"752733351","full_name":"dev-mdirfan/inkstream","owner":"dev-mdirfan","description":"Inkstream: A Jekyll theme for seamless and continuous blogging, embodying the fluidity of ink in the art of writing.","archived":false,"fork":false,"pushed_at":"2024-02-06T08:51:57.000Z","size":24777,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-29T02:41:27.911Z","etag":null,"topics":["github-pages","jamstack","jekyll","jekyll-theme","netlify","ruby-gem","theme"],"latest_commit_sha":null,"homepage":"https://inkstream.netlify.app/","language":"JavaScript","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/dev-mdirfan.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}},"created_at":"2024-02-04T16:53:33.000Z","updated_at":"2024-04-06T17:14:44.000Z","dependencies_parsed_at":"2024-02-04T19:59:43.388Z","dependency_job_id":null,"html_url":"https://github.com/dev-mdirfan/inkstream","commit_stats":null,"previous_names":["dev-mdirfan/inkstream"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-mdirfan%2Finkstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-mdirfan%2Finkstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-mdirfan%2Finkstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-mdirfan%2Finkstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-mdirfan","download_url":"https://codeload.github.com/dev-mdirfan/inkstream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859166,"owners_count":16556037,"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":["github-pages","jamstack","jekyll","jekyll-theme","netlify","ruby-gem","theme"],"created_at":"2024-09-24T13:59:34.478Z","updated_at":"2025-10-28T16:31:28.806Z","avatar_url":"https://github.com/dev-mdirfan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inkstream [![Gem Version](https://badge.fury.io/rb/inkstream.svg)](https://badge.fury.io/rb/inkstream)\n\nWelcome to a brand new Jekyll theme!\n\n**What Is Inkstream?**\n\nInkstream is a Jekyll theme for creating a personal blogging, embodying the fluidity of ink in the art of writing. It is designed to be a simple, clean, and responsive theme for your personal blog.\n\nPreview the theme to see what it looks like, or even use it today. You can also view the theme's [live demo](https://inkstream.netlify.app/).\n\n| Home | Blog |\n|:---:|:---:|\n| ![Inkstream theme preview](/demo/home.png) | ![Inkstream theme preview](/demo/blog.png) |\n\n**Features**\n\n- Clean and minimal design\n- Responsive and mobile-friendly\n- Syntax highlighting\n- Pagination\n- Atom feed\n\u003c!-- - SEO optimized\n- Google Analytics\n- Disqus comments --\u003e\n\u003c!-- - Tested in all major browsers, including **IE and Edge**\n- Built in **Service Worker** so it can work offline and on slow connections\n- **Configurable colours** and typography in a single settings file\n- Extensive set of **shortcodes** to include various elements; such as buttons, icons, figure images and more\n- Solid **typographic framework** from [Sassline](https://sassline.com/)\n- Configurable navigation via a single file\n- Modular Jekyll components\n- Post category support in the form of a single post index page grouped by category\n- Built in live search using JavaScript\n- **Contact form** built in using [Formspree](https://formspree.io/)\n- Designed with **[Siteleaf](https://www.siteleaf.com/)** in mind\n- Has 9 of the most popular networks as performant sharing buttons\n- Has documentation --\u003e\n\n**Directory Structure**\n\n```plaintext\ninkstream\n├── _includes\n├── _layouts\n├── _sass\n├── assets\n└── _config.yml\n```\n\n## Installation\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"inkstream\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: inkstream\n```\n\nAnd then execute:\n\n```bash\nbundle\n```\n\nOr install it yourself as:\n\n```bash\ngem install inkstream\n```\n\n## Usage\n\nTODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/dev-mdirfan/inkstream. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nYour theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.\n\nWhen your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.\nTo add a custom directory to your theme-gem, please edit the regexp in `inkstream.gemspec` accordingly.\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-mdirfan%2Finkstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-mdirfan%2Finkstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-mdirfan%2Finkstream/lists"}