Skip to content

Releases: famebot/xeo

v8.1.0

Choose a tag to compare

@rdela rdela released this 11 Jun 02:45
v8.1.0
8f05121

Changes

  • eleventeen.blog => eleventeen.netlify.app by @rdela in #44
  • allow providing an arbitrary file to favicon plugin input option by @rdela in #46
    • allow providing an arbitrary file to favicon plugin input option
      • Xeo uses Lume’s favicon plugin (https://lume.land/plugins/favicon/), and
        starting with Xeo version 8.1, Xeo allows you to control the favicon plugin’s
        input option to provide an alternate file other than the default,
        ./favicon.svg, which had been hardcoded up through version 8.0.1. Thanks to
        @pamubay on GitHub for raising this issue (#45) in Lume GitHub discussions
        (lumeland/lume#814). fixes #45
    • update docs for pull #46
    • remote theme docs updates: jsdelivr + nudd
      • add jsdelivr badge
      • import URLs: use jsdelivr instead of deno.land/x
      • mention Nudd for updating remote modules
    • move jsdelivr badge below copyright
    • update remote theme install docs to abide by no-external-import
    • make setting favicon + logo independently more obvious
      • add logo.svg and use for logo.svg option in /_data.yml
      • add logo.svg to files const in /mod.ts and
      • site.add logo.svg in /plugins.ts
      • update Lume version to 3.2.6 in remote theme examples

Full Changelog: v8.0.1...v8.1.0

v8.0.1

Choose a tag to compare

@rdela rdela released this 22 Jan 00:17
v8.0.1
4504f3c

Changes

  • v8 housekeeping by @rdela in #42
    4504f3c

    • shorten v7 notice
    • deno.json serve shorthands
    • rearrange css imports + ds overrides, unreleased @lumeland/ds 0.6
      see lumeland/ds#6
    • edit v7 notice more, update welcome + intro, add sites built w/
    • add migration steps, update desc + post # defaults
    • add domains to sites built

Stay tuned for initial image support for posts and pages #43

get images landed like on https://rdela.com
pick up where #42 leaves off

Full Changelog: v8.0.0...v8.0.1

v8.0.0

Choose a tag to compare

@rdela rdela released this 07 Jan 03:49
v8.0.0
b8c6d57

Migration steps

Version 8 introduces more customization options that need to be set when you upgrade.

  1. Set these new options in _data.yml to configure them:

    • home.posts (default: 3) - The number of recent posts shown on the home page.

    • archives.posts (default: 12) - The number of posts shown on archive pages.

    • archives.tag (default: 10) - The number of posts shown on tag pages.

    • archives.author (default: 10) - The number of posts shown on author pages.

    • archives.basename (default: archive) - The path/slug of the post archive. (The “Archive” title is set by i18n.nav.archive_title in _data/i18n.yml, which you can create a copy of in your Xeo site to add, customize, or override values. The search box label, i18n.nav.archive_search, is also set there.)

  2. Rename logo options in _data.yml

    • logo is now logo.svg (default is still: /favicon.svg)

    • logo_height is now logo.height (default is still: 48)

Changes

  • Merge pull request #41 from famebot/options

    Create archive title + # of posts on archive/collection pages options by @rdela in #41

    • closes #25

      Make Archive title + number of posts on archive/collection pages configurable

    • Respect the flow of the Lume shared _data variable current

    https://lume.land/docs/creating-pages/shared-data/#the-_data-directories

    • Clarify logo (file) svg and height

    • implement archives.basename and make existing templates use it

Full Changelog: v7.0.4...v8.0.0

v7.0.4

Choose a tag to compare

@rdela rdela released this 06 Jan 23:34
v7.0.4
c449335

Changes

  • Switch Nudd to jsDelivr, bump deps, lume 3.1.4 by @rdela in #40

Full Changelog: v7.0.3...v7.0.4

v7.0.3

Choose a tag to compare

@rdela rdela released this 06 Jan 23:32
v7.0.3
4213f29

Changes

  • reprefix markdown-plugins and add prefix for mdit/plugin-alert by @rdela in #39

Full Changelog: v7.0.2...v7.0.3

v7.0.2

Choose a tag to compare

@rdela rdela released this 06 Jan 23:32
v7.0.2
fba53a0

Changes

  • fix: rm lume/ from markdown-plugins prefix by @rdela in #38

Full Changelog: v7.0.1...v7.0.2

v7.0.1

Choose a tag to compare

@rdela rdela released this 31 Dec 20:31
v7.0.1
a3fad6d

Changes

  • prune deps, add tags + sort tag archive pages newest first #37

    a3fad6d Merge pull request #37 from famebot/prunedeps

    • prune deps
      • rm vestigial blog import
      • appease no-import-prefix
        • declared lume/markdown-plugins dependencies in deno.json
    • add tags to new extract date example posts + differences
    • sort tag archive pages newest first (date=desc)

Full Changelog: v7.0.0...v7.0.1

v7.0.0

Choose a tag to compare

@rdela rdela released this 31 Dec 20:24
v7.0.0
77b5a9e

Changes

  • v7 stand-alone complex - child no more by @rdela in #36

    77b5a9e Merge pull request #36 from famebot/split

    • Xeo has diverged substantially enough from Simple Blog that Óscar and Ricky agree it is time for Xeo to become a fully stand-alone Lume theme.

    • As of Xeo version 7.0, the successor to v6.3.8, Xeo no longer depends on Simple Blog as its parent theme. Because Xeo is no longer a child theme, using Xeo as a parent theme to make your own child theme just got easier. Another bonus of the split is that Simple Blog can now freely implement features that landed in Xeo first (like custom fonts and colors) without having to worry about compatibility issues with Xeo or downstream themes and sites that depend on Xeo.

    • Update deps, tasks, dates, posts & readme

    https://lume.land/theme/xeo/

Full Changelog: v6.3.8...v7.0.0

v6.3.8

Choose a tag to compare

@rdela rdela released this 28 Dec 01:22
v6.3.8
0b544c8

What's Changed

  • Move title preprocessor to plugins.ts so theme users get it by @rdela in #35

Full Changelog: v6.3.7...v6.3.8

v6.3.7

Choose a tag to compare

@rdela rdela released this 28 Dec 01:21
v6.3.7
68fa882

What's Changed

  • Include post-list.vto in mod.ts by @rdela in #34

Full Changelog: v6.3.6...v6.3.7