Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-02-03 08:12:39 +0300
committerWANG Chucheng <me@wangchucheng.com>2022-02-03 08:12:39 +0300
commit89c48bd92b34b165770069b01aa9e2511d0448ca (patch)
tree37a7633d768f79cc9ac0fff66253a505a8467354 /CONTRIBUTING.md
parent72c35bec01c80baf75bcaf61b363ffe337ee7f2d (diff)
refactor: reduce Font Awesome size with tree shaking
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..5cfc560
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,9 @@
+Thank you for investing your time in contributing to Eureka! This is a document that is still under construction and therefore does not cover all considerations during development.
+
+## CSS Resources
+
+Always remember to update the cached resources in `resources/_gen/` when you make changes to CSS.
+
+## Font Awesome
+
+Eureka reduce the size of Font Awesome with tree shaking. If your PR contains changes to Font Awesome icons, please make sure to update `layouts/partials/utils/get-fontawesome-icons.html` to include all related icons. \ No newline at end of file