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:
authorTyler Lawson <tylerjlawson2@gmail.com>2020-10-15 06:24:00 +0300
committerGitHub <noreply@github.com>2020-10-15 06:24:00 +0300
commit3495ff7d4351510595820d08a7f3b01733197e75 (patch)
tree972164049b4d706f4a7079fa50c11055e5ab286f
parent3847ce6b7c73ce397d9fede0914466e789c79347 (diff)
Update 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.