diff --git a/_config.yml b/_config.yml index a4b4c79..25c29ae 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ footer_text: > keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty lang: en # the language of your site (for example: en, fr, cn, ru, etc.) -icon: 🛰️ # 🪪 #🐧 # the emoji used as the favicon (alternatively, provide image name in /assets/img/) +icon: 🎓 # 🧥 # 🚀 #🚲 # 🌐 #👤 # 🧑🏼‍💻 # 🧔 # 🛰️ # 🪪 #🐧 # the emoji used as the favicon (alternatively, provide image name in /assets/img/) url: https://guiotte.fr # the base hostname & protocol for your site baseurl: / # the subpath of your site, e.g. /blog/ diff --git a/assets/stylesheets/tango.css b/assets/stylesheets/tango.css index 473405f..2abe77f 100644 --- a/assets/stylesheets/tango.css +++ b/assets/stylesheets/tango.css @@ -69,3 +69,8 @@ code span.st { color: #4e9a06; } /* String */ code span.va { color: #000000; } /* Variable */ code span.vs { color: #4e9a06; } /* VerbatimString */ code span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */ + +/* Python perso */ +code span.im { color: #008000; font-weight: bold; } /* Import */ +code span.bu { color: #008000; } /* BuiltIn */ +code span.va { color: #204a87; } /* Variable */ diff --git a/assets/stylesheets/zenburn.css b/assets/stylesheets/zenburn.css index 96e3e1e..f2f9a32 100644 --- a/assets/stylesheets/zenburn.css +++ b/assets/stylesheets/zenburn.css @@ -71,3 +71,8 @@ code span.st { color: #cc9393; } /* String */ code span.va { } /* Variable */ code span.vs { color: #cc9393; } /* VerbatimString */ code span.wa { color: #7f9f7f; font-weight: bold; } /* Warning */ + +/* Python perso */ +code span.im { color: #39aa39; font-weight: bold; } /* Import */ +code span.bu { color: #39aa39; } /* BuiltIn */ +code span.va { color: #918fff; } /* Variable */