Skip to content

channprj/hugo-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton for Hugo

This is Hugo theme for developers. Use it to make your own theme.

Installation

# This will add repository as a submodule to your site’s repository.
$ git submodule add https://github.com/channprj/hugo-skeleton themes/skeleton

# Now, you will have to pull the theme.
$ git submodule init
$ git submodule update

# That’s all, Skeleton is ready to be used. Happy Coding!

Configuration

Work in Progress... Sample config.toml will be uploaded.

Open config.toml in the base of the Hugo site and ensure the theme option is set to skeleton.

...
theme = "skeleton"
...

Skeleton uses TOML as default, but you can also use YAML or JSON. If you need more information, Configuration Guide would be helpful.

For more information, Read the official Setup Guide of Hugo.

Contributing

Have you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

License

This theme is released under the MIT.

About

💀 Skeleton for Hugo Theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published