mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 05:15:28 +00:00
Merge pull request #1016 from erciccione/master
Add config file for Netlify
This commit is contained in:
commit
0d5a5860b1
1 changed files with 9 additions and 0 deletions
9
netlify.toml
Normal file
9
netlify.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[build]
|
||||||
|
publish = "_site/"
|
||||||
|
command = "jekyll build --trace --limit-posts 10 --baseurl ''"
|
||||||
|
|
||||||
|
[build.environment]
|
||||||
|
RUBY_VERSION = "2.6"
|
||||||
|
|
||||||
|
[build.processing]
|
||||||
|
skip_processing = true
|
Loading…
Reference in a new issue