From dc419c5194dc70862d842868152129e3314d45ea Mon Sep 17 00:00:00 2001 From: sunface Date: Mon, 28 Mar 2022 20:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=9B=E4=BD=9C=E6=84=9F?= =?UTF-8?q?=E6=82=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book.toml | 2 +- theme/{style.css => style2.css} | 7 ++++--- 一些创作感悟.md | 11 +++++++++++ 内容变更记录.md | 1 + 4 files changed, 17 insertions(+), 4 deletions(-) rename theme/{style.css => style2.css} (95%) create mode 100644 一些创作感悟.md diff --git a/book.toml b/book.toml index 932623b4..fbbeecbe 100644 --- a/book.toml +++ b/book.toml @@ -5,7 +5,7 @@ title = "Rust语言圣经(Rust Course)" src = "src" [output.html] -additional-css = ["theme/style.css"] +additional-css = ["theme/style2.css"] additional-js = ["assets/custom.js", "assets/bigPicture.js"] git-repository-url = "https://github.com/sunface/rust-course" edit-url-template = "https://github.com/sunface/rust-course/edit/main/{path}" diff --git a/theme/style.css b/theme/style2.css similarity index 95% rename from theme/style.css rename to theme/style2.css index 28549c08..5cd0587a 100644 --- a/theme/style.css +++ b/theme/style2.css @@ -82,13 +82,14 @@ table { /* 修改顶部图标大小 */ -#menu-bar { +/* #menu-bar { font-size: 17px; -} +} */ /* 修改 github 样式 */ .fa-github { font-weight: 550; } .fa-github:after{ - content: "喜欢就给个🌟吧"; + content: "繁星点点尽在你的指尖 🌟"; + margin-left: 4px; } \ No newline at end of file diff --git a/一些创作感悟.md b/一些创作感悟.md new file mode 100644 index 00000000..2a561e31 --- /dev/null +++ b/一些创作感悟.md @@ -0,0 +1,11 @@ +# 一些创作感悟 + +截至目前,Rust语言圣经已写了 170 余章,110 余万字,历经 800 多个小时,其中每一个章节都是手动写就,没有任何机翻和质量上的妥协( 相信深入阅读过的读者都能体会到这一点 ),经过不懈地付出和努力,我们收获了 0 元钱。 + +是的,这本书没有带来一分钱的收入,在用爱发电。事实上,已经有不少出版社联系我出版了,但我希望能保持自己的初心。Rust 要在国内真正发展起来,必须得有一群追逐梦想的人在做着不计付出的事情,而我希望自己能贡献一份微薄之力。 + +但是要说完全无欲无求,那也是不可能的,谁看到读者的认可不欢喜?谁听到他人的称赞不雀跃?而我,最想获取的就是你们用指尖绘制的星空,这里繁星点点,每一颗都在鼓励着怀揣着开源梦想的程序员披荆斩棘、不断前行,不夸张的说,没有你们,开源世界就没有星光,自然也就不会有今天的开源盛世。 + +因此,我恳请大家,如果觉得书还可以,就在你的指尖星空绘制一颗新的 🌟,指引我们继续砥砺前行。这个人世间,因善意而美好。 + +最后,能通过开源在茫茫人海中与大家相识,这感觉真好 :D diff --git a/内容变更记录.md b/内容变更记录.md index 8dc78adf..a4e6fb8f 100644 --- a/内容变更记录.md +++ b/内容变更记录.md @@ -5,6 +5,7 @@ - 新增章节:[双单向链表](https://course.rs/too-many-lists/advanced-lists/double-singly.html) - 优化样式:增加目录中的区域性标题、修改 github 图标和说明,通过 js 增加访问者统计 +- 新增创作感悟 ## 2022-03-27