Giter Club home page Giter Club logo

creative-theme-jekyll-new's People

Contributors

dependabot[bot] avatar vvalchev 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

Watchers

 avatar  avatar  avatar

creative-theme-jekyll-new's Issues

The titlebar links are not working on github pages.

For some reason the titlebar links are not properly generated on github pages.
However, if you compile the project locally, the links would be properly generated.

This is probably related to the hooks.rb file.

Animations missing

Looks like the animations are all stripped on this version when compared to the original.
Just wondering if this was on purpose. I've been trying to apply them to this theme but anything I do does not seem to work.

Apologies if this is not the correct avenue for this topic!

CSS doesn't use variables in most places

At the very start of creative.scss, we have a list of variables, but in most places from then on, the CSS hash colour codes are used. This makes it less readable and bug-prone. For example:

23:44 $ git grep 17a2b8
assets/css/creative.scss:  --cyan: #17a2b8;
assets/css/creative.scss:  --info: #17a2b8;
assets/css/creative.scss:  background-color: #17a2b8;
assets/css/creative.scss:  border-color: #17a2b8;
assets/css/creative.scss:  background-color: #17a2b8;
assets/css/creative.scss:  border-color: #17a2b8;
assets/css/creative.scss:  color: #17a2b8;
assets/css/creative.scss:  border-color: #17a2b8;
assets/css/creative.scss:  background-color: #17a2b8;
assets/css/creative.scss:  border-color: #17a2b8;
assets/css/creative.scss:  color: #17a2b8;
assets/css/creative.scss:  background-color: #17a2b8;
assets/css/creative.scss:  border-color: #17a2b8;
assets/css/creative.scss:  background-color: #17a2b8;
assets/css/creative.scss:  background-color: #17a2b8 !important;
assets/css/creative.scss:  border-color: #17a2b8 !important;
assets/css/creative.scss:  color: #17a2b8 !important;

Surely those later entries should use var(--cyan) or var(--info)?

Also, secondary isn't used anywhere. The members and timeline sections have prominent background colours, but neither is secondary.

Edit: Also, lots of the variables are unused. Although I see this file is from upstream, so I guess we won't fix it here, feel free to close if so.

The 'title' and some 'meta' tags duplicate

Hi, I noticed that the 'title' and some 'meta' tags in the _layouts/base.html file duplicate the tags generated by the jekyll-seo-tag plugin.

The duplicated content in the _layouts/base.html is as follows:

<meta name="description" content="" />
<meta name="author" content="" />
<title>{% assign title_is_not_empty = page.title | is_not_empty %}{% if title_is_not_empty %}{{ page.title }} - {% endif %}{{ site.title }}</title>

If the _config.yml file is configured as follows:

# Site settings
title: Test
description: "description in _config.yml"
repository: vvalchev/creative-theme-jekyll-new
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://127.0.0.1:4000" # the base hostname & protocol for your site
author: "author in _config.yml"
lang: en_US

# Build settings
safe: true # always trues on github-pages, disables _plugins/
markdown: kramdown
sass:
  indentWidth: 4
  style: compressed
  precision: 10
plugins:
  - jekyll-sitemap
  - jekyll-seo-tag
exclude:
  - Gemfile
  - Gemfile.lock
  - build-in-docker.sh
  - README.md

the head tag will result in the following:
2023-08-03 18-20-36

I think we can remove the three duplicated tags in the base.html file. What do you think?

Cheers!

Upgrade Jekyll

Hi, thanks for this great theme!

It would be great to see an upgrade to the latest Jekyll (4.1.1 at the time of writing).

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.