docs: add README

This commit is contained in:
SerKo 2022-05-09 18:57:15 +08:00
parent 72f4008687
commit efbf16bac6
2 changed files with 25 additions and 1 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2022 YOUR_NAME_HERE
Copyright (c) 2022 SerKo
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# Holy
A simple and clean Hugo theme.
## Features
- Homepage with list of posts.
- RWD design for optimized mobile layout.
- Syntax highlighting with customizable theme.
- Using [Master Styles](https://github.com/master-co/styles) with zero CSS files.
## Install
```
git submodule add https://github.com/serkodev/holy.git themes/holy
```
```
hugo server -t holy
```
## LICENSE
MIT