Website: eternity.bora.sh
demo.mp4
-
cankalay.com
A photographer website. -
www.twosmallbirds.art
An illustrator website. -
www.lucywingard.com
A ceramic artist website. -
emily5.com
A graphic designer website. -
tulanikiara.me
A cartoonist and illustrator website. -
jwst.rocks
Basic website contains WEBB images. -
davidbliss.art
A drawings website. -
tatjana-hodes.de
An artist website. -
cubrix.art
An artist website.
Feel free to add your site here.
Note: If you're an artist who wants to host a website but doesn't have know how to, I can help you about technical questions for free. Just send an email to eternity@bora.sh, I will assist you first.
-
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).- 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.
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.