diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..094c705 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY _site /usr/share/nginx/html \ No newline at end of file diff --git a/_includes/additional_glboal_nav.html b/_includes/additional_glboal_nav.html new file mode 100644 index 0000000..86cb3bb --- /dev/null +++ b/_includes/additional_glboal_nav.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 42540a3..2c97b13 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,6 +10,7 @@
  • {{ page.title }} {% endif %} {% endfor %} + {% include additional_glboal_nav.html %} \ No newline at end of file