Coder Social home page Coder Social logo

davidebri / gesko Goto Github PK

View Code? Open in Web Editor NEW
190.0 190.0 71.0 2.67 MB

Gesko is a simple and minimalistic jekyll blogging theme.

Home Page: https://davidebri.github.io/Gesko/

License: MIT License

HTML 47.53% Ruby 0.49% SCSS 28.63% CSS 3.11% JavaScript 20.24%
blog blog-theme github-page jekyll jekyll-theme minimal theme

gesko's Introduction

๐Ÿ“ฉ Contact

You can reach me on Linkedin. I'm open to collaborations and new projects, so feel free to get in touch!

gesko's People

Contributors

2carrot84 avatar aliifam avatar andreabusi avatar cypherpunksamurai avatar dario-loi avatar davidebri avatar eerfun avatar hanbollar avatar tiakavousi 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

gesko's Issues

New features proposal

Hi!
I'm working on some features for the theme. I want to share some changes that I made for my blog to discuss if could be useful also for the Gesko theme. Here is the list:

  1. Add comments-enable option to enable/disable Disqus comments. If false, the comments section is no longer visible
  2. Add more social channels (Linkedin, Mastodon) and show them in the social footer only if they are configured in the _config.yml file
  3. Migrate to FontAwesome v6.0 (to have some new icons, like the Mastodon one). This could be quite tricky because every user has to create a new Kit on the FontAwesome site

Could be these features interesting for the theme? If yes, I can create the PRs.

My search feature is not working

I tried to host the website on https://dhruvdoshi.github.io/blog and everything worked fine and smooth. But when I tried to use the search feature there was some issue with it it was trying to read from https://dhruvdoshi.github.io/ where another website id hosted.

Now I changed the URL from each and every place in the code to the blog page still I'm facing the issue with it. There must be some point where I need to update the URL also in the GH-PAGES hosting as the local hosting is working fine and smooth. Everything is working fine on the localhost but not on the github pages.

If anyone could help please let me know!

How to display photos inside posts

If I try to display a photo inside the .md like this ../assets/images/fallback.png, it's working locally. but when I'm deploying it on github pages it's not working.

Build on github.io page failed

Describe the bug
I pushed a copy of the repo to my github.io one to see if it works properly before customizing it but it seems like the build is failed while installing gems from Ruby store (Screenshot from GitHub Actions page). I went to the store to see if those versions existed, and they were, so maybe the problem stemmed from the platforms?

Platforms copied from Gemfile.lock (unmodified):

  • arm64-darwin-22
  • x64-mingw32
  • x86_64-linux
Screenshot 2023-08-20 at 12 15 29 AM

It built just fine locally, just to let you know.

Operating system: macOS 13.0 Ventura

Upgrade Ruby Version

Hi there,
Recently, I switched to a new machine and wanted to prepare my system for running this project. I found that ruby 2.7.2 was too old and no longer supported.
I think it's better to upgrade ruby version of the project to 3.x.x if possible.

Changing syntax highlighting

Hello there! I have just started using this theme and I have noticed that the base syntax highlighting is very lacklustre. The language which I use the most and which will be featured the most on the site, C#, has only 3 colours, and the comment colour and the actual code have the same colour, making it look horrible. I have already tried changing the syntax_highlighter option in _config.yml to coderay with no dice (I added the gem to Gemfile, the gem seems to work there is just no difference in syntax highlighting)

Thanks!

modify footer social links

how to modify social links in the website footer?

I can't find the file where the footer component is

Add auto reading time estimation

I think it would be great if the reading time calculated automatically. I've just added this for myself and if you agree, I can create PR for this.
I considered 265 WMP for myself rounded to ceiling. If you consider another reading speed, please let me know.
Thanks.

Unable to deploy on Netlify

I'm trying to deploy the site on Netlify, but it fails with an error related to npm.

This is the log of the failed deploy.

2:59:50 PM: Bundle complete! 7 Gemfile dependencies, 35 gems now installed.
2:59:50 PM: Bundled gems are installed into `/opt/build/cache/bundle`
2:59:50 PM: Gem bundle installed
2:59:51 PM: Started restoring cached go cache
2:59:51 PM: Finished restoring cached go cache
2:59:51 PM: Installing Go version 1.19.5 (requested 1.19.5)
2:59:55 PM: go version go1.19.5 linux/amd64
2:59:56 PM: Using PHP version 8.0
2:59:57 PM: v16.20.0 is already installed.
2:59:57 PM: Now using node v16.20.0 (npm v8.19.4)
2:59:57 PM: Enabling Node.js Corepack
2:59:57 PM: Started restoring cached build plugins
2:59:57 PM: Finished restoring cached build plugins
2:59:57 PM: Started restoring cached corepack dependencies
2:59:57 PM: Finished restoring cached corepack dependencies
2:59:57 PM: No npm workspaces detected
2:59:57 PM: Started restoring cached node modules
2:59:57 PM: Finished restoring cached node modules
2:59:58 PM: Installing npm packages using npm version 8.19.4
2:59:58 PM: npm ERR! must provide string spec
2:59:58 PM: npm ERR! A complete log of this run can be found in:
2:59:58 PM: npm ERR!     /opt/buildhome/.npm/_logs/2023-04-26T12_59_58_345Z-debug-0.log
2:59:58 PM: Error during npm install
2:59:58 PM: Build was terminated: dependency_installation script returned non-zero exit code: 1
2:59:58 PM: Failed during stage 'Install dependencies': dependency_installation script returned non-zero exit code: 1
2:59:58 PM: Failing build: Failed to install dependencies
2:59:58 PM: Finished processing build request in 2m49.344s

Everything works fine if I remove the packages.json file from the website folder.

deployment from action no longer working :(

description

Deployment from github action no longer working due to bot permissions

steps to reproduce

Was using your repo as a template quite recently but none of the pushes triggered a valid deployment (even on pure verbatim copy from your repo and on a fully public version of my repo)

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.