zola/docs
Songmin Li 4f7b960985
Fix can not build with indexing-zh (#1433)
* fix can not build zola with search/indexing-zh feature

* fix can not build components/utils after enabled indexing-zh feature

error[E0252]: the name `Deserialize` is defined multiple times
 --> components/utils/src/de.rs:2:5
  |
1 | use serde::{Deserialize, Deserializer};
  |             ----------- previous import of the macro `Deserialize` here
2 | use serde_derive::Deserialize;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^ `Deserialize` reimported here
  |
  = note: `Deserialize` must be defined only once in the macro namespace of this module
2021-04-19 10:33:12 +02:00
..
content Fix can not build with indexing-zh (#1433) 2021-04-19 10:33:12 +02:00
sass Make anchors always visible in docs 2020-09-01 22:24:33 +02:00
static Only shrink when resizing with fit (#803) 2019-09-24 16:54:14 -07:00
templates Copyright date always ending on current year (#1366) 2021-02-19 18:46:36 +01:00
config.toml Use zola 0.13 for docs 2021-02-02 20:57:37 +01:00