diff --git a/.DS_Store b/.DS_Store index 87729e4..cd4f5cd 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/_output/index.html b/_output/index.html index 7230059..d043129 100644 --- a/_output/index.html +++ b/_output/index.html @@ -32,8 +32,8 @@ - - Instgaram + + Instagram @@ -47,7 +47,7 @@ - + @@ -70,10 +70,11 @@ diff --git a/_output/scripts.js b/_output/scripts.js new file mode 100644 index 0000000..e69de29 diff --git a/_output/styles.css b/_output/styles.css index 6a23e74..006f77f 100644 --- a/_output/styles.css +++ b/_output/styles.css @@ -16,6 +16,7 @@ body { min-height: 100vh; cursor: default; text-align: center; + padding: 20px 0 20px 0; } a { diff --git a/scaffold.rb b/scaffold.rb index e62c3af..e4586c7 100644 --- a/scaffold.rb +++ b/scaffold.rb @@ -22,7 +22,6 @@ if Dir.exist?(destination_dir) if File.file?(file_path) FileUtils.rm(file_path) - puts "Deleted: #{file_path}" end end else diff --git a/themes/default/scripts.js b/themes/default/scripts.js new file mode 100644 index 0000000..e69de29 diff --git a/themes/default/styles.css b/themes/default/styles.css index 6a23e74..006f77f 100644 --- a/themes/default/styles.css +++ b/themes/default/styles.css @@ -16,6 +16,7 @@ body { min-height: 100vh; cursor: default; text-align: center; + padding: 20px 0 20px 0; } a {