Giter Site home page Giter Site logo

b2a3e8 / jekyll-theme-console Goto Github PK

View Code? Open in Web Editor NEW
652.0 652.0 402.0 2.54 MB

A jekyll theme inspired by linux consoles for hackers, developers and script kiddies.

Home Page: https://b2a3e8.github.io/jekyll-theme-console-demo-dark/

License: MIT License

Ruby 5.73% HTML 21.77% SCSS 72.50%
jekyll jekyll-theme theme

jekyll-theme-console's People

Contributors

b2a3e8 avatar niclimcy 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

jekyll-theme-console's Issues

Markdown or HTML images in posts

Hey there,
i'm having some trouble linking images in my blogposts. At least it looks like github won't load the images.

here is what i've tried so far
<img src="/content/january/df_map.png" alt="">
<img src="https://github.com/nothingAD/nothingAD.github.io/blob/master/files/dream1.PNG" alt=""/>
![](../files/dream1.PNG)

Is there something missing?
Best regards!

Can't Get Google Analytics Working.

When I deploy my site, CSP is blocking google analytics. I found that you can add a csp nonce- but I have no idea where to put that.
Sorry for the pain.
image

SEO error

Hi, after doing bundle update and the running bundle exec jekyll serve I get this error:
Liquid Exception: Liquid syntax error (../_includes/head.html line 6): Unknown tag 'seo' included in ../_layouts/default.html

Slow Load Times

I would like to use the Console theme on my site, as it is perfectly minimal and hacker-esque. However, I notice that the page load time is quite slow, even with an empty blog. Is this a known issue, or does anyone have suspicions as to why?

Github Pages build fails with the new hacker style changes

Hi! Thanks for putting in the work for your theme, I love it.

The recent hacker style changes don't sit well with Github Pages - I'm seeing the following error on build:

Your SCSS file assets/main-hacker.scss has an error on line 16: Undefined variable: "$background-color".

Local build works perfectly fine.

Here's a link to the run page, but it doesn't have much more info. I'm pulling in the theme using remote_theme in _config.yml.

Undefined variable: "$base-font-weight". on line 17 on gitlab pages

Hello, I'm facing this issue when configuring the template using the gitlab pages:

Configuration file: /builds/id3s3c/id3s3c.gitlab.io/_config.yml
85             Source: /builds/id3s3c/id3s3c.gitlab.io
86        Destination: public
87  Incremental build: disabled. Enable with --incremental
88       Generating... 
89   Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/main-dark.scss':
90                     Undefined variable: "$base-font-weight". on line 17
91 jekyll 3.8.0 | Error:  Undefined variable: "$base-font-weight". on line 17
92 ERROR: Job failed: exit code 1

my _confg.yml file:

# Site settings
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://id3s3c.gitlab.io" # the base hostname & protocol for your site

# Build settings
markdown: kramdown
exclude: ["README.md"]
theme: jekyll-theme-console

Gemfile:

source "https://rubygems.org"
ruby RUBY_VERSION

# This will help ensure the proper Jekyll version is running.
# gem "jekyll", "3.4.0"
gem "jekyll", "3.8"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "jekyll-theme-console"

.gitlab-ci.yml:

image: ruby:2.3

variables:
  JEKYLL_ENV: production
  LC_ALL: C.UTF-8

before_script:
  - bundle install

test:
  stage: test
  script:
  - bundle exec jekyll build -d test
  artifacts:
    paths:
    - test
  except:
  - master

pages:
  stage: deploy
  script:
  - bundle exec jekyll build -d public
  artifacts:
    paths:
    - public
  only:
  - master

Changes for the VI/Blind

Hello,

Some changes I am trying to make and can not figure it out.
I was trying to find a way to change the background color to a slate / dark gray, (think parrot terminal)
Then also make the font just a little bigger maybe 2 points.

RSS Feed?

How can I make an RSS feed for my blog with this theme?

[Question] Adding a page from a different folder on _config_yml

Hi.
I really enjoy this project. Keep it up!
I have this question. I want to keep my repository clean, so I don't want to have everything in the root folder.
I would like to make an "index.md" page on the "guides" folder and put it on header_pages in _config.yml. But I can't get it working, I have tried writing something like this:

header_pages:
  - home.md
  - about.md
  - contact.md
  - /guides/index.

but, after build, it was not on the header.
Do you know any workaround?
Thanks.

Support user preference for light or dark mode

I think it would be nice to utilize the CSS query @media (prefers-color-scheme: dark) to enable the dark theme when the user prefers it, but still allow the site owner to enforce one or the other. Would this be something you would be open to considering? I would love to work on it.

Is it possible to link to directory through markdown on the index.md?

I don't want to be linking to just one thing on the index.md file and it will be nice to the whole directory like in the post format. I tried and researched different solutions but, I was not able to find the exact answer to this question. If you need me to explain more, I will happily to do so.

I was wondering if this is possible to be fixed because I really like this theme.

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.