This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
Releases: boratanrikulu/eternity
Releases · boratanrikulu/eternity
Version 1.5.0
A minor release for Eternity.
- 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
A minor release for Eternity.
- 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
A minor release for Eternity.
Version 1.2.0
A minor release for Eternity.
Version 1.1.0
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
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
-
Install Hugo.
-
Create a new site.
hugo new site yoursite
cd yoursite
-
Submodule the theme.
git submodule add --depth=1 https://github.com/boratanrikulu/eternity.git themes/eternity
-
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/* .
-
Start the server.
hugo serve --port 1313
-
Go to localhost:1313.