Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Moqume committed Aug 17, 2023
2 parents 031e5c6 + 1011ef9 commit 322d133
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 11 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
### Hugo ###
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

# Temporary lock file while building
/.hugo_build.lock

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
3 changes: 3 additions & 0 deletions assets/css/extended/custom-vars.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:root {
--footer-height: 110px;
}
2 changes: 1 addition & 1 deletion assets/css/extended/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
h1,
h2,
h3,
h4
h4,
h5,
h6 {
font-family: 'Yeseva One', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
Expand Down
18 changes: 9 additions & 9 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ params:
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowToc: true
ShowToc: true
hideFooter: true

profileMode:
enabled: true
title: "Hi there!πŸ‘‹"
subtitle: >
My real name is Mike Green, and I'm usually somewhere in or around London, UK.
enabled: true
title: "Hi there!πŸ‘‹"
subtitle: >
My real name is Mike Green, and I'm usually somewhere in or around London, UK.
My bio in short: I keep servers happy. I program too. Blunt and direct. Asks awkward questions. Formerly known as "Myatu".
imageUrl: "/assets/images/8b-moqume-300x300.webp"
imageTitle: "It's me, Moqume!"
My bio in short: I keep servers happy. I program too. Blunt and direct. Asks awkward questions.
imageUrl: "/assets/images/8b-moqume-300x300.webp"
imageTitle: "It's me, Moqume!"

socialIcons:
- name: github
Expand All @@ -47,4 +47,4 @@ params:
- name: medium
url: "https://medium.com/myatus"
- name: Rss
url: "index.xml"
url: "index.xml"
2 changes: 1 addition & 1 deletion themes/PaperMod

0 comments on commit 322d133

Please sign in to comment.