Add Nordic DFU article
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-14 14:21:40 -07:00
parent 12658a3bb1
commit 6a29c0b11e
4 changed files with 86 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
title = "Elara's Site"
#logo = "img/logo.jpg"
#description = "My awesome website"
copyright = "Copyright © Elara Musayelyan"
dateFormat = "January 2, 2006"
[languages.en.params]
languageCode = "en"
languageName = "English"
@@ -6,13 +13,6 @@
weight = 1
rtl = false
title = "Elara's Site"
#logo = "img/logo.jpg"
#description = "My awesome website"
copyright = "Copyright © Elara Musayelyan"
dateFormat = "January 2, 2006"
[author]
name = "Elara Musayelyan"
image = "img/nebula.jpg"

View File

@@ -25,6 +25,11 @@
pageRef = "projects"
weight = 30
[[main]]
name = "Articles"
pageRef = "articles"
weight = 40
[[main]]
name = "Source Code"
url = "https://gitea.elara.ws/Elara6331/site"