Skip to content

aerohub/hugo-luxury-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Luxury Theme

Just a blog theme for Hugo. Looking rich but without any cool modern features as everything luxurious is.

Screenshot

Hugo Luxury Theme screenshot

Features

  • Fully Responsive
  • HTML5 + CSS3
  • FontAwesome icons
  • Compatible with all modern browsers
  • Google Analytics
  • Disqus comments (if you need them)
  • i18n

Demo

You can see it in action on Hugo Themes site.

Contents

Installation

  • 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.

Test example 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.

Building the site

Just run

$ hugo

You'll find example site files in public folder in the root of Hugo project.

Configuring and building your own blog

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!

Contributing

Did you found a bug or got an idea? Feel free to use the issue tracker.

License

MIT

About

Just a blog theme for Hugo. Looking rich but without any cool modern features as everything luxurious is.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published