Minimal jekyll theme for visual artists
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.
To install the Urban Theme, follow these steps:
Clone the theme repository from GitHub by running the following command in your terminal:
git clone <theme-repository-url>
Navigate to the theme directory:
cd urban-theme
Install the required dependencies:
bundle install
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.
Add your artwork and content to the appropriate directories:
assets/portfolio
directory._posts
directory for each blog post you want to publish.Run the website locally:
bundle exec jekyll serve
Access the website in your browser at http://localhost:4000
.
Customize the theme further by editing the HTML, CSS, and JavaScript files as needed.
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.