All Projects → raviriley → agency-jekyll-theme

raviriley / agency-jekyll-theme

Licence: MIT license
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to agency-jekyll-theme

Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (-19.82%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages, jekyll-themes
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+1601.8%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages, jekyll-themes
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-90.99%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes, bootstrap-theme
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+101.8%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages, jekyll-themes
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+125.68%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages, liquid
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (-61.71%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages, liquid
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-79.28%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes, liquid
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (+151.8%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes
Jekyll Theme Basically Basic
Your new Jekyll default theme
Stars: ✭ 524 (+136.04%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages
Minimal Mistakes
📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Stars: ✭ 8,967 (+3939.19%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-86.94%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+195.95%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes
Mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
Stars: ✭ 1,060 (+377.48%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes
Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+652.25%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages
No Style Please
A (nearly) no-CSS, fast, minimalist Jekyll theme.
Stars: ✭ 192 (-13.51%)
Mutual labels:  ruby-gem, jekyll-theme, jekyll-themes
jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+226.58%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes
just-the-class
A modern, highly customizable, responsive Jekyll template for course websites.
Stars: ✭ 156 (-29.73%)
Mutual labels:  jekyll-theme, github-pages, liquid
catbook
a category-centric theme for Jekyll
Stars: ✭ 48 (-78.38%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+0.45%)
Mutual labels:  jekyll-theme, github-pages, jekyll-themes
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+666.22%)
Mutual labels:  ruby-gem, jekyll-theme, github-pages

Agency Jekyll Theme

RubyGems Downloads LICENSE Tip Me via PayPal template button Featured on Jekyll-Themes.com

Preview - click for live demo

screenshot

Warning

⚠️ Notice for those using legacy Formspree contact forms: ⚠️

Email-based forms are being phased out by Formspree. #11 updated this theme to use the new Formspree structure. Click here for instructions on updating your site's form.

About

This is the Agency Bootstrap theme, converted to a gem-based Jekyll theme with GitHub Pages support.

While this has been done before, here, here, and here, these are outdated and have not been updated or maintained for years. I built this theme from the most recent Bootstrap source.

I also added a lot of new features that go beyond the original theme's capabilities:

  • GitHub Pages support
  • template repo to get up and running in minutes
  • contact form functionality powered by Formspree.io
  • multiple language support (currently English, Spanish, & German)
  • custom pages
  • 404 page
  • legal/Privacy Policy page
  • Google Analytics support
  • Markdown support
  • custom images
  • logo support (instead of just title text)
  • automatically updating copyright years
  • custom navigation bar, even without the header image(s)
  • customizable footer
  • custom accent color and dark/light colors
  • horizontal scrolling support for client section

The Jekyll structure of this theme includes:

  • _portfolio files - what generate the portfolio grid. YAML front matter handles all the details
  • the page layout allows custom pages, as seen in the legal and 404 pages
  • sitetext.yml enables complete customization of all site text
  • navigation.yml enables fully customizable navigation
  • style.yml enables fully customizable colors, background images, and other style-related things

If you enjoy this theme, please consider supporting me to continue developing and maintaining it.

Support via PayPal

Installation

There are three ways to install this theme:

  1. As a gem-based theme
  2. Use the starter template (best for GitHub Pages)
  3. As a remote theme

1. Gem-based Theme Installation

Replace the contents of your _config.yml file with the sample _config.yml.

Install the gem with:

$ bundle add jekyll-agency

Or manually.

  1. Add this line to your Jekyll site's Gemfile:
    gem "jekyll-agency"
  2. Then execute:
    $ bundle install

2. Using the Starter Template

This is the fastest and easiest way to get up and running on GitHub Pages.

Simply generate your own repository by clicking the button below. Then replace the sample content with your own and configure for your needs.

Use this template

3. Remote Theme Installation

Replace your _config.yml file with the starter _config.yml.

Replace your Gemfile with the starter Gemfile.

Then install gems.

$ bundle install

Contributing

This project is intended to be a welcoming space for collaboration. If you have an idea, suggestion, feature request, etc., feel free to open an issue or pull request.

For bug reports, follow the provided template.

Improvements - Up for Grabs

Development

To set up your environment to develop this theme, clone this repo or your fork.

$ git clone https://github.com/raviriley/agency-jekyll-theme.git
$ cd agency-jekyll-theme

Then run:

$ bundle install

To test the theme, run this. (Using the --trace flag for verbose errors.)

$ bundle exec jekyll serve --trace

Then open your browser at:

Add pages, documents, data, etc. like normal to test the theme's contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh.

License

The theme is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].