kitian616 / jekyll-TeXt-theme

💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
https://kitian616.github.io/jekyll-TeXt-theme/
MIT License
3.12k stars 2.53k forks source link

Bug: [dev branch] A small typing error makes jekyll serve break down #440

Open Lost-MSth opened 1 year ago

Lost-MSth commented 1 year ago

Description

In dev branch, running bundle exec jekyll serve can get the error: Error: $end-at: 20 -1-1 is not a number.

How to solve it

In common\classes\_var.scss line 77, changing code to $end-at: $end-at + $start-at - 1; can solve this problem. Just add a space.