Rename theme

This commit is contained in:
Ines Almeida 2020-08-16 21:19:07 +01:00
parent b93bcb9a8b
commit 345ea4d109
3 changed files with 10 additions and 10 deletions

View file

@ -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
```

View file

@ -1,7 +1,7 @@
baseURL = "https://example.com/"
languageCode = "en-us"
title = "Example - CV"
theme = "cv-almeida"
theme = "almeida-cv"
[params]
colorPrimary = "#e3bfb8"

View file

@ -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"