diff --git a/octopress/_config.yml b/octopress/_config.yml index 747fb2e..674c207 100644 --- a/octopress/_config.yml +++ b/octopress/_config.yml @@ -2,7 +2,7 @@ # Main Configs # # ----------------------- # -url: http://sp4ke.github.com +url: http://sp4ke.github.com/blog title: My Octopress Blog subtitle: A blogging framework for hackers. author: Your Name @@ -26,7 +26,7 @@ email: # ----------------------- # # If publishing to a subdirectory as in http://site.com/project set 'root: /project' -root: / +root: /blog permalink: /blog/:year/:month/:day/:title/ source: source destination: public diff --git a/octopress/source/_posts/2013-03-03-title.markdown b/octopress/source/_posts/2013-03-03-title.markdown new file mode 100644 index 0000000..7cc3824 --- /dev/null +++ b/octopress/source/_posts/2013-03-03-title.markdown @@ -0,0 +1,9 @@ +--- +layout: post +title: "title" +date: 2013-03-03 15:26 +comments: true +categories: +--- + +## Hello world diff --git a/pythondevops/PythonDevOps.pdf b/pythondevops/PythonDevOps.pdf new file mode 100644 index 0000000..27de3fe Binary files /dev/null and b/pythondevops/PythonDevOps.pdf differ