diff --git a/LICENSE b/LICENSE index 147d594..27dcf05 100644 --- a/LICENSE +++ b/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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..64f5ddb --- /dev/null +++ b/README.md @@ -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