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
parentb93bcb9a8b1abdb6fea25e612cc55bd36cca90fc (diff)
Rename theme
-rw-r--r--README.md12
-rw-r--r--exampleSite/config.toml2
-rw-r--r--theme.toml6
3 files changed, 10 insertions, 10 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
```
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c341a04..5366e2e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
baseURL = "https://example.com/"
languageCode = "en-us"
title = "Example - CV"
-theme = "cv-almeida"
+theme = "almeida-cv"
[params]
colorPrimary = "#e3bfb8"
diff --git a/theme.toml b/theme.toml
index 946d563..0caa368 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,11 +1,11 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "CV Almeida"
+name = "Almeida CV"
license = "MIT"
-licenselink = "https://github.com/ineesalmeida/cv-almeida/master/LICENSE"
+licenselink = "https://github.com/ineesalmeida/almeida-cv/master/LICENSE"
description = "Theme to build a customizeable printable CV with minor web responsiveness."
-homepage = "https://github.com/ineesalmeida/cv-almeida/master"
+homepage = "https://github.com/ineesalmeida/almeida-cv/master"
tags = ["cv", "resume", "minimal", "simple"]
features = ["simple", "cv", "printable"]
min_version = "0.41.0"