Web Design Software for Mac

View 27 business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Jekyll RDF

    Jekyll RDF

    A Jekyll plugin to include RDF data in your static site

    Transform your RDF Knowledge Graph into static websites and blogs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jekyll Readme Index

    Jekyll Readme Index

    A Jekyll plugin to render a project's README as the site's index

    A Jekyll plugin to render a project's README as the site's index. Let's say you have a GitHub repository with a README.md file, that you'd like to use as the index (main page) for a GitHub Pages site. You could rename the file to index.md, but then it wouldn't render on GitHub.com. You could add YAML front matter with permalink: / to the README, but why force a human to do what Jekyll can automate? If you have a readme file, and your site doesn't otherwise have an index file, this plugin instructs Jekyll to use the readme as the site's index. That's it, no more, no less.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Jekyll Target Blank

    Jekyll Target Blank

    Automatically opens external links in a new browser for Jekyll Pages

    Automatically opens external links in a new browser for Jekyll Pages, Posts and Docs. Automatically adds a target="_blank" rel="noopener noreferrer" attribute to all external links in Jekyll's content plus several other automation features for the external links.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jekyll Titles from Headings

    Jekyll Titles from Headings

    A Jekyll plugin to pull the page title from the first Markdown heading

    A Jekyll plugin to pull the page title from the first Markdown heading when none is specified. If you have a Jekyll page that doesn't have a title specified in the YAML Front Matter, but the first non-whitespace line in the page is a Markdown H1 / H2 / H3, this plugin instructs Jekyll to use that first heading as the page's title.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain Advanced Threat Protection for Your AWS Workloads Icon
    Gain Advanced Threat Protection for Your AWS Workloads

    Running FortiGate NGFW on AWS Graviton2 Lets You Boost Scalability With Reduced Compute Costs

    FortiGate-VM delivers comprehensive security and scalable VPN connectivity for your AWS workloads, while native AWS integrations unlock broad coverage for your environment. Now with support for AWS Graviton2 instances, FortiGate lets you optimize price performance and reduce your Amazon EC2 costs by up to 20 percent. Deploy today in AWS Marketplace.
  • 5
    Jekyll theme: Adam Blog 2.0

    Jekyll theme: Adam Blog 2.0

    The Minimum Viable Model website and Jekyll theme

    Adam Blog 2.0 is a Jekyll theme that was built to be 100% compatible with GitHub Pages. If you are unfamiliar with GitHub Pages, you can check out their documentation for more information. Jonathan McGlone's guide on creating and hosting a personal site on GitHub is also a good resource. Jekyll is a simple, blog-aware, static site generator for personal, project, or organization sites. Basically, Jekyll takes your page content along with template files and produces a complete website. The beauty of hosting your website on GitHub is that you don't have to actually have Jekyll installed on your computer. Everything can be done through the GitHub code editor, with minimal knowledge of how to use Jekyll or the command line. All you have to do is add your posts to the _posts directory and edit the _config.yml file to change the site settings. With some rudimentary knowledge of HTML and CSS, you can even modify the site to your liking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Jekyll-Atom

    Jekyll-Atom

    A collection of tools and snippets for working with Jekyll in Atom

    Jekyll-Atom has a few settings that can be set through the Atom settings. A collection of snippets and tools for Jekyll in Atom. Build Command An array containing the default command to build a site, defaults to jekyll, build. Can be overridden in your projects _config.yml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jekyll-Instagram Plugin

    Jekyll-Instagram Plugin

    A Jekyll plugin for displaying your recent Instagram photos

    Jekyl-Instagram is a Jekyll plugin for displaying a feed of your recent Instagram photos. To install this plugin into your project you will need to copy _plugins/jekyllgram.rb into the _plugins directory in your Jekyll project. Then for the plugin to be able to communicate with Instagram you will need to register an application with the Instagram Basic Display API and then make your access token available as an environment variable on your dev/build machine named JEKYLLGRAM_TOKEN. Your Instagram account will need to be public for this to work correctly. To avoid making your main account public you can create a separate Instagram account just for your public feed and use that account. There is a working example of a basic Jekyll site using this plugin that is available in the example directory of this repo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Jekyll-Paper

    Jekyll-Paper

    A simple Jekyll theme, helping you to create your own blog

    Jekyll Paper is a simple Jekyll theme, and it aims to help you to create your own blog in the easiest way. Unfortunately, Jekyll Paper implements the category page by the 'Jekyll-archive' plugin, and GitHub Pages does not support it. So, this project is for the self-host blog, and the GitHub Pages version is also available in Jekyll Paper for Github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Jekyll-Pug

    Jekyll-Pug

    Finally be able to code with Pug on Jekyll

    Finally, be able to code with Pug on Jekyll. Jekyll-Pug is a plugin and Jekyll-Bliss is a wrapper that goes on top of Jekyll. Jekyll-Bliss does all of the heavy lifting (Pug/Sass compiling, minification) and leaves Jekyll to build your site. This results in faster compile times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • 10
    Jekyll::Asciinema

    Jekyll::Asciinema

    Liquid tag for embedding asciicasts recorded with asciinema

    Provides a Liquid tag for embedding asciicasts recorded with asciinema for use in Jekyll sites. After checking out the repo, run bin/setup to install dependencies. Then, run bin/console for an interactive prompt that will allow you to experiment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Jekyll::Gzip

    Jekyll::Gzip

    Generate gzipped assets and files for your Jekyll site at build time

    Generate gzipped assets and files for your Jekyll site at build time. Performance in web applications is important. You know that, which is why you have created a static site using Jekyll. But you want a bit more performance. You're serving your assets and files gzipped, but you're making your webserver do it? Why not just generate those gzip files at build time? And with the maximum compression too? Jekyll::Gzip does just that. Add the gem to your Jekyll application and when you build your site it will generate gzip files for all text based files (HTML, CSS, JavaScript, etc). Zlib's gzipping capabilities don't quite squeeze all the compression out of our files that we could want. If you want a slower but better compression algorithm, check out Jekyll::Zopfli. Zopfli is about the best compression we can get out of the gzip format, but there's more! Brotli is a relatively new compression format that is now supported by many browsers and can produce even smaller files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Jekyll::Typogrify

    Jekyll::Typogrify

    A Jekyll plugin that improves the typography of your Liquid templates

    Improves typography on your Jekyll site using typogruby, titlecase, and some other useful functions. Converts an ampersand (ex. &) converts a & surrounded by optional whitespace or a non-breaking space to the HTML entity and surrounds it in a span with a styled class. Surrounds two or more consecutive capital letters, perhaps with interspersed digits and periods in a span with a styled class. Typogruby cap module doesn't support having hyphens so there is a custom module. Converts special characters (excluding HTML tags) to HTML entities. Encloses initial single or double quotes, or their entities (optionally preceded by a block element and perhaps an inline element) with a span that can be styled. Applies smartpants to a given piece of text. Replaces space(s) before the last word (or tag before the last word) before an optional closing element (a, em, span, strong) before a closing tag (p, h[1-6], li, dt, dd) or the end of the string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JekyllData

    JekyllData

    A plugin to read '_config.yml' and data files within Jekyll theme gems

    Introducing a plugin that reads data files within jekyll theme-gems and adds the resulting hash to the site's internal data hash. If a _config.yml is present at the root of the theme-gem, it will be evaluated and the extracted hash data will be incorporated into the site's existing config hash. As long as the plugin-gem has been installed properly, and is included in the Gemfile's :jekyll_plugins group, data files supported by Jekyll and present in the _data directory at the root of your theme-gem will be read. Their contents will be added to the site's internal data hash, provided, an identical data hash doesn't already exist at the site-source. If the theme-gem also includes a _config.yml at its root, then it will be read as well. The resulting config hash will be mixed into the site's existing config hash, filling in where the keys are not already defined. In other words, the config file at source will override corresponding identical keys in a _config.yml within the theme-gem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Julia Jekyll

    Julia Jekyll

    A minimalistic jekyll theme

    A minimalistic jekyll theme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Junior

    Junior

    A striking black and white theme for Jekyll

    Junior is a blog/portfolio theme for Jekyll, the static site generator. Connects, using Github's API, with your public profile and pulls your projects (ordered by Stars). Coming soon, you will also be able to showcase significant PRs. Tag colors are also matched to the project's Github language color coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A WordPress Theme (See README.txt for features)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel DataTables Html Plugin

    Laravel DataTables Html Plugin

    Laravel DataTables HTML Builder Plugin

    This package is a plugin of Laravel DataTables for generating dataTables script using PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lens Jekyll

    Lens Jekyll

    A Jekyll theme for photographers and photo bloggers

    A Jekyll website for photographers and photo bloggers. Lens is a photo gallery Jekyll theme designed especially for photographers and photo bloggers. Jekyll Lens uses Jekyll Static Site Generator (SSG) to generate the website and GitHub Pages to host it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Linkchecker for Markdown

    Linkchecker for Markdown

    Python asyncio + aiohttp Markdown *.md URL link checker

    Blazing-fast (10000 Markdown files per second) Python asyncio / aiohttp based simple check of links in Markdown .md files only. This tool is very helpful for large Markdown-based Jekyll and Hugo sites as well as Markdown-based MkDocs documentation projects. It is very fast and simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Lowstream is an advanced Wordpress theme, geared towards creating an advanced, yet equally apporoachable interface for Wordpress bloggers to edit their site layout without having edit actual files. Features include an entirely web-based CSS2 editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mangan

    Mangan

    Geek theme for Jekyll

    Geek theme for Jekyll.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Material Theme for Jekyll

    Material Theme for Jekyll

    A Material Theme for Jekyll created with React, Redux, etc.

    Created with React, Redux, React-Router and transpiled with Webpack. Made with React and served statically and dynamically. The pros of dynamic webpages matched with the awesomeness of static Jekyll. Optimized (99/100 on testmysite by google) with Jekyll Assets and Webpack. Static or Dynamic Pages with just a frontmatter option. Push-out Menu to save space and create focus for users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mavo

    Mavo

    Create web applications entirely by writing HTML and CSS

    Create complex, reactive, persistent web applications by just writing HTML & CSS, without a single line of JavaScript and no server backend. Developed in the Haystack Group at MIT CSAIL and led by Lea Verou. Mavo extends the syntax of HTML to describe Web applications that manage, store, and transform data. Store data in the cloud, locally, or not at all by just changing an HTML attribute. Edit data right on the website, with an intuitive, auto-generated, customizable interface. No more wrestling with CMSes and servers! Multimedia uploads to your page via drag & drop, pasting, or browsing, without a single line of code. Perform calculations right in the HTML, that update when needed. No need to write JavaScript! Mavo uses familiar HTML-based syntax and can be used even by people with no programming experience. This is not wishful thinking; it’s published, peer-reviewed research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Millennial

    Millennial

    A minimalist Jekyll theme for running a blog or publication

    Millennial is a minimalist Jekyll theme for running a simple, clean, content-focused publishing platform for your publication site or blog through Github Pages, or on your own server. Everything that you will ever need to know about this Jekyll theme is included in the README below, which you can also find in the demo site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Minimal Jekyll Theme

    Minimal Jekyll Theme

    A minimal one-column Jekyll theme

    This theme is currently in beta and not recommended for production use with Jekyll v4.
    Downloads: 0 This Week
    Last Update:
    See Project