27 lines
819 B
Text
27 lines
819 B
Text
# in this file, spaces and tabs are acceptable between key and value
|
|
|
|
# Modify the homepage style
|
|
# title is the name that is shown in the tab in the browser
|
|
# the rest is pretty self explanatory
|
|
[style]
|
|
title Home
|
|
font monospace
|
|
font_color #e6e6fa
|
|
font_size 25
|
|
link_color #e6e6fa
|
|
link_hover_color #FF3F33
|
|
|
|
# each section should start with the word section then the name of the section
|
|
# do not exceed over 9 sections, idk what will happen lol but it probably will stop working
|
|
# the first letter is the keybind
|
|
# the second column is the displayed name on the homepage
|
|
# the third column is the link
|
|
[links]
|
|
section main
|
|
d domdit https://www.domdit.com
|
|
g google https://www.google.com
|
|
y youtube https://www.youtube.com
|
|
|
|
section games
|
|
n nethack https://www.nethack.org
|
|
b brogue https://sites.google.com/site/broguegame
|