Giter Club home page Giter Club logo

retlab's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

retlab's Issues

Rubygem 0.1.0 is empty

It looks like the .gem file is empty:

$  wget https://rubygems.org/downloads/retlab-0.1.0.gem                                                                                                                                                                                                                                       
--2016-08-17 15:57:19--  https://rubygems.org/downloads/retlab-0.1.0.gem
Resolving rubygems.org... 54.186.104.15
Connecting to rubygems.org|54.186.104.15|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://rubygems.global.ssl.fastly.net/gems/retlab-0.1.0.gem [following]
--2016-08-17 15:57:20--  https://rubygems.global.ssl.fastly.net/gems/retlab-0.1.0.gem
Resolving rubygems.global.ssl.fastly.net... 151.101.44.249
Connecting to rubygems.global.ssl.fastly.net|151.101.44.249|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4608 (4.5K) [application/octet-stream]
Saving to: 'retlab-0.1.0.gem'

retlab-0.1.0.gem                                                               
100%[====================================================================================================================================================================================================>]   4.50K  --.-KB/s    in 0.003s

2016-08-17 15:57:21 (1.49 MB/s) - 'retlab-0.1.0.gem' saved [4608/4608]

$ gem unpack retlab-0.1.0.gem                                                                                                                                                                                                                                                                
Unpacked gem: '/Users/jaiken/retlab-0.1.0'

$ cd retlab-0.1.0        

$ ls -lart
total 0
drwxr-xr-x    2 jaiken  staff    68 Aug 17 15:57 .
drwxr-xr-x+ 175 jaiken  staff  5950 Aug 17 15:57 ..

codeblocks are washed out in dark mode

Codeblocks in dark mode look washed out, like this:

image

Because the github theme doesn't handle switching the codeblock background color to work for dark mode.

Here's a bandaid approach that works, idk if best practice though. I replaced highlighting.scss with media imports for two rougify styles that I added to the /sass directory: base16.monokai.dark and github

# sass/_highlighting.scss
@media (prefers-color-scheme: dark) {
  @import 'base16.monokai.dark';
}

@media (prefers-color-scheme: light) {
  @import 'github';
}

/assets/img/header.jpg is not displayed on GitHub Project Page

Describe the bug

Project Page ●●● .github.io/●●● cannot display the image of the top page

Steps to reproduce the behavior

When you publish it on Project Page ●●●.github.io/●●●, you can check it immediately on the top page.

Expected behavior

image.jpg is fixed in /assets/css/style.css.

/assets/css/style.css

.hero-unit{background-image:url("/assets/img/header.jpg");background-size:cover;background-position:top left;height:400px}.

So for the project page ●●●.github.io/project/ , It is located at /project/assets/img/header.jpg

Screenshots

I actually used it in Project Pages and ran into this issue:
スクリーンショット 2020-12-06 14 32 51

Update Font Awesome

I would really appreciate an update to Font Awesome libraries. I am particularly interested in the Mastodon icon. See https://fontawesome.com/icons/mastodon

It may be as simple as updating the NodeJS configuration.

My alternatives include forking the theme. I’d rather not since I am not a front-end developer.

Other updates are welcome as well. I see automated dependency update pull requests. A good test suite should allow for safe and frequent updates.

Thank you.

Google analytics got dropped

Not necessarily a bad thing, but it is an undocumented thing.

Commit 5a8f638 dropped google_analytics, but _config.yml still includes ga_username. Should an if-block be added back in to _layouts/default.html, or should ga_username be removed from the config?

Build warning : layout post requested

Hi @benbalter,

I followed the instructions in the README but the site won't build with Jekyll 3.2.1 under Mac OS X.
Here is the error message:

Build Warning: Layout 'post' requested in _posts/2016-08-03-welcome-to-jekyll.markdown does not exist.

No build problem if I replace retlab with minima in _config.yml.

assets/vendor not found with remote-theme

Given I set up retlab as a remote-theme 
When I run `bundle exec jekyll serve`
Then the following errors appear in the terminal:

[2017-11-15 15:03:53] ERROR `/blog/assets/vendor/anchor-js/anchor.min.js' not found.
[2017-11-15 15:03:53] ERROR `/blog/assets/vendor/turbolinks/dist/turbolinks.js' not found.
[2017-11-15 15:03:53] ERROR `/blog/assets/vendor/anchor-js/anchor.min.js' not found.
[2017-11-15 15:03:53] ERROR `/assets/img/header.jpg' not found.
[2017-11-15 15:03:53] ERROR `/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2' not found.
[2017-11-15 15:03:53] ERROR `/blog/assets/vendor/turbolinks/dist/turbolinks.js' not found.
[2017-11-15 15:03:54] ERROR `/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff' not found.
[2017-11-15 15:03:54] ERROR `/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf' not found.

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.