GithubHelp home page GithubHelp logo

kirqe / autm-rb Goto Github PK

View Code? Open in Web Editor NEW
81.0 5.0 114.0 2.78 MB

Jekyll theme

Home Page: http://kirqe.github.io/autm-rb/

License: MIT License

HTML 57.14% CSS 42.86%
jekyll jekyll-theme jekyll-themes jekyll-template autm-rb

autm-rb's People

Contributors

ctamisier avatar kirqe avatar silverneo 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

Watchers

 avatar  avatar  avatar  avatar  avatar

autm-rb's Issues

[Question] Text selection colour

Is there a simple SCSS variable defining the text selection colour? Where is it defined in the code?

I'm not too familiar with CSS/SCSS, but I'd expect the ::selection or user-select properties somewhere, but can't seem to find it

How to update?

Hello,

I am a proud user of this theme and I wanted to tell you it is one of the best I have seen. It is minimal and cool at the same time. So congratulation and keep up the good work. ๐Ÿ˜„

I wante to ask you how can I update my blog to use the current version of you theme. I usually make a backup of the entire blog, delete the old repo, refork your repo and reupload the settings file and blog files. I know there is a simpler way and I would appreciate if you could help me.

Thanks in advance and Cheers!! ๐Ÿป ๐Ÿ˜„

Unresolved specs during Gem::Specification.reset:

Hi, I have run bundle install, and still cannot run the site

$ jekyll serve
WARN: Unresolved specs during Gem::Specification.reset:
      posix-spawn (~> 0.3.6)
      redcarpet (~> 3.1)
      jekyll-watch (~> 1.1)
      fast-stemmer (~> 1.0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
Configuration file: /path/to/autm/_config.yml
/Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:29:in `require': cannot load such file -- jekyll-sitemap (LoadError)
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:29:in `block in require_gems'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:26:in `each'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:26:in `require_gems'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:19:in `conscientious_require'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/site.rb:79:in `setup'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/site.rb:41:in `initialize'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/commands/build.rb:29:in `new'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/commands/build.rb:29:in `process'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/commands/serve.rb:26:in `block (2 levels) in init_with_program'
    from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `block in execute'
    from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `each'
    from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `execute'
    from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:42:in `go'
    from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
    from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/bin/jekyll:20:in `<top (required)>'
    from /usr/local/bin/jekyll:23:in `load'
    from /usr/local/bin/jekyll:23:in `<main>'

P/S: I'm not a ruby guy

Title icons on Firefox

I have troubles with the title icons on Firefox. Everything is fine on Google Chrome.
The file _includes/title.html is as follow:

<div id="title">
  <h1>
      {% unless site.git == "" %}
          <a id="git-ic" href="{{site.git}}"><i class="fa fa-github"></i></a>
      {% endunless %}

      {% unless site.linkedin == "" %}
        <a id="so-ic" href="{{site.linkedin}}"><i class="fa fa-linkedin"></i></a>
      {% endunless %}

      {% unless site.stackoverflow == "" %}
        <a id="so-ic" href="{{site.stackoverflow}}"><i class="fa fa-stack-overflow"></i></a>
      {% endunless %}

      {% unless site.twitter == "" %}
        <a id="so-ic" href="{{site.twitter}}"><i class="fa fa-twitter"></i></a>
      {% endunless %}

    <a id="sitename" href="{{site.baseurl}}">username.github.io</a>
  </h1>

  <!-- Add something about you in p tag-->
  <p>Write something about you here...</p>
  <hr/>

  {% include nav-links.html %}

</div>

Only Github and Stackoverflow logos are succesfully displayed. Linkedin and Twitter logos are missing.

I am using Firefox 40.0 on Linux LMDE 2.

I have tried this fix, but it did not change anything.

Accessibility errors found in your template

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

  • Page https://kirqe.github.io/autm-rb/:
    • Issue 009368a2-921e-4c8a-977d-24c72319b593:
      • Type: Error
      • Code: WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
      • Message: Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
      • Selector: html > body > div > section > div:nth-child(2) > img
      • Context: <img class="circular" src="https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-15/e15/11208586_1596699727213864_1958685864_n.jpg">
    • Issue eebbfa62-e9c7-46cf-9a01-29bb729b6a6b:
      • 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: #header > span:nth-child(5) > a:nth-child(5)
      • Context: <a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook"></i></a>
    • Issue 0fb970ce-ce77-47fb-b5e8-c1c204928113:
      • 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: #header > span:nth-child(5) > a:nth-child(4)
      • Context: <a href="https://linkedin.com/" target="_blank"><i class="fa fa-linkedin"></i></a>
    • Issue ffe7cc55-f049-4ab9-873c-76c7858fb17e:
      • 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: #header > span:nth-child(5) > a:nth-child(3)
      • Context: <a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter"></i></a>
    • Issue 66944793-d57b-48d5-a633-2757ddecd4aa:
      • 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: #header > span:nth-child(5) > a:nth-child(2)
      • Context: <a href="https://stackoverflow.com/" target="_blank"><i class="fa fa-stack-overflow"...</a>
    • Issue 47826c46-93c8-4723-9f76-f2a3847c30b6:
      • 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: #header > span:nth-child(5) > a:nth-child(1)
      • Context: <a href="https://github.com/" target="_blank"><i class="fa fa-github"></i></a>
    • Issue f73e24de-c039-4787-90ea-a9a912a0d8ce:
      • 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 2.65:1. Recommendation: change text colour to #fff.

      • Selector: #header > span:nth-child(4)

      • Context: `

        <a href="/autm-rb/b...`

    • Issue 69ccc28c-69dd-44d0-b107-3bccda1123ac:
      • 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...</html>

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

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.