mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-22 11:21:31 +03:00
Add script for testing lots of files in content folder.
This commit is contained in:
parent
81df8b7094
commit
5b5b2b4cda
7
examples/simple/generate-content.sh
Executable file
7
examples/simple/generate-content.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd content
|
||||
for i in {1..1000}
|
||||
do
|
||||
echo -e "---\ntitle: Post Number\ntype: page\n---\n\n## Page $i\n\nWelcome to page $i" > "page-$i.md"
|
||||
done
|
Loading…
Reference in New Issue
Block a user