diff --git a/README.md b/README.md
index cb20f81..9fcdec9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ We encourage developers to contribute to the project. If you're interested in ma
1. Ensure you have [Jekyll](https://jekyllrb.com/docs/installation/) installed.
2. [Clone this repository](https://help.github.com/articles/cloning-a-repository/) to your local machine.
-3. In your terminal, run `jekyll serve -w` to start the Jekyll server.
+3. In your terminal, run `jekyll serve --config _config.yml,_config-development.yml` to start the Jekyll server.
4. Visit `http://localhost:4000` in your web browser to view the website locally.
Make your changes and submit a Pull Request (PR) following [this guide](https://help.github.com/articles/using-pull-requests/).
diff --git a/_config-development.yml b/_config-development.yml
new file mode 100644
index 0000000..07c2d8a
--- /dev/null
+++ b/_config-development.yml
@@ -0,0 +1 @@
+website: "http://localhost:4000"
diff --git a/_includes/common/footer.html b/_includes/common/footer.html
index 74a10e2..37a503c 100644
--- a/_includes/common/footer.html
+++ b/_includes/common/footer.html
@@ -19,6 +19,6 @@
-
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/_includes/common/head.html b/_includes/common/head.html
index 06f9636..5d1a370 100644
--- a/_includes/common/head.html
+++ b/_includes/common/head.html
@@ -33,12 +33,12 @@
-
-
-
+
+
+
-
+