Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Web app for tech enthusiasts to access, categorize, and discuss tech news with ease

A minimal dark-mode Jekyll theme with minimal CSS and fast page loading, created by Sharad Raj Singh Maurya.

Free Bootstrap 4 HTML5 news website template with video sliders, off-canvas search, and email subscription form.

A minimalist, feature-rich Hexo blog theme forked from yilia, adding TOC, Valine comments, search, donate, and social share.

A simple, clean, and responsive modern Jekyll blog template based on a Codrops article, free and open source under the GNU GPL v3.

Clean knowledge sharing jekyll theme
Technews is an open-source Jekyll-based blog template for building a technology news website, featuring category filtering, GitHub account comments, and a responsive Bootstrap design. It provides a static site generator workflow that turns Markdown posts into a browsable news portal with social sharing and newsletter signup.
Technews is a web application template built with Jekyll, a static site generator written in Ruby, designed to publish news and information about software development, hardware, and technology trends. The template accepts Markdown files as content input and outputs a complete static website with category pages, a customizable homepage, and individual post pages. It was developed by guipm.dev, and the UI layout is available as a Figma file. The project is licensed under the MIT license and is hosted publicly on GitHub.
Load more button to reveal additional article cards without navigating to a paginated page.Technews is aimed at technology enthusiasts, professionals, and students who want a curated, readable tech news experience. Developers can clone the repository and use the Jekyll structure to publish their own articles, while content editors can add posts by writing Markdown files and running a local Jekyll server. Designers can also use the Figma layout to iterate on the visual design before the site is built.
To run the site locally, you need Git, Ruby and RubyGems installed. The README instructs you to install the jekyll and bundler gems, clone the repository, install dependencies with bundle install, and then start the development server with bundle exec jekyll serve --livereload. The generated site is then available at localhost:4000/technews/ for local preview.
Technews is free to use and modify under the MIT license. The repository does not describe any paid tiers or commercial licensing terms.
Yes. The project is released under the MIT license, so the source code can be freely used, copied, modified, and distributed, including for commercial projects.
Technews uses Jekyll as the site generator, with Bootstrap and Sass for styling, JavaScript for interactivity, and PHP for form handling. The development workflow uses Ruby, Git, and RubyGems.
Install Git, Ruby, and RubyGems first. Then run gem install jekyll bundler, clone the repository from GitHub, run bundle install, and finally bundle exec jekyll serve --livereload to start a local server.
Yes, the layout was designed by guipm.dev and is available as a Figma file. You can edit the design in Figma and update the Sass and Bootstrap components in the codebase to match your branding.
Yes, the project overview mentions newsletter sign-up, and the feature list describes interactive forms powered by PHP that can capture subscriber emails. The PHP backend handles the form submissions rather than a third-party service.
