Coder Social home page Coder Social logo

davidebri / gesko Goto Github PK

View Code? Open in Web Editor NEW
196.0 3.0 73.0 2.68 MB

Gesko is a simple and minimalistic jekyll blogging theme.

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

License: MIT License

HTML 49.14% Ruby 0.48% SCSS 27.75% CSS 3.02% JavaScript 19.62%
github-page jekyll jekyll-theme blog minimal blog-theme theme

gesko's Introduction

Gesko

Simple and minimal Jekyll blog. Forked from Asko. Original theme from Sidey.

Features

  • Responsive Design
  • Dark/Ligh theme ๐ŸŒ—
  • Inline CSS
  • Anchor headings
  • Tags & Tag pages
  • 404 page
  • Robots.txt ๐Ÿค–
  • Atom & Json feeds ๐Ÿ“ก
  • Sass
  • About page, with Timeline! ๐Ÿ—ฃ๏ธ
  • PageSpeed and w3Validator tests PASSED โœ”๏ธ
  • Search bar ๐Ÿ”Ž
  • Next & Previous Post โฎ๏ธ โญ๏ธ
  • Automatic/Manual reading time estimation ๐Ÿ•
  • Disqus section (optional) โœ๏ธ

Screenshot

light-theme dark-theme

Installation

Be sure to have all you need before running anything.

Run local server:

$ git clone https://github.com/DavideBri/Gesko.git
$ cd Gesko
$ bundle install
$ bundle exec jekyll build
$ bundle exec jekyll serve

Navigate to localhost:4000. You're Welcome, Fork and be Stargazer. If you want to upload it to Github Pages, remember to update the _congif.yml and if you are going to upload in a repo called yournickname.github.io, remember to update the {{ site.baseurl }} to {{ site.url }} . Note that there is also a gtag in the _layouts/default.html, you should remove it.

To create new tag, create a folder in tag/ with the name of the new one. In this folder add an index.html file and just add this header:

---
layout: tag
tag: yourNewTag
---

Then build again and you're ready!!

Contributing

Yeaaa feel free to open a pull request.

If you see any typos or formatting errors in a post, or want to helping reduce backlogs or any other issue that needs to be addressed, please do not hesitate to open a pull request and fix it!, please read contributing before PR.

License

This project is open source and available under the MIT License.

gesko's People

Contributors

2carrot84 avatar aliifam avatar andreabusi avatar cypherpunksamurai avatar dario-loi avatar davidebri avatar dependabot[bot] 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

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

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.

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.

modify footer social links

how to modify social links in the website footer?

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

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!

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.

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.

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)

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.

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.