diff --git a/_includes/footer.html b/_includes/footer.html index 23c9865..e40a152 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -12,44 +12,44 @@ {%- endif -%} {% if site.twitter_username %}
  • - +
  • {%- endif -%} {% if site.facebook_username %}
  • - +
  • {%- endif -%} {% if site.linkedin_username %}
  • - +
  • {%- endif -%} {% if site.github_username %}
  • - +
  • {%- endif -%} {% if site.instagram_username %}
  • - +
  • {%- endif %} \ No newline at end of file diff --git a/bin/install.sh b/bin/install.sh index a21ceeb..974bc0c 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -3,3 +3,4 @@ bundle config path 'vendor/bundle' --local bundle install export GEM_PATH=$(pwd)/vendor/bundle +npm install \ No newline at end of file diff --git a/index.html b/index.html index 1c0ae14..da9f06e 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ {%- if site.landing == true %}

    Nocc Bootstrap Theme is a robust foundation for building stunning and performant static websites using Jekyll.

    It isn't just a theme; it's a developer's toolkit. Whether you're building a personal portfolio, a client's website, or a side passion project, Nocc empowers you to craft clean, performant, and visually stunning static websites easily.

    -

    Features a landing homepage, blog page, about page, tags cloud page, gallery of images page, an example post page, post comments powered by Disqus, and contact page form powered by Formspree.

    +

    Features a landing homepage, blog page, about page, tags cloud page, gallery of images page, an example post page, post comments powered by Disqus, and contact page form powered by Formspree.

    {% else %}

    Your content here.

    {% endif -%} \ No newline at end of file