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

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInes Almeida <ines.almeida@perspectum.com>2020-08-16 23:19:07 +0300
committerInes Almeida <ines.almeida@perspectum.com>2020-08-16 23:19:07 +0300
commit345ea4d109494e872a5dbafa77cf1b0b070f9bab (patch)
tree726cc835b27f2f84d266b2872c1bf1f051257963 /README.md
parentb93bcb9a8b1abdb6fea25e612cc55bd36cca90fc (diff)
Rename theme
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4ba3522..3066c42 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# cv-almeida
+# Almeida CV Theme
Theme to build a customizeable printable HTML/CSS CV.
![Screenshot](images/screenshot-full.png)
@@ -8,20 +8,20 @@ Theme to build a customizeable printable HTML/CSS CV.
- Printable as A4 PDF
# Download
-Clone the repo: `git clone https://github.com/ineesalmeida/cv-almeida`
+Clone the repo: `git clone https://github.com/ineesalmeida/almeida-cv`
# Installation
## Install Hugo
-To use cv-almeida theme you need to install Hugo by following https://gohugo.io/getting-started/installing/.
+To use almeida-cv theme you need to install Hugo by following https://gohugo.io/getting-started/installing/.
## Create your personal website and run
```
hugo new site <your website's name>
cd <your website's name>/themes/
```
-Clone the theme (`git clone https://github.com/ineesalmeida/cv-almeida`).
-Replace the "config.toml" file that in the project's root directory with `themes/cv-almeida/exampleSite/config.toml`.
-Replace the "content.yaml" file that in the project's root directory with `themes/cv-almeida/exampleSite/data/content.yaml`.
+Clone the theme (`git clone https://github.com/ineesalmeida/almeida-cv`).
+Replace the "config.toml" file that in the project's root directory with `themes/almeida-cv/exampleSite/config.toml`.
+Replace the "content.yaml" file that in the project's root directory with `themes/almeida-cv/exampleSite/data/content.yaml`.
```
hugo server -D
```