Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Releases: boratanrikulu/eternity

Version 1.5.0

18 Mar 14:41
Compare
Choose a tag to compare

A minor release for Eternity.

1.4.0...1.5.0

  • New MoveIt feature to be able have more clear slides.
  • Always resize images. (you can disable it)
  • rel_me feature for Mastodon.
  • disableWelcomePageBackground feature.
  • Fix brightness value in exif.
  • Fix hard-coded logo value.

Version 1.4.0

04 Nov 18:53
Compare
Choose a tag to compare

A minor release for Eternity.

1.3.0...1.4.0

  • Feature: Change navigator style.
  • Feature: Hide arrow.
  • Feature: Add tags page.
  • Fix: Rotate issue for 'Orientation: Top-Right' images.
  • Fix: Subpath usage issue.
  • Feature: FeaturedTags, landing page.
  • Feature: Add Plausible support.
  • Fix: Change date format to :date_long.
  • Fix: Different titles for special pages.
  • Fix: Single post issue for mobile.

Version 1.3.0

12 Oct 09:09
Compare
Choose a tag to compare

Version 1.2.0

23 Sep 21:58
Compare
Choose a tag to compare

Version 1.1.0

04 Sep 18:44
Compare
Choose a tag to compare

A minor release for Eternity.

  • Documentation improvements.
  • A new setting is added to be able to change width value of post pages. Check "Editing default width value" page for details.

Version 1.0.0

30 Jul 11:12
Compare
Choose a tag to compare

First release of Eternity theme

Demo website: eternity.bora.sh

Eternity is a minimalist Hugo theme designed for portfolio sites with a fresh feel.

Features

  • Configurable features.

  • Multiple images support.

  • Clean, fresh, minimalist.

  • Integrated lazy load.

  • Automaticly creates resized thumbnails.

  • Shows exif if it exists.

Installation

  1. Install Hugo.

  2. Create a new site.

    hugo new site yoursite
    cd yoursite
  3. Submodule the theme.

    git submodule add --depth=1 https://github.com/boratanrikulu/eternity.git themes/eternity
  4. Check example/eternity.bora.sh for example contents and set your config.yaml.
    Note: You may just copy example site for testing;

    cp -r ./themes/eternity/example/eternity.bora.sh/* .
  5. Start the server.

    hugo serve --port 1313
  6. Go to localhost:1313.