This message, related to the development of the theme, only displays on the localhost homepage to notify you of any important theme changes.


Version 1.1.0 - May 18, 2020

With this version, the theme has fully implemented static search using lunr.js. That being said, a few modifications were necessary to implement this feature.

To utilize this, or future version of Hugo Future Imperfect Slim, please make the following changes:

  1. Add the following to your config.toml before [params]:
...
disableLanguages = [""]

[outputs]
    home = ["html", "json"]

[params]
...
  1. Remove the underscore from all about and contact page file names: _index.md --> index.md

  2. Add layout = "about" or layout = "contact" to all of the files you just just adjusted the file names for.

While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.

Hugo Future Imperfect Slim

邱圆辉

未来可期

manjaro安装总结

manjaro安装过程

邱圆辉

3 分钟

鼓捣了一天 manjaro 系统,在室友的大力帮助下终于把基本的环境、包都配置好了,在此按照系统安装之后的时间顺序稍做记录,以便后续翻阅备用。

邱圆辉

1 分钟

最近看到一篇文章:清华大学计算机专业本科这位在「自己写的 CPU 上运行自己写的操作系统」的同学是什么水平? - 知乎。看完后感受颇深:同龄人简历上写的项目经历,自己竟然连名字是什么意思都看不懂。还没来得及感慨贵系优秀同学与自己之间的巨大差距,今天又仔细阅读了几篇程序员大佬的编程经历回顾博客,真是感到“革命尚未成功,同志仍需努力”的任重道远之情啊!为了勉励自己继续奋力前行,在此记录一下自己这几天的阅读(围观神仙)感想。

最新文章

分类

关于

This theme was developed for Hugo static site generator.