Eternity is a minimalist Hugo theme designed for portfolio sites with a fresh feel.
This is demo site for Eternity theme. All images are taken from Unsplash.
Configurable features.
Multiple images support.
Clean, fresh, minimalist.
Integrated lazy load.
Automaticly creates resized thumbnails.
Shows exif if it exists.
Install Hugo.
Create a new site.
hugo new site yoursite
cd yoursite
Remove default config file.
rm config.toml
Submodule the theme.
git init
git submodule add --depth=1 https://github.com/boratanrikulu/eternity.git themes/eternity
Create config.yaml;
Apply (1) or (2).
cp -r ./themes/eternity/example/eternity.bora.sh/* .
cp ./themes/eternity/config.example.yaml ./config.yaml
Start the server.
hugo serve --port 1313
Go to localhost:1313.
To get last updates, just git pull.
cd themes/eternity && git pull && cd -
If you need to contact us for any reason; create an issue or send a mail to eternity@bora.sh.