33base_url = " https://dev.chester.wykies.com"
44# Usable site directly from disk, Including Search: "/home/jieiku/.dev/abridge/public"
55# Also set index format = "elasticlunr_javascript", and in [extra] uglyurls = true, integrity = false
6- # If you use the npm/node script then all you have to do is set search_library = "offline" , and everything else is automatic.
6+ # If you use the npm/node script then all you have to do is set offline = true , and everything else is automatic.
77
88# The site title and description; used in feeds by default (and for SEO)
99title = " Chester Wyke"
@@ -270,11 +270,11 @@ seo = true # enable or disable seo-related meta tags: opengraph, facebook, twitt
270270
271271feed = true # this adds the RSS feed icon in the footer.
272272# mail = "name@example.com"
273- # mastodon = "https://mastodon.example.com/@username "
273+ # mastodon = "@your-user-name "
274274# element = "matrix.example.com"
275275# buymeacoffee = "your-user-name"
276276# kofi = "your-user-name"
277- # discord = "https://discord.com/invite/my-server " # https://discord.com/invite/my-server *or* https://discord.com/ servers/my-server-id
277+ # discord = "your-discord " # Everything after https://discord.com/ eg: invite/my-server *or* servers/my-server-id
278278# twitter = "your-user-name"
279279# facebook = "your-user-name"
280280linkedin = " cwyke"
@@ -287,13 +287,11 @@ github = "c-git"
287287# docker = "your-user-name"
288288# stack = "your-user-name"
289289# instagram = "your-user-name"
290- # pixelfed = "https://pixelfed.example.com/ " # Heaviest icon, off by default
290+ # pixelfed = "@your-user-name " # Heaviest icon, off by default
291291# pinterest = "your-user-name"
292292# twitch = "your-user-name"
293293# youtube = "channel/your-channel-id"
294- # peertube = "https://peertube.example.com/@username"
295294# researchgate = "your-profile-id"
296- # telegram = "your-user-name"
297295
298296# ##############################################################################
299297# ## Resource Files
@@ -400,6 +398,14 @@ favicon32 = "favicon-32x32.png" # favicon-32x32.png
400398# icon_last = "svgs svgh angrr" # Pagination Last Page.
401399# icon_top = "svgs svgh angu" # Back to Top Button.
402400
401+ icon_search = false
402+ icon_adjust = false
403+ icon_first = false
404+ icon_prev = false
405+ icon_next = false
406+ icon_last = false
407+ icon_top = false
408+
403409# icon_read = "svgs fa-solid fa-glasses" # displayed in metadata on index and below title on page.
404410# icon_date = "svgs fa-solid fa-calendar" # displayed in metadata on index and below title on page.
405411# icon_info = "svgs fa-solid fa-circle-info" # displayed in metadata on index and below title on page for categories/tags
0 commit comments