Skip to content

Commit

Permalink
Add gomod and small design updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bu4ak committed Mar 25, 2023
1 parent 8f3859c commit ab8080b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea
public
resources
.hugo_build.lock
build
5 changes: 2 additions & 3 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
a:hover {
color: pink !important;
color: #70b2f8 !important;
}

.avatar img {
width: 100% !important;
height: 100% !important;
width: 350px !important;
border-radius: 50%;
transition: 0.5s;
}
Expand Down
Binary file modified assets/images/ava.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 11 additions & 6 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ pygmentscodefencesguesssyntax = true

[params]
author = "Igor Buchakov"
info = "Backend developer (PHP)"
info = "Backend developer (PHP/GO)"
description = "Igor's personal website"
keywords = "developer,personal"
avatarurl = "images/ava.jpg"
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
#customCSS = ["css/custom.css"]
customCSS = ["css/custom.css"]

# Social links
[[params.social]]
Expand All @@ -29,7 +29,7 @@ hidecolorschemetoggle = false
name = "Linkedin"
icon = "fa fa-linkedin fa-2x"
weight = 5
url = "https://www.linkedin.com/in/igor-buchakov-2a322119a"
url = "https://www.linkedin.com/in/igor-b-2a322119a"
[[params.social]]
name = "Instagram"
icon = "fa fa-instagram fa-2x"
Expand All @@ -47,7 +47,12 @@ hidecolorschemetoggle = false
url = "https://t.me/igorbu4"
[[params.social]]
name = "CV"
icon = "fa fa-file fa-2x"
icon = "fa fa-id-card fa-2x"
weight = 0
title= "asdasd"
url = "https://hh.ru/applicant/resumes/view?resume=40cb3c77ff032bb0060039ed1f416b4f4f4572"
title= "resume"
url = "https://hh.ru/applicant/resumes/view?resume=40cb3c77ff032bb0060039ed1f416b4f4f4572"

[module]
[[module.imports]]
path = "github.com/luizdepra/hugo-coder"

5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/bu4ak/bu4ak.github.io

go 1.18

require github.com/luizdepra/hugo-coder v0.0.0-20230322121603-a198b8eb15c0 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/luizdepra/hugo-coder v0.0.0-20230322121603-a198b8eb15c0 h1:zXvQBtc2i7Tr1Dyt6NKAwCLSS7mOCPnr53xoAjdAiwg=
github.com/luizdepra/hugo-coder v0.0.0-20230322121603-a198b8eb15c0/go.mod h1:9EQBf2rU+NPjlohGuKcEgdqSeOc3tIQoOty4xPpuUQ4=

0 comments on commit ab8080b

Please sign in to comment.