Skip to content

Commit c613cfb

Browse files
committed
Add About section
1 parent 7da4ee6 commit c613cfb

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ theme = "hugo-blog-awesome"
108108
name = 'Notes'
109109
url = 'https://dandylyons.github.io/notes'
110110
weight = 60
111+
[[Languages.en-gb.menu.main]]
112+
# pageRef="about"
113+
name = 'About'
114+
url = '/about/'
115+
weight = 70
116+
111117

112118
[Languages.en-gb.params]
113119
sitename = "Daniel Lyons"

content/en-gb/about.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/en-gb/about/index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
---
2-
title: About
3-
---
1+
# About Daniel Lyons
2+
3+
I'm a Swift developer crafting indie iOS apps and working in music publishing admin. As a Christian, I enjoy writing about technology, philosophy, and a variety of other subjects.
4+
5+
## Links
6+
- [My Projects](https://dandylyons.net/projects/)
7+
- [Developer Blog](https://dandylyons.net/posts/)
8+
- [My Essays](https://dandylyons.net/essays/)
9+
- [Random thoughts](https://dandylyons.net/thoughts/)
10+
- [My Notes](https://dandylyons.net/notes/)

0 commit comments

Comments
 (0)