Skip to content

razzat008/meow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The What?

This is a Hugo template made to make a simple hugo webpage that is both minimalistic and easy to configure.

My website is built using this theme.

How to use?

Just like any other Hugo theme, you can clone it to your machine and use it right away.

Prerequisites

  • hugo
  • somewhat knowledge of markdown

Steps: To install

Create a hugo site

hugo new site mysite

Go into the directory

cd mysite

Initialize an empty git repository

git init

Add this theme into your website directory

git submodule add https://github.com/razzat008/meow themes/meow

Set the theme to meow in hugo.toml

echo "theme='meow'" >> hugo.toml

More

You can check out the example/ directory see list of available parameters for this site.

To add content refer to this official documentation from Hugo.

Use generate_icons.sh to generate favicons for your webpage.

To learn Hugo check these out:

Contributing

I want this template to be minimal as possible. So, if you have any awesome idea to make this theme better, feel free to open a PR.