diff --git a/.gitignore b/.gitignore index 57510a2..4520580 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ _site/ +dploy.yaml \ No newline at end of file diff --git a/_config.yml b/_config.yml index 7e74ea1..b268c43 100644 --- a/_config.yml +++ b/_config.yml @@ -2,11 +2,11 @@ title: Jerome Lachaud email: jeromelachaud@gmail.com description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." -baseurl: "" -url: "http://jeromelachaud.com" +host: "localhost" +port: "4002" twitter_username: jeromelachaud github_username: jeromelachaud # Build settings markdown: kramdown -permalink: pretty +permalink: pretty \ No newline at end of file diff --git a/_includes/about.html b/_includes/about.html new file mode 100644 index 0000000..6c0e279 --- /dev/null +++ b/_includes/about.html @@ -0,0 +1,24 @@ + +
+
+
+
+

About

+
+
+
+
+
+

Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization.

+
+
+

Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point!

+
+ +
+
+
\ No newline at end of file diff --git a/_includes/contact.html b/_includes/contact.html new file mode 100644 index 0000000..bbd0c9a --- /dev/null +++ b/_includes/contact.html @@ -0,0 +1,54 @@ + +
+
+
+
+

Contact Me

+
+
+
+
+
+ + +
+
+
+ + +

+
+
+
+
+ + +

+
+
+
+
+ + +

+
+
+
+
+ + +

+
+
+
+
+
+
+ +
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 0026c4c..094f7be 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,61 +1,53 @@ - diff --git a/_includes/head.html b/_includes/head.html index c8f1016..cce1160 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,22 @@ + + + + + + + + + + + + diff --git a/_includes/header.html b/_includes/header.html index e5e6f26..ec493fb 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,28 +1,57 @@ -