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.
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
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).- Use the example project (recommended).
Copy all files from the example project.cp -r ./themes/eternity/example/eternity.bora.sh/* .
- Use empty content.
Copy example config.cp ./themes/eternity/config.example.yaml ./config.yaml
- Use the example project (recommended).
Start the server.
hugo serve --port 1313
Go to localhost:1313.
Upgrade
To get last updates, just git pull.
cd themes/eternity && git pull && cd -
Usage of Posts
Usage of Config.yaml
Editing Style
Contact
If you need to contact us for any reason; create an issue or send a mail to [email protected].