Giter Club home page Giter Club logo

zolan's Introduction

Zolan - Modern & Minimal Theme for Jekyll

Zolan is a minimal blog theme for Jekyll.


Table of Contents


Features

  • 100% responsive and clean theme

  • Optimized for mobile devices

  • Minimal design

  • Valid HTML5 code

  • Post sharing

  • Subscription form

  • Supports Disqus Comments

  • Instagram Feed

  • Ionicons Icons

  • Google Fonts


Demo

Check the theme in action Demo

Main page preview

The post page would look like this:

Post page preview


Deployment

To run the theme locally, navigate to the theme directory and run bundle install to install the dependencies, then run jekyll serve or bundle exec jekyll serve to start the Jekyll server.

I would recommend checking the Deployment Methods page on Jekyll website.


Posts

To create a new post, you can create a new markdown file inside the _posts directory by following the recommended file structure.

  ---
  layout: post
  title: Time to give gifts to everyone
  date: 2018-08-23 16:04:00 +0300
  image: 03.jpg
  tags: Life
  ---

You can set the tags and the post image.

Add post images to /images/ directory.

For tags, try to not add space between two words, for example, Ruby on Rails, could be something like (ruby-on-rails, Ruby_on_Rails, or Ruby-on-Rails).


Disqus Comments

Zolan Theme comes with Disqus comments enabled.

Open _data/settings.yml file, and change the mr-brown value on line 26 with your Disqus account shortname.

  Comment Section (Disqus)
  disqus-identifier: mr-brown # Add your shortname for Disqus Comment. For example mr-brown

That’s all you need to setup Disqus from the theme side. If you get any issue regarding that comments are unable to load. First, make sure you have registered your website with Disqus (Step 1).

And also check Disqus troubleshooting guide if you still have issues.


Instagram

The Instagram feed is working using Instafeed.js to show the photos.

First, you will need to get your account userId and accessToken from the following URLs:

Second, open the js/common.js file and replace the userId and accessToken values.

var instagramFeed = new Instafeed({
      get: 'user',
      limit: 6,
      resolution: 'standard_resolution',
      userId: '8987997106',
      accessToken: '8987997106.924f677.8555ecbd52584f41b9b22ec1a16dafb9',
      template: ''
});

Third, open the _data/settings.yml file and replace the instafeed: false on instafeed: true value.

# Instagram Feed
instafeed: false # To enable the instafeed, use the value true. To turn off use the value false.

Google Analytics

To integrate Google Analytics, open _data/settings.yml, and add your Google Analytics identifier.

# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1

Update favicon

You can find the current favicon (favicon.ico) inside the theme root directory, just replace it with your new favicon.


Credits

I have used the following scripts, fonts or other files as listed.


License

Mit License


Support

If you like the themes that I create you can become my sponsor on Patreon.

Thank you for your support ❤️

zolan's People

Contributors

artemsheludko avatar awes0mem4n avatar awinabi avatar t-mxcom avatar timabell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zolan's Issues

Dark Mode

Hi, how are you?
Could you kindly add a dark theme. or button with the option to choose dark as primary.
Thank you.
This theme looks great!

Tagging is going to 404 page

Looks like there is something wrong with the tag-page. If I go to a tag page its going directly to the 404 page.

Footer typo & attribution.

Hey,

I'm loving the theme you created.

I noticed that the footer has a typo in it: 'Power' instead of 'Powered'.

I also think you should add a link to your theme in there:

<div class="copyright">Copyright &copy; {{site.time | date: '%Y'}} <a href="/">{{ site.data.settings.title }}</a> — All right Reserved. Powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href ="https://github.com/artemsheludko/zolan">Zolan</a>.</div>

Thanks,
Scott

Feature Request: Sample Pages

Hey Artem,

I was just made redundant. As such, I've decided to try freelance writing. I'm focusing on job boards right now. In a few months, I want to build my website and try to generate inbound traffic. Your theme is EXACTLY how I want my site to look.

I've got very limited web-design skills and I was hoping you'd be able to help me -and future users- out.

I was hoping you'd be able to make a sample/template for:
- Contact page - I think Netlify enables the forms to work?
- Portfolio page
- Service Page
- Testimonial template
- CTA buttons

The linked pages are just examples. Ideally, I'm wanting to create something like this website. That sort of idea but with your theme applied would be perfect!

As I said, my web-design skills are very limited. I've no idea how much work this would take you. If I've just asked you to commit to a massive project for free, I apologise! I only have a limited budget which is why I'm looking at open source options. That being said, if it's a lot of work I'm open to making a donation.

Thanks for taking the time to read my request,
Scott

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.