docs: add README
This commit is contained in:
parent
72f4008687
commit
efbf16bac6
2
LICENSE
2
LICENSE
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue