diff --git a/build.sh b/build.sh index 015e97f..2356d8f 100755 --- a/build.sh +++ b/build.sh @@ -20,9 +20,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -touch ./index.html - -echo " +write_header(){ + echo "
@@ -32,15 +31,41 @@ echo " -Contributions here.
+This images are from random sites or contributions so I don't have a way to know who are their original artist.
+I want to keep this site as simple as possible, but if you are the creator of any of these images and you want acknowledgment I will happily add a section with your name. Just open an issue here.
+The same goes, if you want me to remove your art.
+ +" >> "$1" + +} + +touch ./index.html + +write_header ./index.html color=1 for subdir in ./wallpapers/* do - echo "Contributions here.
-This images are from random sites or contributions so I don't have a way to know who are their original artist.
-I want to keep this site as simple as possible, but if you are the creator of any of these images and you want acknowledgment I will happily add a section with your name. Just open an issue here.
-The same goes, if you want me to remove your art.
- -" >> "${subhtml}" + write_footer $subhtml break fi @@ -104,9 +113,4 @@ do fi done -echo "Contributions here.
-This images are from random sites or contributions so I don't have a way to know who are their original artist.
-I want to keep this site as simple as possible, but if you are the creator of any of these images and you want acknowledgment I will happily add a section with your name. Just open an issue here.
-The same goes, if you want me to remove your art.
-