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

github.com/spech66/flex-bp-hugo-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2021-02-09 20:04:02 +0300
committerSebastian Pech <windows@spech.de>2021-02-09 20:04:02 +0300
commit465ab9d69bcc170428da770616cf2e49abf1ad84 (patch)
tree48270f6e306ee6a3cea00ee0a3c66d62519d4a2f
parent1aad9a39b16d409876fd40836f3df98bb744851a (diff)
minify
-rw-r--r--README.md4
-rw-r--r--assets/css/main.css10
2 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3531e99..c18afe9 100644
--- a/README.md
+++ b/README.md
@@ -66,13 +66,15 @@ git pull
Go to the `exampleSite` folder from the theme `themes/flex-bp-hugo-cv/exampleSite` and run the following command.
```sh
-hugo server --themesDir ../..
+hugo server --themesDir ../.. --minify
```
## Configuration and theme specific settings
None yet. See `config.toml` in the `exampleSite` folder for best settings.
+Best run with `--minify` flag for hugo.
+
## Screenshots of cofigurations
![CV Theme](https://raw.githubusercontent.com/spech66/flex-bp-hugo-cv/main/images/tn.png)
diff --git a/assets/css/main.css b/assets/css/main.css
index d9fc0ae..84e55ea 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -2,7 +2,7 @@
* Reset
******************************************************************************/
-* {
+ * {
box-sizing: border-box;
padding: 0;
margin: 0;
@@ -284,3 +284,11 @@ body.dark-theme .fabs .btn {
display: none;
}
}
+
+/*******************************************************************************
+ * hugo minify
+ ******************************************************************************/
+
+.fa, .far, .fas {
+ margin-right: 8px;
+}