Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

caylent/caylent-hugo-theme

Repository files navigation

Caylent-hugo-theme

This is a fork of minimage is a Hugo theme customized for/by Caylent.

Get the Theme

Inside the folder of your Hugo site run:

$ cd themes
$ git clone https://github.com/caylent/caylent-hugo-theme.git

For more information read the official setup guide of Hugo.

How to set up

Please refer here for the settings.

Preview your site locally

Use Hugo’s built-in server to see your site in action as you make changes.

$ hugo serve

Visit http://localhost:1313 in your browser.

Write your new blog posts

To create a new blog post, run:

$ hugo new post/your-post-name.md

Test the theme while adding changes

hugo server -s exampleSite --themesDir=../..

License

This theme is released under the MIT license