diff --git a/.gitignore b/.gitignore index 15ce475..d408bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/public/ \ No newline at end of file +/public/ +.hugo_build.lock \ No newline at end of file diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 8ce5e54..6bc0f0c 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -30,6 +30,10 @@ pageRef = "blog" weight = 30 +[[main]] + name = "Source Code" + url = "https://gitea.arsenm.dev/Arsen6331/site" + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above.