English Ver.
Eleglite is a Hugo theme crafted to bring back the simplicity and distraction-free style of the Web 1.0 era. Its design philosophy is minimal yet elegant, offering a clean and refined look for modern websites.
As my very first front-end project, Eleglite holds a special place in my heart. I drew significant inspiration from the design of Neverland, which greatly influenced the aesthetic and functionality of this theme.
For syntax highlighting, Eleglite employs the Tango scheme in light mode and the Nord scheme in dark mode. This thoughtful integration ensures a visually pleasing coding experience in both modes.
If you enjoy using Eleglite, I would greatly appreciate your support by giving it a star on GitHub. Your encouragement means a lot!
Note: Due to limitations in Hugo, you need to add the following configuration to your hugo.toml
file to enable syntax highlighting:
[markup]
[markup.highlight]
noClasses = false
中文版本
Eleglite 是一个 Hugo 主题,旨在重新找回 Web 1.0 时代的简约与无干扰风格。它的设计哲学是极简却优雅,为现代网站提供了一种干净而精致的外观。
作为我的第一个前端项目,Eleglite 对我来说意义非凡。我从 Neverland 的设计中汲取了大量灵感,其美学和功能设计对本主题影响深远。
在语法高亮方面,Eleglite 在浅色模式下使用了 Tango 配色方案,在深色模式下使用了 Nord 配色方案。这种精心的集成保证了两种模式下令人愉悦的代码显示效果。
如果你喜欢使用 Eleglite,非常欢迎到 GitHub 上给它点个星。你的支持对我来说意义重大!
注意: 由于 Hugo 的限制,你需要在 hugo.toml
文件中添加以下配置,以启用语法高亮:
[markup]
[markup.highlight]
noClasses = false