Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lasseborly/anybodyhome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Borly <lasseborly@gmail.com>2018-04-10 00:33:36 +0300
committerLasse Borly <lasseborly@gmail.com>2018-04-10 00:33:36 +0300
commit67e8e9a6199cc942a2db07b946748ea70b7b6d15 (patch)
tree694f60c352814ede40d579a6b9caa12342f0905b
parenta2d99e953c3fc869860e170ed9d08450c9389f97 (diff)
removed a bit of bloatfix/omit-readme
-rw-r--r--README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.md b/README.md
index 2df8974..719016c 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,6 @@
A simple theme for simple people with simple needs.
-The focus of the theme is to use as few dependencies as possible to keep the layout simple and bloat free.
-
## Features
* __Blog only__ - Only a list of the 10 most recent posts and added pagination. There is no other pages than the main page and the post page.
* [__Highlight.js__](https://highlightjs.org/) - For all of you code needs.
@@ -36,14 +34,3 @@ title = "Anybody Home?"
[params]
subtitle = "A Simple Theme"
```
-
-## Contributing
-
-1. Fork it
-2. Create your feature branch - `git checkout -b my-new-feature-or-fix`
-3. Commit your changes - `git commit -am 'Add some feature-or-fix'`
-4. Push to the branch - `git push origin my-new-feature-or-fix`
-5. Create new Pull Request
-
-## Extra
-Take a look at my [docker setup](https://github.com/lasseborly/hugo-development) for developing with Hugo. It's, again, very simple, straight forward and open for contributions.