-
https://github.com/jekyll/jekyll-sass-converter/blob/e58afb8d562ef7b0e441c872457356fdef81abab/lib/jekyll/converters/scss.rb#L165
Inside `Jekyll::Converters::Scss#convert`, the method `generate_source…
-
I'm working with Jekyll for GitHub Pages, which uses the Ruby gem for parsing YAML. This gem prefers this spacing in Arrays:
```yml
---
simple_val: Testing 1
object_val:
sub_object_val: Testi…
-
There is 2 issue i found.
1. i tried to not use `rubocop_config` and it doesn't pick up default rubocop config, although it exist in the root project directory
```
[ruby]
bears = RuboCopBear
file…
-
On GitHub Pages, Jekyll causes URLs containing `~` to 404. Related: [_The url contains '~' seems to be routed to 404_](https://github.com/orgs/community/discussions/23991)
Links to documentation of…
-
Pulling down the theme and building shows warning signs from various gems:
```
Regenerating: 1 file(s) changed at 2021-04-11 14:18:14 …
-
Total Score: 9.25/10 (Reviewed by Pranav Sarathy)
Create Performance Task PBL feature
Final committed program code showing algorithms written in JS/Python
Written responses to all the prompts in …
-
# Jekyll을 이용해 Github Pages에서 블로그 만들기 | Test Kase
GitHub에서는 GitHub Pages라는 서비스를 통해 사용자가 자유롭게 정적 페이지를 만들 수 있는 환경을 제공한다. 이것만으로도 블로그를 만드는 것은 가능하지만, 불편한 점이 많다.
[https://ts-kang.github.io/blog/2022/01/12/…
-
```
dependencies {
compileOnly 'com.google.auto.value:auto-value-annotations:1.6.6'
}
```
also code blocks can specify the language: https://kramdown.gettalong.org/syntax.html#fence…
-
Quoting the [Jekyll docs on front matter](http://jekyllrb.com/docs/frontmatter/):
> Similar to categories, one or multiple tags can be added to a post. Also like categories, tags can be specified as …
-
See here for more: http://jekyllrb.com/docs/datafiles/