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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgurusabarish <gurusabarisha@gmail.com>2022-03-25 12:42:55 +0300
committergurusabarish <gurusabarisha@gmail.com>2022-03-25 12:42:55 +0300
commit6c015a7203ec6391915927be064a24a34c10f9bf (patch)
tree0f0b27902a5a95fd9c3605c5d201dbbd2e2db2f8
parent708d0a0022e83812af55dd5d80deed8873f82a43 (diff)
-rw-r--r--README.md2
-rw-r--r--docs/README.md96
-rw-r--r--docs/demos/blueVariant/gif.gifbin1000124 -> 0 bytes
-rw-r--r--docs/demos/blueVariant/screenshot.pngbin773355 -> 0 bytes
-rw-r--r--docs/demos/greenVariant/gif.gifbin932611 -> 0 bytes
-rw-r--r--docs/demos/greenVariant/screenshot.pngbin791956 -> 0 bytes
-rw-r--r--docs/demos/greyVariant/gif.gifbin1516593 -> 0 bytes
-rw-r--r--docs/demos/greyVariant/screenshot.pngbin784501 -> 0 bytes
-rw-r--r--docs/demos/navyVariant/gif.gifbin1073327 -> 0 bytes
-rw-r--r--docs/demos/navyVariant/screenshot.pngbin767251 -> 0 bytes
-rw-r--r--docs/demos/pinkVariant/gif.gifbin1161494 -> 0 bytes
-rw-r--r--docs/demos/pinkVariant/screenshot.pngbin756157 -> 0 bytes
-rw-r--r--docs/demos/redVariant/gif.gifbin1074155 -> 0 bytes
-rw-r--r--docs/demos/redVariant/screenshot.pngbin780706 -> 0 bytes
-rw-r--r--exampleSite/config.yaml1
-rw-r--r--images/screenshot.pngbin150976 -> 175806 bytes
-rw-r--r--images/tn.pngbin67460 -> 99357 bytes
-rw-r--r--images/v1-demo.pngbin195354 -> 0 bytes
-rw-r--r--images/v2-demo.pngbin91542 -> 0 bytes
-rw-r--r--images/v3-demo.pngbin508993 -> 0 bytes
20 files changed, 3 insertions, 96 deletions
diff --git a/README.md b/README.md
index 60d1dbb..9585751 100644
--- a/README.md
+++ b/README.md
@@ -78,4 +78,6 @@ Licensed under [MIT](LICENSE)
Give a ⭐️ or buy me a ~`coffee`~ tea if you like this project!
+[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q7BFFGU)
+
<a href="https://www.buymeacoffee.com/gurusabarish" target="_blank" rel="noopener"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="40" width="145" alt="Buy Me A Coffee"></a>
diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644
index b9e522b..0000000
--- a/docs/README.md
+++ /dev/null
@@ -1,96 +0,0 @@
-# Hugo Profile
-
-## Font
-You can customize the font size, font weight, line height, text align properties in `config.yaml`
-
-```yaml
-params:
- font:
- fontSize: 1.5rem # default: 1rem
- fontWeight: 500 # default: 400
- lineHeight: 1 # default: 1.5
- textAlign: right # default: left
-```
-
-### Font used
-- [Roboto (default)](https://fonts.google.com/specimen/Roboto)
-- [Alata](https://fonts.google.com/specimen/Alata)
-- [Lara](https://fonts.google.com/specimen/Lora)
-
-If you want to customize the font, edit these files [head.html]('./../../layouts/partials/head.html'), [font.css]('./../../static/css/font.css')
-
-## Color palette
-You can customize the color palette in `config.yaml`
-
-```yaml
-params:
- color:
- textColor:
- backgroundColor:
- primaryColor:
- secondaryColor:
-
- darkmode:
- textColor:
- backgroundColor:
- primaryColor:
- secondaryColor:
-```
-
-## Theme
-you can disable the toggle in `config.yaml`. It will be in auto by default.
-`note:` *customizing default theme will release further*
-
-```yaml
-params:
- theme:
- disableThemeToggle: false
-```
-
-## SEO and analytics
-It has Hugo's [`_internal/opengraph.html`](https://gohugo.io/templates/internal/#open-graph), [`_internal/twitter_cards.html`](https://gohugo.io/templates/internal/#twitter-cards) for SEO performance and [`_internal/google_analytics.html`](https://gohugo.io/templates/internal/#google-analytics) for analytics.
-
-## Navbar
-If you want to customize the menu, you can customize in `config.yaml`
-- alignment: It will align the menus. If you didn't specify by default it will be `ms-auto`. *Left: `ms-auto` | center: `mx-auto` | right: `me-auto`*.
-- brandLogo: If you want you different logo for brand, you can change by this property.
-- brandName: If you want you different name for brand, you can change by this property.
-
-```yaml
-params:
- navbar:
- align: mx-auto
- brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
- brandName: "Profile" # Brand name for the brand | default is the title variable
-```
-
-### Menus
-It follows Hugo's [menus](https://gohugo.io/content-management/menus)
-
-```yaml
-Menus:
- main:
- - identifier: blog
- name: Blog
- title: Blog posts
- url: /blog
- weight: 1
-
- #Dropdown menu
- - identifier: dropdown
- title: Example dropdown menu
- name: Dropdown
- weight: 2
- - identifier: dropdown1
- title: example dropdown 1
- name: example 1
- url: /#
- parent: dropdown
- weight: 1
- - identifier: dropdown2
- title: example dropdown 2
- name: example 2
- url: /#
- parent: dropdown
- weight: 2
-``` \ No newline at end of file
diff --git a/docs/demos/blueVariant/gif.gif b/docs/demos/blueVariant/gif.gif
deleted file mode 100644
index 665ec09..0000000
--- a/docs/demos/blueVariant/gif.gif
+++ /dev/null
Binary files differ
diff --git a/docs/demos/blueVariant/screenshot.png b/docs/demos/blueVariant/screenshot.png
deleted file mode 100644
index 032f6e0..0000000
--- a/docs/demos/blueVariant/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/docs/demos/greenVariant/gif.gif b/docs/demos/greenVariant/gif.gif
deleted file mode 100644
index 9e39186..0000000
--- a/docs/demos/greenVariant/gif.gif
+++ /dev/null
Binary files differ
diff --git a/docs/demos/greenVariant/screenshot.png b/docs/demos/greenVariant/screenshot.png
deleted file mode 100644
index 7b9bc95..0000000
--- a/docs/demos/greenVariant/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/docs/demos/greyVariant/gif.gif b/docs/demos/greyVariant/gif.gif
deleted file mode 100644
index 9d6913f..0000000
--- a/docs/demos/greyVariant/gif.gif
+++ /dev/null
Binary files differ
diff --git a/docs/demos/greyVariant/screenshot.png b/docs/demos/greyVariant/screenshot.png
deleted file mode 100644
index 0d287a7..0000000
--- a/docs/demos/greyVariant/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/docs/demos/navyVariant/gif.gif b/docs/demos/navyVariant/gif.gif
deleted file mode 100644
index 5b82182..0000000
--- a/docs/demos/navyVariant/gif.gif
+++ /dev/null
Binary files differ
diff --git a/docs/demos/navyVariant/screenshot.png b/docs/demos/navyVariant/screenshot.png
deleted file mode 100644
index cf79fe1..0000000
--- a/docs/demos/navyVariant/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/docs/demos/pinkVariant/gif.gif b/docs/demos/pinkVariant/gif.gif
deleted file mode 100644
index 7e4bdb8..0000000
--- a/docs/demos/pinkVariant/gif.gif
+++ /dev/null
Binary files differ
diff --git a/docs/demos/pinkVariant/screenshot.png b/docs/demos/pinkVariant/screenshot.png
deleted file mode 100644
index ba26e82..0000000
--- a/docs/demos/pinkVariant/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/docs/demos/redVariant/gif.gif b/docs/demos/redVariant/gif.gif
deleted file mode 100644
index eaab5a1..0000000
--- a/docs/demos/redVariant/gif.gif
+++ /dev/null
Binary files differ
diff --git a/docs/demos/redVariant/screenshot.png b/docs/demos/redVariant/screenshot.png
deleted file mode 100644
index de0dd17..0000000
--- a/docs/demos/redVariant/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 78e041e..e0494ab 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -5,6 +5,7 @@ theme: hugo-profile
Paginate: 3
disqusShortname: gurusabarish
+googleAnalytics: G-DWJJVE27WD
markup:
goldmark:
diff --git a/images/screenshot.png b/images/screenshot.png
index addab3d..5627b85 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index 0c3c83c..8f134b6 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ
diff --git a/images/v1-demo.png b/images/v1-demo.png
deleted file mode 100644
index a34ba0f..0000000
--- a/images/v1-demo.png
+++ /dev/null
Binary files differ
diff --git a/images/v2-demo.png b/images/v2-demo.png
deleted file mode 100644
index f8f59ca..0000000
--- a/images/v2-demo.png
+++ /dev/null
Binary files differ
diff --git a/images/v3-demo.png b/images/v3-demo.png
deleted file mode 100644
index 630c56c..0000000
--- a/images/v3-demo.png
+++ /dev/null
Binary files differ