Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Hugo で Pygments を使用すると、次のようなブロックで構文の強調表示を行うことができます。
```ruby def hello object puts "Hello, #{object}" end ```
これは、コードが色付けされているという点で「機能」しますが、色が良くなく、白い背景 (Hugo テーマから) に白いテキスト (Pygments から) が表示されます。ハイライトのテーマを変更する方法はありますか?