Giter VIP home page Giter VIP logo

agusmakmun.github.io's Introduction

My Stack Problems

This project forked and has been modified from A simple grey theme for Jekyll, and the search posts using Super Search

Demo

Features

  • Sitemap and XML Feed
  • Pagination in homepage
  • Posts under category
  • Realtime Search Posts (title & description) by query.
  • Related Posts
  • Highlight pre
  • Next & Previous Post
  • Disqus comment
  • Projects page & Detail Project page
  • Share on social media
  • Google analytics
  • HTML Minify (Compress HTML) using Jekyll Compress HTML

Screenshot

Screenshot Post Page

Install & Configuration

  1. Fork this repository
  2. Edit site settings inside file of _config.yml
  3. Edit your projects at file of projects.md, _data/projects.json and inside path of _project/ (for detail project).
  4. Edit about yourself inside file of about.md

How to Use?

a. Add new Category

All categories saved inside path of category/, you can see the existed categories.

b. Add new Posts

  • All posts bassed on markdown syntax (please googling). allowed extensions is *.markdown or *.md.
  • This files can found at the path of _posts/.
  • and the name of files are following <date:%Y-%m-%d>-<slug>.<extension>, for example:
2013-09-23-welcome-to-jekyll.md

# or

2013-09-23-welcome-to-jekyll.markdown

Inside the file of it,

---
layout: post                          # (require) default post layout
title: "Your Title"                   # (require) a string title
date: 2016-04-20 19:51:02 +0700       # (require) a post date
categories: [python, django]          # (custom) some categories, but makesure these categories already exists inside path of `category/`
tags: [foo, bar]                      # (custom) tags only for meta `property="article:tag"`
image: Broadcast_Mail.png             # (custom) image only for meta `property="og:image"`, save your image inside path of `static/img/_posts`
---

# your content post with markdown syntax goes here...

Installing in your local

Option 1:

bundle install --path vendor/bundle

bundle exec jekyll serve

Option 2: If you already installed the jekyll

bundle install
jekyll serve

Then visit the http://127.0.0.1:4000

Updating the Gemfile.lock

bundle update

Contributing

Feel free to open a bug or contribute to code!

agusmakmun.github.io's People

Contributors

agusmakmun avatar codeasashu avatar earik87 avatar joshlk avatar pizycki avatar tbaschak avatar theel0ja avatar tombusby 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  avatar  avatar  avatar  avatar

agusmakmun.github.io's Issues

Multi Language

Hi. First of all thank you very much for your theme. Me and my friends are very pleased to use it.
I wonder that is it possible to add multi language to website. I was thinking 2 scenarios;

    • Add website language option. So people can select it and i.e ENG to DE , "Contact" will change to "Kontakt" and so on. So main strings will be defined such as Homepage, aboutme etc.
    • If someone reads a thread, if assigned for that language, the article will show at assigned language. If not assigned for that language, the article will be seen as default language.
    • Adding multi language option for only articles. when a language is selected, the website should not be refreshed.

I would prefer first one. Because I want to make a global blog , and the multi language option would help me a lot.

Can you help me for this?

MathJax

I didn't find mathjax. Is there any way to solve this?

Links and styles are broken for project sites

If I have a different page in zzz.github.io and I use this template to create another github pages website in zzz.github.io/blog, I would expect that the links would be like zzz.github.io/blog/something.html. Instead, I get zzz.github.io/something.html.

Changing baseurl in _config.yml seems to do nothing. I tried adding {{ site.baseurl }} to where ever it is appropriate but a lot of links are still broken.

Can't run it with `docker` and `bretfisher/jekyll-serve`

Trying to add docker support for local system:
docker-compose.yml

version: '2.4'

services:
  jekyll:
    image: bretfisher/jekyll-serve
    volumes:
      - .:/site
    ports:
      - '80:4000'

But it crashes. Here is the full log:

2023-04-19 19:42:28 Bundler 2.4.12 is running, but your lockfile was generated with 1.17.2. Installing Bundler 1.17.2 and restarting using that version.
2023-04-19 19:42:42 Fetching gem metadata from https://rubygems.org/.
2023-04-19 19:42:42 Fetching bundler 1.17.2
2023-04-19 19:42:42 Installing bundler 1.17.2
2023-04-19 19:42:46 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:29: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:42:46 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:42:46 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:42:46 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
..................
..................
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:02 Fetching gem metadata from https://rubygems.org/.........
2023-04-19 19:43:03 Using minitest 5.15.0
2023-04-19 19:43:03 Using bundler 1.17.2
2023-04-19 19:43:03 Using colorator 1.1.0
2023-04-19 19:43:03 Using eventmachine 1.2.7
2023-04-19 19:43:03 Using http_parser.rb 0.8.0
2023-04-19 19:43:03 Using ffi 1.15.5
2023-04-19 19:43:03 Fetching zeitwerk 2.5.4
2023-04-19 19:43:03 Fetching faraday-net_http_persistent 1.2.0
2023-04-19 19:43:03 Fetching public_suffix 4.0.6
2023-04-19 19:43:03 Fetching faraday-excon 1.1.0
2023-04-19 19:43:03 Using ruby2_keywords 0.0.5
2023-04-19 19:43:03 Fetching unf_ext 0.0.8
2023-04-19 19:43:03 Fetching faraday-em_synchrony 1.0.0
2023-04-19 19:43:03 Using forwardable-extended 2.6.0
2023-04-19 19:43:03 Fetching concurrent-ruby 1.1.9
2023-04-19 19:43:03 Fetching faraday-em_http 1.0.0
2023-04-19 19:43:03 Fetching faraday-net_http 1.0.1
2023-04-19 19:43:03 Fetching thread_safe 0.3.6
2023-04-19 19:43:03 Fetching faraday-httpclient 1.0.1
2023-04-19 19:43:03 Fetching execjs 2.8.1
2023-04-19 19:43:03 Fetching faraday-patron 1.0.0
2023-04-19 19:43:03 Fetching coffee-script-source 1.11.1
2023-04-19 19:43:03 Fetching faraday-rack 1.0.0
2023-04-19 19:43:03 Fetching faraday-retry 1.0.3
2023-04-19 19:43:03 Fetching multipart-post 2.1.1
2023-04-19 19:43:03 Fetching gemoji 3.0.1
2023-04-19 19:43:03 Fetching rb-fsevent 0.11.1
2023-04-19 19:43:04 Installing faraday-excon 1.1.0
2023-04-19 19:43:04 Installing faraday-httpclient 1.0.1
2023-04-19 19:43:04 Installing faraday-em_synchrony 1.0.0
2023-04-19 19:43:04 Installing faraday-em_http 1.0.0
2023-04-19 19:43:04 Installing faraday-net_http_persistent 1.2.0
2023-04-19 19:43:04 Installing faraday-net_http 1.0.1
2023-04-19 19:43:04 Installing faraday-patron 1.0.0
2023-04-19 19:43:04 Installing faraday-retry 1.0.3
2023-04-19 19:43:04 Installing faraday-rack 1.0.0
2023-04-19 19:43:04 Installing multipart-post 2.1.1
2023-04-19 19:43:04 Installing execjs 2.8.1
2023-04-19 19:43:04 Installing zeitwerk 2.5.4
2023-04-19 19:43:04 Installing gemoji 3.0.1
2023-04-19 19:43:04 Installing rb-fsevent 0.11.1
2023-04-19 19:43:04 Installing coffee-script-source 1.11.1
2023-04-19 19:43:04 Installing public_suffix 4.0.6
2023-04-19 19:43:04 Installing thread_safe 0.3.6
2023-04-19 19:43:05 Using rexml 3.2.5
2023-04-19 19:43:05 Fetching mercenary 0.3.6
2023-04-19 19:43:05 Using safe_yaml 1.0.5
2023-04-19 19:43:05 Using racc 1.6.0
2023-04-19 19:43:05 Fetching rouge 3.26.0
2023-04-19 19:43:05 Fetching jekyll-paginate 1.1.0
2023-04-19 19:43:05 Fetching liquid 4.0.3
2023-04-19 19:43:05 Using em-websocket 0.5.3
2023-04-19 19:43:05 Fetching unicode-display_width 1.8.0
2023-04-19 19:43:05 Using rb-inotify 0.10.1
2023-04-19 19:43:05 Fetching rubyzip 2.3.2
2023-04-19 19:43:05 Fetching jekyll-swiss 1.0.0
2023-04-19 19:43:05 Fetching ethon 0.15.0
2023-04-19 19:43:05 Using pathutil 0.16.2
2023-04-19 19:43:05 Fetching kramdown 2.3.1
2023-04-19 19:43:05 Fetching coffee-script 2.4.1
2023-04-19 19:43:05 Installing unf_ext 0.0.8 with native extensions
2023-04-19 19:43:05 Fetching faraday-multipart 1.0.3
2023-04-19 19:43:05 Fetching nokogiri 1.13.3 (x86_64-linux)
2023-04-19 19:43:05 Installing concurrent-ruby 1.1.9
2023-04-19 19:43:05 Fetching sass-listen 4.0.0
2023-04-19 19:43:05 Fetching listen 3.7.1
2023-04-19 19:43:06 Installing jekyll-paginate 1.1.0
2023-04-19 19:43:06 Installing coffee-script 2.4.1
2023-04-19 19:43:06 Installing unicode-display_width 1.8.0
2023-04-19 19:43:06 Installing jekyll-swiss 1.0.0
2023-04-19 19:43:06 Installing faraday-multipart 1.0.3
2023-04-19 19:43:06 Installing mercenary 0.3.6
2023-04-19 19:43:06 Installing listen 3.7.1
2023-04-19 19:43:06 Installing rubyzip 2.3.2
2023-04-19 19:43:06 Fetching jekyll-coffeescript 1.1.1
2023-04-19 19:43:06 Installing ethon 0.15.0
2023-04-19 19:43:06 Installing sass-listen 4.0.0
2023-04-19 19:43:06 Installing liquid 4.0.3
2023-04-19 19:43:06 Installing kramdown 2.3.1
2023-04-19 19:43:07 Fetching terminal-table 1.8.0
2023-04-19 19:43:07 Fetching faraday 1.10.0
2023-04-19 19:43:07 Installing jekyll-coffeescript 1.1.1
2023-04-19 19:43:07 Fetching addressable 2.8.0
2023-04-19 19:43:07 Installing terminal-table 1.8.0
2023-04-19 19:43:07 Installing faraday 1.10.0
2023-04-19 19:43:08 Fetching tzinfo 1.2.9
2023-04-19 19:43:08 Installing rouge 3.26.0
2023-04-19 19:43:08 Fetching sass 3.7.4
2023-04-19 19:43:08 Using jekyll-watch 2.2.1
2023-04-19 19:43:08 Installing addressable 2.8.0
2023-04-19 19:43:08 Installing tzinfo 1.2.9
2023-04-19 19:43:09 Installing sass 3.7.4
2023-04-19 19:43:09 Fetching typhoeus 1.4.0
2023-04-19 19:43:09 Fetching sawyer 0.8.2
2023-04-19 19:43:10 Installing typhoeus 1.4.0
2023-04-19 19:43:10 Installing sawyer 0.8.2
2023-04-19 19:43:10 Fetching i18n 0.9.5
2023-04-19 19:43:10 Fetching octokit 4.22.0
2023-04-19 19:43:10 Installing i18n 0.9.5
2023-04-19 19:43:11 Installing octokit 4.22.0
2023-04-19 19:43:11 Fetching jekyll-sass-converter 1.5.2
2023-04-19 19:43:11 Installing jekyll-sass-converter 1.5.2
2023-04-19 19:43:11 Fetching ruby-enum 0.9.0
2023-04-19 19:43:11 Fetching activesupport 6.0.4.6
2023-04-19 19:43:12 Fetching jekyll-gist 1.5.0
2023-04-19 19:43:12 Installing nokogiri 1.13.3 (x86_64-linux)
2023-04-19 19:43:12 Installing jekyll-gist 1.5.0
2023-04-19 19:43:12 Installing ruby-enum 0.9.0
2023-04-19 19:43:12 Installing activesupport 6.0.4.6
2023-04-19 19:43:13 Fetching commonmarker 0.17.13
2023-04-19 19:43:13 Using kramdown-parser-gfm 1.1.0
2023-04-19 19:43:13 Fetching jekyll 3.9.0
2023-04-19 19:43:13 Installing commonmarker 0.17.13 with native extensions
2023-04-19 19:43:14 Installing jekyll 3.9.0
2023-04-19 19:43:14 Fetching unf 0.1.4
2023-04-19 19:43:14 Fetching jekyll-avatar 0.7.0
2023-04-19 19:43:14 Fetching jekyll-optional-front-matter 0.3.2
2023-04-19 19:43:14 Fetching jekyll-redirect-from 0.16.0
2023-04-19 19:43:14 Fetching jekyll-remote-theme 0.4.3
2023-04-19 19:43:14 Fetching jekyll-default-layout 0.1.4
2023-04-19 19:43:14 Fetching jekyll-feed 0.15.1
2023-04-19 19:43:14 Fetching jekyll-include-cache 0.2.1
2023-04-19 19:43:14 Fetching jekyll-relative-links 0.6.1
2023-04-19 19:43:14 Fetching jekyll-sitemap 1.4.0
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2023-04-19 19:43:01 /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
...............
...............
2023-04-19 19:43:40        Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly.
2023-04-19 19:43:52 /usr/local/bundle/gems/pathutil-0.16.2/lib/pathutil.rb:502:in `read': no implicit conversion of Hash into Integer (TypeError)
2023-04-19 19:43:52 from /usr/local/bundle/gems/pathutil-0.16.2/lib/pathutil.rb:502:in `read'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/lib/jekyll/utils/platforms.rb:75:in `proc_version'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/lib/jekyll/utils/platforms.rb:40:in `bash_on_windows?'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/lib/jekyll/commands/build.rb:77:in `watch'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/lib/jekyll/commands/build.rb:43:in `process'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/lib/jekyll/commands/serve.rb:93:in `block in start'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/lib/jekyll/commands/serve.rb:93:in `each'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/lib/jekyll/commands/serve.rb:93:in `start'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/lib/jekyll/commands/serve.rb:75:in `block (2 levels) in init_with_program'
2023-04-19 19:43:52 from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
2023-04-19 19:43:52 from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
2023-04-19 19:43:52 from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
2023-04-19 19:43:52 from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
2023-04-19 19:43:52 from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
2023-04-19 19:43:52 from /usr/local/bundle/gems/jekyll-3.9.0/exe/jekyll:15:in `<top (required)>'
2023-04-19 19:43:52 from /usr/local/bundle/bin/jekyll:25:in `load'
2023-04-19 19:43:52 from /usr/local/bundle/bin/jekyll:25:in `<top (required)>'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/cli/exec.rb:74:in `load'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/cli/exec.rb:74:in `kernel_load'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/cli/exec.rb:28:in `run'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/cli.rb:463:in `exec'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/cli.rb:27:in `dispatch'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/cli.rb:18:in `start'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/exe/bundle:30:in `block in <top (required)>'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
2023-04-19 19:43:52 from /usr/local/bundle/gems/bundler-1.17.2/exe/bundle:22:in `<top (required)>'
2023-04-19 19:43:52 from /usr/local/bin/bundle:25:in `load'
2023-04-19 19:43:52 from /usr/local/bin/bundle:25:in `<main>'

Related issue: #46

Full log available here: https://pastebin.mozilla.org/VULqQdxB

Google Analystic Problem

I've updated my google analystic code in _config.yml file, but there is no active user in google analystic page, although i'm active in my website.

How to move the About section left

Hello,
A lot of white space is wasted on the left side of the profile(photo, name, etc). How can I shift the profile to the leftmost side of the page, and how to make the blog post occupy the full width of the page?

Thanks

Grouping posts by year

This is by far the simplest and the best forkable Jekyll theme I have seen. I want to add a list of posts grouped by year on the navigation pane (left) - so that its easy to filter through the posts. I like the layout of another website (dalibornasevic) and liked the ease of filtering posts. I am not experience in Jekyll / Ruby to make the changes myself - so wanted to submit a request - if it can be entertained.

Gemfile Update suggestion for jekyll version 4.3.1

I'm using your nice template as a jekyll site builder rather than through github pages automatic (which is seriously behind on jekyll and rouge versions). The gem 'github-pages' prevents using newer versions. For me it was very difficult to figure everything out and get it working with more up to date versions, but that is because I've tried to skate on the entire ruby/gems/jekyll stack without ever learning how it works. I fumbled through to the following Gemfile which works for me. This version of jekyll allows rouge v4.0.0 which is what I really needed. It will of course not work like you expect if using github pages directly.

# frozen_string_literal: true

source "https://rubygems.org"
# gem "rails"
gem "jekyll", "~> 4.3.1"
group :jekyll_plugins do
  gem "jekyll-paginate"
end
#gem 'github-pages', group: :jekyll_plugins

Dark Theme

Hello. Will there be a dark theme on this project?

Accessibility errors found in your template

The user @carlsonsantana validate your site template "https://agusmakmun.github.io" and found these accessibility errors:

  • Page https://agusmakmun.github.io/:
    • Issue 013b8e22-0a2d-47e2-9478-c60eceba63b2:
      • Type: Error
      • Code: WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1
      • Message: Iframe element requires a non-empty title attribute that identifies the frame.
      • Selector: html > body > div > div:nth-child(2) > footer > div > iframe:nth-child(2)
      • Context: <iframe src="https://ghbtns.com/github-btn.html?user=agusmakmun&amp;repo=agusmakmun.github.io&amp;type=fork&amp;count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe>
    • Issue a7d4071b-9f74-40e2-95e4-568933cedf89:
      • Type: Error
      • Code: WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1
      • Message: Iframe element requires a non-empty title attribute that identifies the frame.
      • Selector: html > body > div > div:nth-child(2) > footer > div > iframe:nth-child(1)
      • Context: <iframe src="https://ghbtns.com/github-btn.html?user=agusmakmun&amp;repo=agusmakmun.github.io&amp;type=star&amp;count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe>
    • Issue 006440ad-fb24-4ec9-b9fa-2327d73b95bd:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: html > body > div > div:nth-child(2) > footer > a
      • Context: <a href="https://github.com/agusmakmun">https://github.com/agusmakmun</a>
    • Issue a9f9f611-f751-433f-b55a-c9cd9b72f165:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.78:1. Recommendation: change text colour to #767676.
      • Selector: html > body > div > div:nth-child(2) > footer
      • Context: <footer> ยฉ Agus Makmun - <a href="https...</footer>
    • Issue 6863bf33-d595-45ef-b819-74b856703cff:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.63:1. Recommendation: change text colour to #317ab9.
      • Selector: #home > ul > li:nth-child(6) > a
      • Context: <a href="/page/2/">ยป</a>
    • Issue 7c4f2eb3-c989-4c12-aab8-e51618139044:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.63:1. Recommendation: change text colour to #317ab9.
      • Selector: #home > ul > li:nth-child(5) > a
      • Context: <a href="/page/2/">Last</a>
    • Issue 5ad192a8-b027-475f-9295-39fa842613df:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.63:1. Recommendation: change text colour to #317ab9.
      • Selector: #home > ul > li:nth-child(4) > a
      • Context: <a href="/page/2/">2</a>
    • Issue f3fa1ad6-b4dd-446c-8653-bfc59c213f70:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.63:1. Recommendation: change background to #317ab9.
      • Selector: #home > ul > li:nth-child(3) > a
      • Context: <a>1<span class="sr-only">(current...</a>
    • Issue c8b00715-c86c-4141-8b44-e569a11bdbaf:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.63:1. Recommendation: change text colour to #317ab9.
      • Selector: #home > ul > li:nth-child(2) > a
      • Context: <a href="/">First</a>
    • Issue fc3ad85f-7ce9-41ae-95ce-67ab18ae6e49:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(20) > a
      • Context: <a href="/jekyll/2013/12/22/welcome-to-simply-grey.html">Welcome to Simply Grey</a>
    • Issue ee0e7789-71ab-446c-abdd-ffdc2df4f6a0:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(19) > a
      • Context: <a href="/python/django/2016/04/18/email-backend-with-smtp-gmail.html">Email BackEnd with SMTP Gmail</a>
    • Issue 89c36545-a6f7-4a8c-84c0-d2dc8c91aece:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(18) > a
      • Context: <a href="/python/bash/2016/04/19/remove-all-files-pyc-with-recrusive-method.html">Remove all files .pyc with recr...</a>
    • Issue b661f91b-054e-40e7-ad91-13ed3b1d5747:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(17) > a
      • Context: <a href="/bash/2016/04/19/simple-bash-scripting-for-login-before-open-the-terminal.html">Simple bash scripting for login...</a>
    • Issue 6322965f-40ab-4f56-8ffc-fe4f31dbd197:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(16) > a
      • Context: <a href="/python/2016/04/19/python-permutations.html">Python Permutations</a>
    • Issue 9d69ab30-eae3-4c9c-9e00-e9cdbaad736d:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(15) > a
      • Context: <a href="/bash/2016/04/19/download-recrusive-files-inside-index-of-in-linux-using-wget.html">Download recrusive files inside...</a>
    • Issue c5c8fd3c-a917-4410-ae06-89ed8c5ca53c:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(14) > a
      • Context: <a href="/django/2016/04/19/replace-email-backend-gmail-to-postmarkapp-for-django.html">Replace backend gmail to Postma...</a>
    • Issue b5a4178e-6386-44d1-838b-063cf3f4b78c:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(13) > a
      • Context: <a href="/python/django/2016/04/20/custom-redirect-urls-django.html">Custom redirect urls django</a>
    • Issue 891aa630-4aa4-4c3d-ae7b-07fd1d888eca:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(12) > a
      • Context: <a href="/python/django/2016/04/20/adding-broadcast-mail-to-all-users-registered-inside-django-admin.html">Adding BroadCast Mail to All Us...</a>
    • Issue b6178da6-1745-48c7-8959-6018c9c01bfc:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(11) > a
      • Context: <a href="/django/raspberry/2016/04/20/setup-django-in-apache2-raspberry-pi.html">Setup Django in apache2 Raspber...</a>
    • Issue f4cca398-d91a-4a14-861a-6bd862c715f2:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(10) > a
      • Context: <a href="/others/2016/04/25/javascript-validator-for-input-number.html">Javascript Validator for Input ...</a>
    • Issue eb22ae19-886f-4f1f-957f-71e49c4999c1:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(9) > a
      • Context: <a href="/python/security/2016/05/21/python-crazy-decrypter-has-been-released.html">Python Crazy Decrypter has been...</a>
    • Issue 159a0459-4ac3-434e-8e00-4cd65d7520d4:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(8) > a
      • Context: <a href="/python/security/2016/05/21/python-simple-ciphertext.html">Python Simple Ciphertext</a>
    • Issue d28f1cb7-947e-45bd-8b37-5eb4340925f0:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(7) > a
      • Context: <a href="/python/codefights/2016/05/21/reverse-bit-cf.html">Reverse Bit [CF]</a>
    • Issue f44a0456-fd82-439a-915d-e6bd88e43394:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(6) > a
      • Context: <a href="/python/codefights/2016/05/21/notpaired-cf.html">notPaired [CF]</a>
    • Issue 58116179-7a7a-4cc8-bea2-4d9bab3e2905:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(5) > a
      • Context: <a href="/python/codefights/2016/05/21/censorthis-censor-the-words-cf.html">CensorThis - Censor the words [...</a>
    • Issue b2403a56-8fa7-45de-b41f-7ddd9c41ebeb:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(4) > a
      • Context: <a href="/python/codefights/2016/06/10/find-substrings-for-line-encoding-cf.html">Find Substrings for line Encodi...</a>
    • Issue c1ff8f0b-4e75-45cd-80a2-6125f96bbe52:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(3) > a
      • Context: <a href="/python/codefights/2016/06/10/find-the-number-of-even-digits-in-the-given-integer-cf.html">Find the number of even digits ...</a>
    • Issue 8abf2f86-a2c9-4562-959b-75a63b128ce5:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(2) > a
      • Context: <a href="/python/codefights/2016/06/10/get-month-name-cf.html">get Month Name [CF]</a>
    • Issue 8fdf2f0a-3a59-48ef-9040-aac1a18e171a:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
      • Message: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.05:1. Recommendation: change text colour to #208838.
      • Selector: #home > ol > li:nth-child(1) > a
      • Context: <a href="/python/django/2016/12/29/top-10-python-libraries-of-2016.html">Top 10 Python libraries of 2016</a>
    • Issue ea13bd9a-8e98-4483-9985-e691e040621c:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_3.1_3_1.F68
      • Message: This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
      • Selector: #js-search__input
      • Context: <input type="text" placeholder="(sitemap)~$ type to search" class="search__input form-control" id="js-search__input">
    • Issue b8b1ac61-95aa-489b-9b55-b95b2d2f395d:
      • Type: Error
      • Code: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name
      • Message: This textinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
      • Selector: #js-search__input
      • Context: <input type="text" placeholder="(sitemap)~$ type to search" class="search__input form-control" id="js-search__input">
    • Issue 7a437f27-6d38-4dab-b07c-97b0a23bd9a3:
      • Type: Error
      • Code: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent
      • Message: Anchor element found with a valid href attribute, but no link content has been supplied.
      • Selector: html > body > div > div:nth-child(1) > div > div:nth-child(4) > ul > li:nth-child(5) > a
      • Context: <a href="https://github.com/agusmakmun" target="_blank"><i class="fa fa-github"></i></a>
    • Issue 650ca6ce-a88e-4a57-9f96-2b3e796edbb7:
      • Type: Error
      • Code: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent
      • Message: Anchor element found with a valid href attribute, but no link content has been supplied.
      • Selector: html > body > div > div:nth-child(1) > div > div:nth-child(4) > ul > li:nth-child(4) > a
      • Context: <a href="#" target="_blank"><i class="fa fa-stack-exchange"...</a>
    • Issue e69b311d-74b5-4410-8cf2-c8b3349885b1:
      • Type: Error
      • Code: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent
      • Message: Anchor element found with a valid href attribute, but no link content has been supplied.
      • Selector: html > body > div > div:nth-child(1) > div > div:nth-child(4) > ul > li:nth-child(3) > a
      • Context: <a href="https://www.linkedin.com/in/summonagus" target="_blank"><i class="fa fa-linkedin"></i></a>
    • Issue 47732a88-24bb-4f56-9dbc-087972bb9e24:
      • Type: Error
      • Code: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent
      • Message: Anchor element found with a valid href attribute, but no link content has been supplied.
      • Selector: html > body > div > div:nth-child(1) > div > div:nth-child(4) > ul > li:nth-child(2) > a
      • Context: <a href="https://twitter.com/agusmakmun6" target="_blank"><i class="fa fa-twitter"></i></a>
    • Issue 99ffc1f5-4898-431e-80eb-c28031064672:
      • Type: Error
      • Code: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent
      • Message: Anchor element found with a valid href attribute, but no link content has been supplied.
      • Selector: html > body > div > div:nth-child(1) > div > div:nth-child(4) > ul > li:nth-child(1) > a
      • Context: <a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
    • Issue 4475baf9-632b-461d-b4da-7207963df247:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_1.1_1_1.H30.2
      • Message: Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
      • Selector: html > body > div > div:nth-child(1) > div > a
      • Context: <a href="/"><img class="profile-avatar" src...</a>
    • Issue d52c5774-8690-4b03-994e-a758caee81c7:
      • Type: Error
      • Code: WCAG2AA.Principle3.Guideline3_1.3_1_1.H57.2
      • Message: The html element should have a lang or xml:lang attribute which describes the language of the document.
      • Selector: html
      • Context: <html><head><meta charset="utf-8"><me...</html>

You can check these accessibility errors using pa11y.
You can view the full validation results in our website.

Error while 'jekyll serve'

      Generating... 
                    done in 4.658 seconds.
jekyll 3.8.5 | Error:  uninitialized constant FFI::Platform::CPU

I got the above error while running 'jekyll serve'. Could you please help me solve this?

Conversion error

Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_posts/2016-04-19-welcome-to-jekyll.markdown':
undefined method include?' for nil:NilClass jekyll 3.3.1 | Error: undefined method include?' for nil:NilClass

I solved it. I guess when i install rails it's working correctly.

category page 404

Hi, @agusmakmun, thanks for your great work.

I customized your template a long time ago. https://czfzdxx.gitlab.io
Recently I suddenly find out that my category page can't be displayed, which has no problem in local test
screenshot 2019-01-02 at 11 40 57

Now I cannot find where I modified was wrong

Below is _config.yml

title: Raw Thought
author: CZFZDXX
about: Practice your creativity
avatar_url: /static/img/avatar.jpg

enableTags: true
tagarray: []


social:
    - icon: fa-twitter
      link: "https://twitter.com/czfzdxx"
    - icon: fa-stack-overflow
      link: "https://stackoverflow.com/users/7583919/complicatedphenomenon"
    - icon: fa-gitlab
      link: "https://gitlab.com/complicatedphenomenon"

share:
  twitter_username: czfzdxx

urls:
    - text: About
      url: /about/
    - text: XML Feed
      url: /feed.xml

url: "https://czfzdxx.gitlab.io"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
plugins:
  - jekyll-paginate
  - jekyll-gist
  - jekyll-feed
compress_html:
  clippings: all
  comments: ["<!-- ", " -->"]
  endings: all
  ignore:
    envs: ['development']

Docker development environment

Hello!,

What about having a Docker development environment so we don't have to install all the dependencies in our local machine?, I can do the PR myself ๐Ÿ˜„

Thanks!

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.