biljana-zobenica.github.io

biljana-zobenica.github.io

This is my personal website for building portfolio. It is build with Jekyll and the theme used is modified from Agency theme.

Demo

https://biljana-zobenica.github.io/

Agency Jekyll Theme

This is the Agency theme converted to a gem-based Jekyll theme with GitHub Pages support, which includes:

  • GitHub Pages support
  • contact form functionality powered by Formspree.io
  • custom pages
  • 404 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

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

Add this line to your Jekyll site's Gemfile:

gem "jekyll-agency"

Then, replace the contents of your _config.yml file with this.

And then execute:

$ bundle

Or, install it yourself as:

$ gem install jekyll-agency

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.

3. Remote Theme Installation

Replace the contents of your _config.yml file with this and your Gemfile with this. Then execute:

$ bundle

Development

To set up your environment to develop this theme, clone this repo, then run bundle install. To test the theme, run bundle exec jekyll serve and open your browser at http://localhost:4000. 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.