Migrate CSS files to SASS to prepare for dark mode

This commit is contained in:
Philipp Oppermann
2021-10-16 16:23:23 +02:00
parent a8a111c6ee
commit b16c0c861f
5 changed files with 877 additions and 883 deletions

View File

@@ -6,6 +6,7 @@ highlight_code = true
highlight_theme = "visual-studio-dark"
generate_feed = true
feed_filename = "rss.xml"
compile_sass = true
languages = [
{ code = "zh-CN" }, # Chinese (simplified)
@@ -112,4 +113,4 @@ not_translated = "(Этот пост еще не переведен.)"
translated_content = "Переведенное содержание:"
translated_content_notice = "Это перевод сообщества поста <strong><a href=\"_original.permalink_\">_original.title_</a></strong>. Он может быть неполным, устаревшим или содержать ошибки. Пожалуйста, сообщайте о любых проблемах!"
translated_by = "Перевод сделан"
word_separator = "и"
word_separator = "и"