diff --git a/.gitmodules b/.gitmodules index 5154615..24a6615 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/ananke"] - path = themes/ananke - url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "themes/m10c"] + path = themes/m10c + url = https://github.com/vaga/hugo-theme-m10c.git diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..1ca9230 --- /dev/null +++ b/content/about.md @@ -0,0 +1,9 @@ ++++ +title = "About" ++++ + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent lacinia lorem quis sodales auctor. Donec bibendum odio leo, bibendum iaculis lectus dapibus sit amet. Etiam ut euismod lectus, vel finibus metus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer quis vestibulum justo. Duis scelerisque ullamcorper sem, eget congue lorem ultrices mattis. Nam ut mollis tellus, id facilisis turpis. Duis ac egestas mi, a mattis dolor. Curabitur vestibulum est nec tortor hendrerit, vehicula malesuada quam tempor. Duis ornare tortor dapibus, scelerisque est lacinia, aliquet mi. Vivamus convallis malesuada augue ac viverra. Sed molestie erat at sem dapibus porttitor. Vestibulum lacinia, enim id feugiat varius, felis erat sollicitudin nisl, sit amet semper nisi nunc in nisl. Sed dapibus ullamcorper nulla, et molestie lacus accumsan ac. + +Fusce auctor in justo nec porta. Aliquam vitae molestie libero. In scelerisque dolor ac est lacinia, at consectetur neque vulputate. Curabitur ornare lorem vitae euismod vestibulum. Sed non arcu nunc. Suspendisse potenti. Maecenas tristique, dui egestas mattis pulvinar, tortor ligula mollis libero, ac ullamcorper erat nibh in augue. Curabitur nunc diam, pretium at porta et, volutpat sit amet ligula. Proin urna lorem, luctus sit amet metus quis, tempus rutrum augue. Phasellus ut nunc dolor. + +Duis a porta mi, non viverra erat. Nam tincidunt lorem nec sollicitudin laoreet. Mauris faucibus vitae urna ac aliquet. Vivamus rutrum rhoncus tempor. Donec massa diam, molestie sit amet nulla eu, venenatis egestas urna. Vivamus hendrerit elit velit, ut volutpat diam condimentum vel. Etiam ultricies, nulla tincidunt rhoncus placerat, velit nisl gravida velit, mollis vestibulum risus mauris sed lectus. \ No newline at end of file diff --git a/content/posts/test1.md b/content/posts/test1.md new file mode 100644 index 0000000..082662b --- /dev/null +++ b/content/posts/test1.md @@ -0,0 +1,35 @@ ++++ +title = "Test 1" +tags = ["test"] +date = "1012-01-01" ++++ + +Test 1 +I am referencing a footnote[^1] + +```go {linenos=inline} +package main + +import "fmt" + +func main() { + fmt.Println("{linenos=inline}") +} +``` + +```go {linenos=table} +package main + +import "fmt" + +func main() { + fmt.Println("{linenos=table}") +} +``` + +``` +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in dictum tortor. +Morbi laoreet enim id sem euismod lobortis. Donec quam libero, bibendum non cursus vitae, dictum vel eros. +``` + +[^1]: I am the footnote \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..26a2536 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,50 @@ baseURL = 'https://example.org/' languageCode = 'en-us' -title = 'My New Hugo Site' -theme = 'ananke' +title = "Joppe Blondel" +theme = 'm10c' + +[pagination] + pagerSize = 8 + +[menu] + [[menu.main]] + identifier = "home" + name = "Home" + url = "/" + weight = 1 + [[menu.main]] + identifier = "tags" + name = "Tags" + url = "/tags/" + weight = 2 + [[menu.main]] + identifier = "about" + name = "About" + url = "/about/" + weight = 3 + +[params] + author = "Joppe Blondel" + description = "I am a passionate and determined engineer with love for new technologies and am not scared for a challenge. I really enjoy learning new things and keeping up with the current state of art while expanding my knowlegde about older techniques as well." + avatar = "images/profile.jpg" + menu_item_separator = " - " + + [[params.social]] + icon = "brand-github" + name = "Github" + url = "https://github.com/Jojojoppe" + [[params.social]] + icon = "brand-gitea" + name = "Gitea" + url = "https://git.joppeb.nl/joppe" + [[params.social]] + icon = "brand-mailboxdotorg" + name = "email" + url = "mailto:info@joppeb.nl" + +[params.style] + darkestColor = "#212121" + darkColor = "#212121" + lightColor = "#f5f5f5" + lightestColor = "#ffffff" + primaryColor = "#d35050" \ No newline at end of file diff --git a/static/images/profile.jpg b/static/images/profile.jpg new file mode 100644 index 0000000..eda87b8 Binary files /dev/null and b/static/images/profile.jpg differ diff --git a/themes/ananke b/themes/ananke deleted file mode 160000 index b6fae8a..0000000 --- a/themes/ananke +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b6fae8a40311ee22d23f1eed8fe5b12f1c93185f diff --git a/themes/m10c b/themes/m10c new file mode 160000 index 0000000..862c6e9 --- /dev/null +++ b/themes/m10c @@ -0,0 +1 @@ +Subproject commit 862c6e941be9bc46ce8adc6a2fa9e984ba647d6f