diff --git a/_config.yml b/_config.yml index 6775a2d..44a6ba4 100644 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,8 @@ logo: site-logo.png disqus_shortname: jrichardsz-github-io search: true #Change url to your domain. Leave localhost server or blank when working locally. -url: https://jrichardsz.github.io -#cdn: http://cdn.localhost:4000 +# url: https://jrichardsz.github.io +# cdn: http://cdn.localhost:4000 # Owner/author information owner: diff --git a/assets/css/main.min.css b/assets/css/main.min.css index c9609af..43f4aa9 100644 --- a/assets/css/main.min.css +++ b/assets/css/main.min.css @@ -2828,7 +2828,7 @@ span+.entry-title { .entry-title { max-width: 100%; font-size: 68px; - font-size: 4.25rem; + font-size: 3rem; } } @@ -2837,6 +2837,7 @@ span+.entry-title { padding-right: 20px; padding-left: 20px; margin: 0 auto 3em; + word-wrap: break-word; *zoom: 1; } diff --git a/build-deploy.bat b/build-deploy.bat deleted file mode 100644 index 84b5542..0000000 --- a/build-deploy.bat +++ /dev/null @@ -1,4 +0,0 @@ -cd -git commit -a -m "Add New Post" -git ftp push -u -p - ftp://cdn.address.com -git ftp push -u u443914890 -p - ftp://address.com \ No newline at end of file diff --git a/build-init.bat b/build-init.bat deleted file mode 100644 index 8fa1461..0000000 --- a/build-init.bat +++ /dev/null @@ -1,4 +0,0 @@ -cd -git commit -a -m "Repost Everything" -git ftp init -u -p - ftp://cdn.address.com -git ftp init -u -p - ftp://address.com \ No newline at end of file