Go to file
Kameron Kenny 046168ab25 use latest 2025-08-08 13:39:59 -04:00
_includes copy 2024-05-25 12:18:41 -04:00
_layouts try this 2024-05-25 12:05:19 -04:00
_pages no two abouts 2024-06-02 10:09:37 -04:00
_posts copy 2024-05-25 12:18:41 -04:00
_sass huh 2024-05-25 11:44:37 -04:00
app/conf/nginx fix nginx server config 2024-05-20 18:16:10 -04:00
assets/css fucking css. 2024-05-25 12:24:36 -04:00
img add img 2024-06-02 10:00:59 -04:00
js js 2024-05-25 11:37:04 -04:00
ui2libs bootstrap 2024-05-17 13:52:02 -04:00
.gitignore bump version, create 3 containers on different contexts. 2025-08-08 13:19:51 -04:00
404.html huh 2024-05-25 11:44:37 -04:00
Dockerfile use latest 2025-08-08 13:39:59 -04:00
Gemfile ? 2024-05-25 12:21:25 -04:00
Jenkinsfile fix contexts 2025-08-08 13:22:45 -04:00
README.md copy 2024-05-25 12:18:41 -04:00
_config.yml fix insta url 2024-06-02 10:04:41 -04:00
about.md add img 2024-06-02 09:59:54 -04:00
bar copy 2024-05-25 12:18:41 -04:00
countdown_timer.html bootstrap 2024-05-17 13:52:02 -04:00
dactyl-modified.stl bootstrap 2024-05-17 13:52:02 -04:00
docker-compose.yml docker compose 2024-05-20 18:34:24 -04:00
entrypoint.sh fix nginx conf loc 2024-05-17 14:37:57 -04:00
events.js bootstrap 2024-05-17 13:52:02 -04:00
favicon.ico huh 2024-05-25 11:44:37 -04:00
foo rebuild 2024-05-25 15:12:56 -04:00
goals.md copy 2024-05-25 12:18:41 -04:00
index.html copy 2024-05-25 12:18:41 -04:00
promethease.html bootstrap 2024-05-17 13:52:02 -04:00
report_metadata.txt bootstrap 2024-05-17 13:52:02 -04:00
search.json huh 2024-05-25 11:44:37 -04:00
tags.html huh 2024-05-25 11:44:37 -04:00

README.md

Galada - Easy & Simple Theme for Personal Blog

Galada is an easy and simple theme for Jekyll. Dark colors, give it a special exquisite look. A careful approach to design and features make it an ideal solution for a personal blog.


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: Premiere on Broadway
  date: 2018-08-23 16:04:00 +0300
  image: 03.jpg
  tags: [Rest]
  ---

You can set the tags and the post image.

Add post images to /img/ 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

Galada Theme comes with Disqus comments enabled.

Open _config.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

Thats 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 _config.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 _config.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 ❤️