./www/zola, Static website generator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.18.0, Package name: zola-0.18.0, Maintainer: pkgsrc-users

Zola is a static website generator in a single binary with
everything built-in.


Required to run:
[security/openssl]

Required to build:
[pkgtools/cwrappers] [lang/rust-bin]

Master sites:

Filesize: 27842.286 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-05 17:25:00 by nikita | Files touched by this commit (3) | Package updated
Log message:
zola: Update to version 0.18.0

Changelog:

v0.18.0
Changes:

    77c87f5 Set release date
    e2f5c49 Update deps
    8ba7374 fix: taxonomies missing lang in sitemap (#2373)
    f560b48 Remove dummy file
    74b06d7 Actually remove code blocks from search index [ #2065 ]
    8b18ca0 Update changelog and deps
    4e0f941 elasticlunr-rs 3.0.2, hu language support (#2151)
    1349947 ignore kate-swp files (#2353)
    23bd03f Add apple arm (#2324)
    b1f1e64 Update deps
    8fe219a Update grass to 0.13 (#2321)
    105257b Update changelog
    24304fa Clippy
    6b0585c Avoid unnecessary checking for already checked links (#2305)
    670b882 fix: suppress highlight language warnings if highlight_code is false \ 
(#2287) [ #2280 ]
    8b2b066 Add Checking and Force Flag for Directory in Serve Command (#2265)
    841b3df template:feeds: add extra block (#2263)
    4430515 Add ignored_static to config (#2209)
    35aab56 Update deps
    9aa5162 Update edition
    cf99b5a Update changelog
    208c506 Fix LFI in zola serve (#2258)
    2cd133b Fixes #2250; Error instead of panic when root directory or config \ 
file not present (#2262)
    1de1dd5 Add attributes to base_url link in atom template (#2261)
    a1ac816 Atom template authors (#2259)
    c18a0c8 always sort assets by filename (Windows/Linux difference) (#2236)
    2532198 Prevent spans crossing line boundaries in class-based code block \ 
formatter (#2237)
    22dc32a Add support for lazy loading images (#2211)
    0a9bfa1 Hard link serve panic fix (#2210)
    448a941 Fix typo in error message
    8e37025 Add search.index_format into the serialized config (#2165) (#2196)
    d72ebb1 Fix multi-lingual json index (#2197)
    63054a9 templates: add base URL for feed content (#2190)
    c61e925 Implement replace_re filter (#2163)
    c0dd38b Speedup "zola check" command by reusing the Client (#2171)
    201d674 print error message when no config file found (#2168) [ #2195 ]
    18fbbe5 Next version
    d4d0e4b Update syntax highlighting recc
    8276551 Update syntax-highlighting.md (#2366)
    c031cc5 Update documention for using zola + Cloudflare Pages per advice in \ 
cloudflare/pages-build-image#3 (comment) (#2364)
    2774d4d Update themes gallery (#2356)
    a7ffb3b Update themes gallery (#2349)
    7d5ce5c Document author (#2347)
    152eccc Change to updated version of checkout action (#2340)
    0b46736 Add multi-stage dockerfile build example (#2327)
    9097703 Update themes gallery (#2322)
    4f9158f docs: show that base_url should contain protocol (#2328)
    6a612ca Simple console error message dialog in zola serve webpages (#2312)
    a49af5f Update themes gallery (#2309)
    0a8b2b4 Fix the link to the author's site (#2313)
    fc98caf docs: added aws s3 deployment instructions page (#2299)
    7a6ed08 docs: added peterprototypes.com (#2302)
    97d74b7 docs: update gitlab page deployment (#2292)
    e5e1a2f docs: update links to new Tera docs URL (#2289)
    e6fe81c fix broken link to Tera (#2286)
    49b56c3 docs: Update installation.md to use --locked (#2284)
    9ae7d15 Update themes gallery (#2279)
    e727f43 Fix link to tera
    08c218d Add CNAME file
    4785ab2 Start using GH pages for docs site
    74056d1 fix: styling conflict for code tags in li elements (#2273)
    695c17d Add deployment tutorial for fly.io (#2252)
    f93bd90 docs(deploy-gh-pages): add workflow permissions (#2249)
    d0ffb90 Update themes gallery (#2244)
    a6bf876 Clarify public dir in directory structure doc page (#2238) (#2240)
    8dd1b30 added aadi.net.in (#2232)
    11ca366 update zola version (#2179)
    5f4b950 Update themes gallery (#2220)
    864740a docs: correct example use of Github GraphQL (#2230) [ #2229 ]
    d149afe Shortcode documentation update (#2227)
    0f819fc Using cargo install (#2218)
    e43b27e Documented CNAME file for custom domains (#2219)
    14f695e Clarifying documentation around themes. (#1541)
    252f3b3 remove libsass from build instructions (#2217)
    321c717 Add gburghoorn example to EXAMPLES.md (#2212)
    7b095e4 Complete output for get_taxonomy in the documentation (#2204)
    2b56bcb Update themes gallery (#2203)
    3e215e6 Fix typo in page.md (#2192)
    d3fec80 docs: update expired Documents documentation (#2185)
    0113a73 Update themes gallery (#2180)
    0f21270 Update deploy action to the latest version and make version \ 
consistant (#2173)
    d626ea1 Update docs
    8ae4c62 Update snap [ #2164 ]
    b5dc5d8 minor updates to overview docs (#2158)
    ef45bb7 Update documentation for multilingual use of taxonomies (#2157)
    4e81dfb Update Metainfo (#2148)
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-09-05 09:23:00 by Thomas Klausner | Files touched by this commit (1)
Log message:
zola: remove unused libsass dependency

SASS support was switched to a rust crate.

Bump PKGREVISION.
   2023-05-16 17:41:00 by nikita | Files touched by this commit (1)
Log message:
zola: use new cargo do-install
   2023-04-23 12:21:53 by Nikita | Files touched by this commit (3) | Package updated
Log message:
zola: update to version 0.17.2

Changelog (taken from https://github.com/getzola/zola/releases):

v0.17.2
Changes:

    7c6bdc1 Set release date
    c0732a2 Update changelog and disable clippy in CI for a bit
    d52a071 Implement Default for LanguageOptions (#2145) [ #2137 ]
    a4a85fe Fix cachebusting not working with binary files [ #2142 ]
    f0cd47f Fix tests
    f6d27cd Update changelog
    0ba2707 Use page.summary if available (#2141)
    3186d4b Update deps
    b7fec4d Remove dummy test
    deaaa16 Fix tests
    8611318 Update changelog
    f6c0d52 Revert "Allow external links to start with "www.*" \ 
(#2100)"
    dd65e99 Fix index errors (#2129)
    9613973 Fix a page missing from e2e test
    583a472 Next verison
    ce0a0bb Clarify some doc
    5df6b8b Clarify some doc
    66734b5 Update links to tmtheme editor [ #2114, #2061 ]
    ce57d37 fix: add "slug" where it was forgotten (#2132)
    1538a38 installing-and-using-themes.md: Change placeholder format for git \ 
repo URL (#2128)
    f2d6b2e installation.md: add Nix installation instructions (#2126)
    4f5d622 Bump zola version for docs
    f45c1b6 It was actually correct?
    47f54eb Update Metainfo (#2125)
    e39dbb3 Use default search engine output [ #2123 ]
    1a6c1a3 Fix docs [ #2117 ]

v0.17.1
Changes:

    e42283e Prepare for release
    5ad9f84 fix zola serve not respecting preserve_dotfiles_in_output (#2113)
    64feaeb Pass section.generate_feed
    c67655e Fix colocated assets in content directory [ #2101 ]
    5f90ad1 Fix typo in pages-sections.md (#2115)

v0.17.0
Changes:

    6f683ce get ready for release
    193d97d Update changelog & test-case
    902fd3a Allow external links to start with "www.*" (#2100)
    bc27c01 Remove println
    6b46149 cargo fmt
    0b31fc1 Add test for #1566
    05ab07b Downgrade mockito to not raise MSRV
    b4a8d3c Update changelog & mockito
    3e1f577 feat: External URL redirect (#2080)
    f4a1e99 Page and config authors (#2024) (#2092)
    b2f8a94 Try to disable uninlined format lint
    4cd80a3 Update toml lib [ #1313 ]
    bc9772b Bump Rust CI version
    9f490bf clippy
    8ba6c1c Procimage refactor (#2086) [ #2066, #1793 ]
    29cb3fc Removed faulty Windows-specific path check/conversion. Fixes #2076. \ 
(#2088)
    60d8425 Errors on empty taxonomies term [ #2085 ]
    f363ea1 Filter out temp files or with no extensions from colocated assets
    ee4cbb6 Handle pages named index.md in sections [ #2082 ]
    bb17100 Revert "Use reqwest rustls-tls"
    a56e424 Remove built-in shortcodes [ #1832 ]
    61570bb Use reqwest rustls-tls [ #1569 ]
    d828d52 Add plain text syntax alias to text [ #1633 ]
    d43b5e1 fmt + changelog + updates
    84d057f Reduced cachebust fingerprint to be more reasonable (#2074)
    0c5ffa8 Remove code blocks from search index [ #1176 ]
    1ae91f3 Update changelog
    5090c9e Use macro for LanguageOptions::merge
    2d44fe8 Merge default language data with section language data (#2039)
    4aaed16 Update base64
    c03dfc0 Update changelog
    c172575 Add upgrade guide for Sass
    7152d03 libsass -> grass is a breaking change
    608837c Clippy + 1.63
    e12b766 Fmt + change min version
    fcbb21a Replace libsass by grass [ #1535, #2022 ]
    c22ee67 Update some deps
    a7433a5 Expose markdown config property to templates (#2052)
    f2072fa Add details in the doc on CommonMark extension (#2034)
    ebdeda1 Small update to the docs for get_url (#2033) [ #2026 ]
    d0b8065 add preserve_dotfiles_in_output configuration option (#1985)
    3430d94 Fix needless_borrow warnings
    02b57b9 Add clippy to CI
    76ca540 markdown: Fix clippy warnings
    5311453 imageproc: Fix clippy warning
    e290616 content: Fix clippy warnings
    3ef719a templates: Fix clippy warning
    f877835 Site: fix clippy warnings
    0183ea5 Fix clippy::manual_retain
    faf00d1 Fix clippy::derive_partial_eq_without_eq
    405dda6 Cargo fmt (#2009)
    da5c4c4 Filter more than 1 footnote in summary (#2017)
    7000f78 Search json index (#1998)
    291c93e Do not overfilter HTML when removing footnotes (#2008)
    2aa067d Fix no-port-append default
    f7c67f4 Add new flag 'port_append' to give the ability to remove port from \ 
base url (#2003)
    a0f7dfe Fix current_url in taxonomy term (#2000)
    442d622 Fix test
    bedc6d7 Minify embedded css and js with additional lib flags (#1922)
    cce5684 Update changelog
    baa473c add get_hash function (#1962)
    f1b5c2e Use BufWriter in imageproc (#1996)
    9e0f400 Handle colocated links to assets [ #1993 ]
    95c56d4 Update deps
    88433b6 Add flag to override prompt for existing dir (#1986)
    4a6d13f Tera date-locale feature (#1978)
    aecbc10 Add sorting by slug (#1926)
    ee96105 Simplify taxonomy term struct
    5fb0867 Get term fn (#1964)
    7b562fc Add slugify.paths_keep_dates option. Update docs.
    74c090a Add completion subcommand (#1968)
    567f103 Imporved is_colocated_asset_links (#1972) [ #1969 ]
    6b6ad38 Metainfo: Add 0.16.1
    70e9a50 Next version
    715bd0d Update zola-deploy-action version on docs (#2098)
    f27ea8c Fix typo
    3e5c19f document installing via github actions (#2097)
    ae79a60 Document the render field on taxonomies (#2094)
    9ea33f0 Fix erroring suggestion in docs (#2087)
    3af1815 Best way to install Zola on Fedora now is COPR (#2070)
    d899f3b Update themes gallery (#2047)
    2b7875f docs: rebrand Layer0 to Edgio (#2068)
    1a3c6d7 Moved source uwe-arzt.de from github to codeberg (#2062)
    1353585 Fix typos (#2056)
    8bbf377 documentation: Add pkgsrc. (#1812)
    1dc7682 Update creating-a-theme.md (#2045)
    7a32105 add: more example websites (#2023)
    1e2da2f Update themes gallery (#2038)
    7ff5277 Fixed default_language typo (#2040)
    6f29740 Update Shortcodes doc to add details on Macros for templates (#2035)
    4eb3ec8 Update themes gallery (#2014)
    c978602 update version of zola-deploy-action (#2012)
    53cf920 Quotation mark bug fix (#2005)
    eba1913 Update themes gallery (#1999)
    ad6c834 docs: github action version updates (#1977)
    7f4060b Update themes gallery (#1971)
   2022-10-04 12:53:05 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
zola: update to 0.16.1.

With help from pin@

0.16.1

    195b6bd Fix outdated release windows image
    53ce6db Update MSRV
    3d45cff Last cargo update
    b9501de Strip binary artifact when building for release (#1949)
    584de3a Remove logging
    3fde41b The Glob library does not work correctly on windows. This changes \ 
the approach to use the normal WalkDir crate, and the Globset crate instead to \ 
find the filter. This new code correctly compiles sass files across platforms \ 
now. (#1950)
    2a445fa Update deps
    f61e1ba parse also *.yml file suffix as YAML; closes #1958 (#1959)
    abafe66 Fix overriding built-in shortcodes [ #1947 ]
    fd56524 Next version will be 0.16.1

0.16.0

Changes:

    c599f21 Set changelog date
    39bfbcd Merge pull request #1741 from getzola/next
    e62164e Update deps
    3fa8552 Ensure homepages get their translations filled
    39cf436 Update changelog
    0d4c2e8 Fix some bugs + cargo fmt
    bf7dbfe Update pinned rustc version
    342569a Update deps
    7208b86 Insert anchor as full heading (#1916)
    065e8e6 Apply orientation transformation based on EXIF data (#1912)
   2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670)
Log message:
*: bump PKGREVISION for flac shlib bump
   2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999)
Log message:
Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.