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

github.com/tylerjlawson/simple-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f11e7a6..82becbd 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,12 @@ This theme is meant to create a web based, simple resume, that you can print.
![Screenshot](images/screenshot.png)
-# Features
+## Features
- Web based resume
- Printable
- Straightforward/simple design
-# Install theme on your hugo site
+## Install theme on your hugo site
```
hugo new site your-site-name # if you already have a site ignore this line and the next
cd your-site-name
@@ -24,5 +24,5 @@ Then you will need to replicate the data used in the `exampleSite/data/content.t
## Print your Resume
You can print the page straight to a pdf or to paper if you wish. I have had best luck printing with the margins set to 'minimum', but you can set custom margins when printing if it looks off to you.
-# Contributing
+## Contributing
Please feel free to post issues or make pull requests at any time. I am always open to collaboration.