Just a blog theme for Hugo. Looking rich but without any cool modern features as everything luxurious is.
- Fully Responsive
- HTML5 + CSS3
- FontAwesome icons
- Compatible with all modern browsers
- Google Analytics
- Disqus comments (if you need them)
- i18n
You can see it in action on Hugo Themes site.
- Installation
- Configuration
- Test example site
- Building the site
- Configuring and building your own blog
- Roadmap
- Contributing
- License
- Install Hugo and create a new site.
- Install Hugo Luxury Theme. Inside your new Hugo project run:
$ git clone https://github.com/aerohub/hugo-luxury-theme themes/hugo-luxury-theme
Then copy exampleSite folder content into the root folder of your new Hugo site.
In order to see example site in action, run Hugo's built-in local server.
$ hugo server -w
Now enter localhost:1313
in the address bar of your browser.
Just run
$ hugo
You'll find example site files in public
folder in the root of Hugo project.
To make your own blog open copied config.toml
in the root of your project and fill it with your data. Then write your posts according example ones or create new post running
$ hugo new posts/your-first-post-title.md
Then open it with your favorite text editor. It will be filled with default content. Change it!
Did you found a bug or got an idea? Feel free to use the issue tracker.