move donate to footer and remove projects from navbar
This commit is contained in:
parent
6ce762fc24
commit
79061ef0bd
2 changed files with 16 additions and 18 deletions
27
config.toml
27
config.toml
|
@ -10,31 +10,21 @@ title = "Oscar Fu"
|
|||
url = "/about"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
name = "Projects"
|
||||
url = "/#projects"
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
url = "/posts"
|
||||
weight = 30
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
url = "/contact"
|
||||
weight = 40
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
name = "Links"
|
||||
url = "/links"
|
||||
weight = 50
|
||||
weight = 40
|
||||
|
||||
[[menu.main]]
|
||||
name = "Donate"
|
||||
url = "https://ko-fi.com/cathteam"
|
||||
weight = 60
|
||||
|
||||
[[menu.social]]
|
||||
name = "Discord"
|
||||
pre = "discord"
|
||||
|
@ -62,7 +52,10 @@ title = "Oscar Fu"
|
|||
|
||||
|
||||
[markup]
|
||||
[markup.goldmark.parser]
|
||||
wrapStandAloneImageWithinParagraph = false
|
||||
[markup.highlight]
|
||||
style = 'catppuccin-macchiato'
|
||||
[markup.goldmark.parser]
|
||||
wrapStandAloneImageWithinParagraph = false
|
||||
[markup.highlight]
|
||||
style = 'catppuccin-macchiato'
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
</main>
|
||||
<footer class="footer">
|
||||
<span class="footer-text">Licensed under GNU GPL v3. View the source code in <a href="https://github.com/night0721/night0721.github.io" rel="noopener noreferrer">Github</a></span>
|
||||
<span class="footer-text">Licensed under GNU GPL v3. View the source code in <a href="https://github.com/night0721/night0721.github.io" rel="noopener noreferrer">Github</a>.</span>
|
||||
<br>
|
||||
<br>
|
||||
<span class="footer-text">
|
||||
Built with Hugo. Support me by <a href="https://ko-fi.com/cathteam" rel="noopener noreferrer">donating</a>.
|
||||
</span>
|
||||
{{ partial "logos.html" . }}
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue