summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--LICENSE2
-rw-r--r--README.md2
-rw-r--r--_config.yml101
-rw-r--r--_site_build/about/index.html11
-rwxr-xr-x_site_build/apple-touch-icon-114x114.pngbin0 -> 28273 bytes
-rwxr-xr-x_site_build/apple-touch-icon-57x57.pngbin0 -> 10048 bytes
-rwxr-xr-x_site_build/apple-touch-icon-72x72.pngbin0 -> 13902 bytes
-rwxr-xr-x_site_build/apple-touch-icon.pngbin0 -> 10048 bytes
-rwxr-xr-x_site_build/favicon.icobin0 -> 894 bytes
10 files changed, 114 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index f6b364b..59c2305 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
public
_site_build/_posts
-_config.yml
*.swp
*~
.DS_Store
+_deploy.yml
diff --git a/LICENSE b/LICENSE
index a4a25a1..7269a18 100644
--- a/LICENSE
+++ b/LICENSE
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE. \ No newline at end of file
+SOFTWARE.
diff --git a/README.md b/README.md
index 55ddcc5..d249be8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# JEKYLL-BLOG
+# DAVIDTSADLER.COM
## License
MIT License
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..645d0cc
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,101 @@
+# ***************************
+# SITE
+# ***************************
+
+# Set to true when building the site for production.
+# Some parts of the site are only built in production mode. E.g. Google analytics code.
+production: true
+
+# Full url for the site minus the ending forward slash.
+url: http://davidtsadler.com
+
+# Appears in the <title> and <header> elements within the site.
+title: davidtsadler.com
+
+# Optional. Appears in the site's main <header> element.
+subtitle: My little bit of the Internet
+
+# Used in various places where the author of the site needs to appear.
+# For example, the copyright notice.
+# Also appears in the RSS feed.
+author: David T. Sadler
+
+# Used in the meta description tag of the site and the description element of the RSS feed.
+description: The personal web site of David T. Sadler with articles and tutorials on web development and other programming.
+
+# Optional information that appears in the 'Contact' sidebar.
+# Mainly used to generate URLs to various social sites.
+
+# email address of the site author. Also appears in the RSS feed if specified.
+#email:
+
+# Twitter name minus the @ character.
+twitter: davidtsadler
+
+# Git hub name.
+github: davidtsadler
+
+# Facebook username
+#facebook
+
+# Controls the number of recent posts shown on the main index page and in the RSS feed.
+max_recent_posts: 10
+
+# Used in the footer of the site and RSS feed.
+copyright_year: 2012
+
+# Optional Google analytics.
+google_ua: UA-30821012-1
+
+# Optional Feedburner ID.
+feedburner: davidtsadlercom
+
+# Optional Disqus integration.
+disqus_shortname: dtscom
+
+# Social buttons will be enabled for posts.
+# Each post can control what buttons they want through their meta tags.
+social_buttons: true
+
+# ***************************
+# JEKYLL
+# ***************************
+
+# Markdown engine that will be used.
+markdown: rdiscount
+
+# Directory where Jekyll will look to transform files.
+source: _site_build
+
+# Directory where Jekyll will save transformed files.
+destination: public
+
+# Format that Jekyll will use when generating URLs to posts.
+permalink: /archives/:year/:month/:day/:title/
+
+pygments: true
+
+# ***************************
+# PLUGINS
+# ***************************
+
+# Directory where plugins are located.
+plugins: _site_build/_plugins
+
+# Set to true to have Jekyll generate category pages for posts.
+generate_category_indexes: true
+
+# The directory where categories will be served from. Defaults to categories
+#category_dir:
+
+# String prefixed to the title of the category page. Defaults to Category:
+#category_title_prefix:
+
+# String prefixed to the meta description of the category page. Defaults to Category:
+#category_meta_description_prefix:
+
+# ***************************
+# RAKE TASKS
+# ***************************
+# The number of test posts that will be generated by the task test_posts:create
+num_test_posts: 50
diff --git a/_site_build/about/index.html b/_site_build/about/index.html
index 91a6aee..7b5656b 100644
--- a/_site_build/about/index.html
+++ b/_site_build/about/index.html
@@ -3,5 +3,14 @@ layout: default
title: About
---
<section id="about">
- <h1>About</h1>
+ <h1>About this site and me.</h1>
+ <h2>So who am I?</h2>
+ <p>My name is David T. Sadler and this is my website.</p>
+ <p>I have been programming in one language or another ever since being given an <a href="http://en.wikipedia.org/wiki/Acorn_Electron" rel="external nofollow" target="_blank" title="Link to Wikipedia entry on the Acorn Electron">Acorn Electron</a> as my first computer, and over the years I had mainly been developing in C++ before moving into web development.</p>
+ <h2>Oh god, not another blog?</h2>
+ <p>Yes I'm afraid so. It's always been in the back of my mind to produce a blog site as a way of developing new skills by writing about programming.</p>
+ <h2>Disclaimer</h2>
+ <p>I'm going to be honest and say that I hope this site generates enough traffic so that it can pay for itself. Whether it does remains to be seen though, but I won't know unless I try.</p>
+ <p>I'm also not claiming to be some programming genius. The articles that I write will be about my own opinions and experiences. I hope that readers will leave comments if they feel I need correcting on some technical point or opinion.</p>
+ <p>In case you was wondering, the T. stands for Terence, my father's name.</p>
</section>
diff --git a/_site_build/apple-touch-icon-114x114.png b/_site_build/apple-touch-icon-114x114.png
new file mode 100755
index 0000000..cbd94f1
--- /dev/null
+++ b/_site_build/apple-touch-icon-114x114.png
Binary files differ
diff --git a/_site_build/apple-touch-icon-57x57.png b/_site_build/apple-touch-icon-57x57.png
new file mode 100755
index 0000000..c683bf9
--- /dev/null
+++ b/_site_build/apple-touch-icon-57x57.png
Binary files differ
diff --git a/_site_build/apple-touch-icon-72x72.png b/_site_build/apple-touch-icon-72x72.png
new file mode 100755
index 0000000..7498dfa
--- /dev/null
+++ b/_site_build/apple-touch-icon-72x72.png
Binary files differ
diff --git a/_site_build/apple-touch-icon.png b/_site_build/apple-touch-icon.png
new file mode 100755
index 0000000..c683bf9
--- /dev/null
+++ b/_site_build/apple-touch-icon.png
Binary files differ
diff --git a/_site_build/favicon.ico b/_site_build/favicon.ico
new file mode 100755
index 0000000..43dd5df
--- /dev/null
+++ b/_site_build/favicon.ico
Binary files differ