-
Hi,
either this theme does not support it, or gist's delivery method changed. However, the output of the `gist` shortcode looks incomplete and broken. For reference, see [here](https://blog.simonszu.…
-
Decided to move from Octopress (jekylll based) to pure jekyll. Since I use foundation 6 in rails thought I'd try this version.
Got everything up fairly fast except code highlighting. I has all t…
salex updated
7 years ago
-
Take this bit of example code:
``
html_press transforms this into:
``
This breaks the website rendering of this padding element, as a space is put in between the "2" and the "rem". This means I can'…
-
I have a template I am using from https://github.com/nhoizey/nicolas-hoizey.com/blob/master/_includes/webmentions/webmentions.html but none of my webmentions are showing.
I get an build error when…
-
I did `bundle install` which completed successfully and now when I do `rake generate` I get the following error:
```ruby
## Generating Site with Jekyll
unchanged sass/screen.scss
Configuration f…
-
Does this gem work with Jekyll 3 and the new incremental regeneration feature? I'm getting all my assets deleted (but not rebuilt) on every regeneration cycle (except the initial one). Is this a bug o…
-
As part of the CI build, the TestResult.xml should be turned into an HTML report, pushed as an artifact and pushed to gh-pages tag.
Check
- (http://blog.johnnyreilly.com/2015/01/deploying-aspnet-mvc…
-
As far as I can tell, there is no current way to generate articles with the URL style of:
```
http://www.example.com/blog/article-name/index.html
```
Currently, sblg generates:
```
http://ww…
brycv updated
6 years ago
-
For example the two snippets [here](https://github.com/sparklemotion/nokogiri.org-tutorials/blob/master/content/installing_nokogiri.md#troubleshooting-native-windows-compilation) should have been plai…
-
### 実現したいこと
Botから出力される数値を見やすくする為にカンマを入れる
### ゴール
3桁ごとにカンマが入る(小数点以下は入らない)
### 相談したいこと
一度文字列にして、カンマを挿入するつもりですが、小数点以下が入ってもカンマを挿入できる方法(例えばこんな感じ->1,234.456)があれば教えてください。