Skip to content

Commit

Permalink
some style changes after feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Jul 8, 2024
1 parent e9c63ad commit 80228ec
Show file tree
Hide file tree
Showing 8 changed files with 170 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ public
terraform.tfstate*
.terraform
.terraform*
resources
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ This repo generates and deploys [Micro-Nova's engineering blog](https://blog.mic
1. If you have not already, install `hugo` (might be `sudo apt install hugo`.)
1. Create the post using `hugo new post/$TITLE.md`
1. Modify the file in `content/post/$TITLE.md`.
1. Check out your content using `hugo server`; does everything look correct?
1. Create a PR & merge it.
5 changes: 3 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ copyright = "Micro-Nova"
[params]
# These params relate largely to the theme. See the theme readme for details.
author = "admin"
logo = "/micronova_square_logo.png"
logo = "/micronova_logo_white.png"
logoRightOfTitle = true
faviconIco = "/favicon.png"
favicon = "/favicon.png"
appletouch = "/micronova_square_logo.png"
icon512 = "/micronova_square_logo.png"
showRss = false

# The below is used by the theme. Please see the theme readme for details.
[menu]
Expand All @@ -35,7 +36,7 @@ copyright = "Micro-Nova"
name = "AmpliPro"
url = "https://www.amplipro.com"
weight = 20
[[menu.icons]]
[[menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/micro-nova"
Expand Down

This file was deleted.

This file was deleted.

Binary file added static/micronova_logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 80228ec

Please sign in to comment.