Urban Theme screenshot

Urban Theme

Author Avatar Theme by Midzer
Updated: 31 Jul 2024
111 Stars

Minimal jekyll theme for visual artists

Categories

Overview:

The Urban Theme is a Jekyll port of the website http://erosie.net/ with some modifications. It is specifically designed for visual artists and aims to provide a visually appealing and user-friendly platform for showcasing artwork.

Features:

  • Responsive Design: The Urban Theme is fully responsive, ensuring that the website looks great on all devices and screen sizes.
  • Customizable: Users can easily customize the theme according to their preferences, allowing them to personalize the look and feel of their website.
  • Portfolio Showcase: The theme provides a dedicated portfolio section for artists to display their artwork, allowing visitors to easily browse through and appreciate their creations.
  • Easy to Install and Use: The Urban Theme is built on Jekyll, making it easily installable and user-friendly for artists who may not have extensive technical knowledge.
  • Social Media Integration: The theme offers seamless integration with various social media platforms, enabling artists to connect with their audience and share their work effortlessly.
  • Built-in Blogging Capability: Artists can also maintain a blog alongside their portfolio, providing a space to share their thoughts, inspirations, and behind-the-scenes stories related to their art.
  • Multiple Pages and Sections: The Urban Theme supports the creation of multiple pages and sections, allowing artists to organize their content and showcase different aspects of their work effectively.
  • Optimized for Performance: The theme is optimized for performance, ensuring fast load times and smooth browsing experience for visitors.

Installation:

To install the Urban Theme, follow these steps:

  1. Clone the theme repository from GitHub by running the following command in your terminal:

    git clone <theme-repository-url>
    
  2. Navigate to the theme directory:

    cd urban-theme
    
  3. Install the required dependencies:

    bundle install
    
  4. Configure the theme’s settings by editing the _config.yml file according to your preferences. Be sure to update information such as your name, contact details, social media links, etc.

  5. Add your artwork and content to the appropriate directories:

    • Portfolio: Add your artwork images to the assets/portfolio directory.
    • Blog: Create markdown files in the _posts directory for each blog post you want to publish.
  6. Run the website locally:

    bundle exec jekyll serve
    
  7. Access the website in your browser at http://localhost:4000.

  8. Customize the theme further by editing the HTML, CSS, and JavaScript files as needed.

Summary:

The Urban Theme is a visually appealing and user-friendly Jekyll theme designed specifically for visual artists. It offers a range of features, including responsive design, customizable options, portfolio showcase, easy installation and usage, social media integration, built-in blogging capability, and support for multiple pages and sections. By following the installation guide, artists can easily set up the theme and customize it to suit their preferences, allowing them to showcase their artwork effectively and connect with their audience.