Skip to content

Commit dcb488c

Browse files
committed
First commit
0 parents  commit dcb488c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# The URL the site will be built for
2+
base_url = "http://localhost"
3+
4+
# Whether to automatically compile all Sass files in the sass directory
5+
compile_sass = true
6+
7+
# Whether to do syntax highlighting
8+
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg
9+
highlight_code = true
10+
11+
# Whether to build a search index to be used later on by a JavaScript library
12+
build_search_index = true
13+
14+
[extra]
15+
# Put all your custom variables here

0 commit comments

Comments
 (0)