Merge branch 'master' into auto-darkmode-fix

This commit is contained in:
gurusabarish
2022-01-25 23:16:18 +05:30
6 changed files with 7 additions and 4 deletions
+2
View File
@@ -73,6 +73,8 @@ cd hugo-profile
- Fork this repo or create new repo using `use this template` button. Github action will generate all files and push to demo branch. Now, you have to connect your github pages to that `demo` branch. _No need to create demo branch. Github action will take care of it_
- You can customize the config file, content and everything inside website folder. Github action will automatically deploy your changes to demo branch every time you modify the repo.
- When using your own domain create a file in the static dir called `CNAME' and put your domain in it.
- If you clone the repo locally, you can veiw the local change with `hugo --gc --minify --themesDir . serve` from within the website dir.
## Deployment
+1 -1
View File
@@ -16,7 +16,7 @@
<div class="py-3 pl-2">
<a href="mailto:{{ .Site.Params.email }}?subject=Say hi!" target="_blank"
class="contact-btn btn text-muted">
Get In Touch
{{ .Site.Params.getintouch | default "Get in Touch" }}
</a>
</div>
{{ end }}
+2 -2
View File
@@ -3,11 +3,11 @@
<div class="text-right text-center h3">Get In Touch</div>
<div class="row justify-content-center px-md-5">
<div class="col-md-6 py-3">
<div class="text-center">{{ .Site.Params.contact_content }}</div>
<div class="text-center">{{ .Site.Params.contact_content | emojify | markdownify }}</div>
{{ if .Site.Params.email }}
<div class="text-center pt-3">
<a href="mailto:{{ .Site.Params.email }}?subject=Say hi!" class="contact-btn btn text-muted">
Get In Touch
{{ .Site.Params.getintouch | default "Get in Touch" }}
</a>
</div>
{{ end }}
+1 -1
View File
@@ -7,7 +7,7 @@
data-aos-once="true">
<div style="color: #{{ .Site.Params.namecolor }};" class="hi-text" data-aos="fade-up" data-aos-offset="50"
data-aos-delay="50" data-aos-once="true" data-aos-duration="900">
Hi there, I'm
{{ .Site.Params.hitext | default "Hi there, I'm" }}
</div>
<h1 class="text-primary name-text" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50"
data-aos-duration="900" data-aos-once="true">
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.