A fast static site generator in a single binary with everything built-in. https://www.getzola.org
80 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/content/documentation/content/page.md | 121 | # The section path will still be used. |
| LOW | docs/content/documentation/content/section.md | 61 | # Lower values have higher priority. |
| LOW | docs/content/documentation/content/section.md | 81 | |
| LOW | docs/content/documentation/content/section.md | 101 | # Useful for the same reason as `render` but when you don't want a 404 when |
| LOW | …content/documentation/getting-started/configuration.md | 81 | # this limit is not set (the default). |
| LOW | …content/documentation/getting-started/configuration.md | 141 | # For example, `...` into `…`, `"quote"` into `“curly”` etc |
| LOW | …content/documentation/getting-started/configuration.md | 161 | # will result in the following generated HTML: |
| LOW | …content/documentation/getting-started/configuration.md | 241 | # Whether to include the rendered content of the page/section in the index |
| LOW | …content/documentation/getting-started/configuration.md | 261 | |
| LOW | docs/content/documentation/templates/pages-sections.md | 81 | components: Array<String>; |
| LOW | docs/content/themes/linkita/index.md | 421 | menu_i18n = false |
| LOW | docs/content/themes/linkita/index.md | 441 | |
| LOW | docs/content/themes/linkita/index.md | 461 | |
| LOW | docs/content/themes/linkita/index.md | 541 | |
| LOW | docs/content/themes/linkita/index.md | 681 | # No default value. |
| LOW | docs/content/themes/coast/index.md | 121 | # When set to "true", the generated HTML files are minified. |
| LOW | docs/content/themes/coffee/index.md | 121 | # When set to "true", the generated HTML files are minified. |
| LOW | docs/sass/site.scss | 21 | //@import url("syntax-theme-dark.css") (prefers-color-scheme: dark); |
| LOW | components/config/src/config/markup.rs | 141 | /// CSS class to add to external links |
| LOW | components/markdown/src/markdown.rs | 41 | Regex::new(r#"<sup class="footnote-reference"( id=\s*.*?)?><a href=\s*.*?>\s*.*?</a></sup>"#) |
| LOW | components/markdown/src/markdown.rs | 321 | footnotes.sort_by_cached_key(|f| match f.first() { |
| LOW | components/markdown/src/markdown.rs | 341 | // |
| LOW | components/content/src/page.rs | 41 | pub ancestors: Vec<String>, |
| LOW | components/content/src/page.rs | 61 | /// as summary |
| LOW | components/content/src/section.rs | 41 | /// All direct pages of that section |
| LOW | components/content/src/types.rs | 1 | use serde::{Deserialize, Serialize}; |
| LOW | components/content/src/front_matter/page.rs | 21 | pub description: Option<String>, |
| LOW | components/content/src/front_matter/page.rs | 41 | pub draft: bool, |
| LOW | components/content/src/front_matter/page.rs | 61 | pub aliases: Vec<String>, |
| LOW | components/content/src/front_matter/section.rs | 21 | /// Whether to sort by "date", "order", "weight" or "none". Defaults to `none`. |
| LOW | components/content/src/front_matter/section.rs | 41 | pub paginate_path: String, |
| LOW | components/imageproc/tests/resize_image.rs | 421 | // "png.png", |
| LOW | components/imageproc/src/ops.rs | 1 | use errors::{Result, anyhow}; |
| LOW | components/site/benches/load.rs | 41 | //} |
| LOW | components/site/benches/load.rs | 61 | // let mut site = Site::new(&path, &config_file).unwrap(); |
| LOW | components/site/benches/load.rs | 81 | // path.push("benches"); |
| LOW | components/site/benches/load.rs | 121 | b.iter(|| site.load().unwrap()); |
| LOW | components/site/benches/load.rs | 141 | // let mut site = Site::new(&path, &config_file).unwrap(); |
| LOW | components/site/benches/load.rs | 161 | // path.push("benches"); |
| LOW | components/templates/src/global_fns/helpers.rs | 1 | use std::borrow::Cow; |
| LOW | components/templates/src/global_fns/load_data.rs | 461 | }) |
| LOW | components/templates/src/global_fns/load_data.rs | 541 | /// <item>1</item> |
| LOW | src/cmd/serve.rs | 1 | // Contains an embedded version of livereload-js 3.2.4 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/content/documentation/templates/feeds/index.md | 35 | name, for example `"John Doe"`. While according to the |
| LOW | docs/content/themes/zola-theme-hikari/index.md | 54 | author_bio = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex, pariatur!" |
| LOW | docs/content/themes/zola-theme-hikari/index.md | 54 | author_bio = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex, pariatur!" |
| LOW | docs/content/themes/minimal-dark/index.md | 78 | author = "John Doe" # author. Will be puth in page metadata |
| LOW | docs/content/themes/minimal-dark/index.md | 106 | "title":"Lorem Ipsum Event", |
| LOW | docs/content/themes/minimal-dark/index.md | 107 | "body":"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", |
| LOW | docs/content/themes/minimal-dark/index.md | 111 | "title":"Lorem Ipsum event 2", |
| LOW | docs/content/themes/minimal-dark/index.md | 112 | "body":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry |
| LOW | docs/content/themes/radion/index.md | 202 | authors = ["John Smith", "Joe Schmoe", "Jane Doe"] |
| LOW | docs/content/themes/BelResume/index.md | 129 | title = "John Doe" |
| LOW | docs/content/themes/docsascode-theme/index.md | 101 | authors = ["John Doe"] |
| LOW | docs/content/themes/pico/index.md | 85 | author = "John Doe" # author. Will be puth in page metadata |
| LOW | docs/content/themes/pico/index.md | 99 | "title":"Lorem Ipsum Event", |
| LOW | docs/content/themes/pico/index.md | 100 | "body":"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", |
| LOW | docs/content/themes/pico/index.md | 104 | "title":"Lorem Ipsum event 2", |
| LOW | docs/content/themes/pico/index.md | 105 | "body":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry |
| LOW | docs/content/themes/anatole-zola/index.md | 169 | author = "John Doe" |
| LOW | docs/content/themes/zolarwind/index.md | 302 | authors = ["Jane Doe"] |
| LOW | docs/content/themes/zolarwind/index.md | 322 | - **authors**: an optional array of all the post's authors, e.g. `["Jane Doe"]`. |
| LOW | docs/content/themes/zola-paper/index.md | 61 | title = "Lorem ipsum!" |
| LOW | docs/content/themes/zola-paper/index.md | 72 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, |
| LOW | docs/content/themes/zola-paper/index.md | 72 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, |
| LOW | docs/content/themes/particle/index.md | 54 | description = "A blog about lorem ipsum dolor sit amet" |
| LOW | docs/content/themes/particle/index.md | 54 | description = "A blog about lorem ipsum dolor sit amet" |
| LOW | docs/content/themes/particle/index.md | 57 | username = "Lorem Ipsum" |
| LOW | docs/content/themes/particle/index.md | 58 | user_description = "Anon Developer at Lorem Ipsum Dolor" |
| LOW | docs/content/themes/blow/index.md | 103 | name = "John Doe" |
| LOW | components/markdown/tests/markdown.rs | 321 | 1. Lorem ipsum dolor sit amet |
| LOW | components/markdown/tests/markdown.rs | 321 | 1. Lorem ipsum dolor sit amet |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | components/markdown/src/lib.rs | 23 | // Step 1: we render the MD shortcodes before rendering the markdown so they can get processed |
| LOW | components/markdown/src/lib.rs | 27 | // Step 2: we render the markdown and the HTML markdown at the same time |
| LOW | components/markdown/src/markdown.rs | 312 | // Step 2: retain only footnotes which was actually referenced |
| LOW | components/markdown/src/markdown.rs | 320 | // Step 3: Sort footnotes in the order of their appearance |
| LOW | components/markdown/src/markdown.rs | 328 | // Step 4: Add backreferences to footnotes |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | components/content/src/library.rs | 309 | // Don't forget to push the actual parent |
| LOW | components/site/tests/common.rs | 326 | // Don't forget to remove / because |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/cmd/serve.rs | 549 | // The first entry is ultimately to watch config.toml in a more robust manner on Linux when |