Lorem ipsum dolor sit amet consectetur adipisicing elit. Alias, explicabo?

Author avatar picture
Randy Hasibuan

15 Nov 2024

Article

Table of content

Introduction

As discussed in the introduction post, one of the best things about Ghost is just how much you can customize to turn your site into something unique. Everything about your layout and design can be changed, so you're not stuck with yet another clone of a social network profile.

Sed ullamcorper dui at risus viverra, nec cursus leo ullamcorper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

Curabitur pretium, libero vitae pharetra rhoncus, tellus urna auctor orci, eu dictum diam diam nec neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce congue dui nec dui lobortis maximus. Morbi bibendum, nisi vel cursus.

Adipiscing elit. Nulla id quam at justo ullamcorper vulputate. Donec mattis aliquam urna, sed placerat dolor volutpat vel. Maecenas quis feugiat.

Consectetur adipiscing elit

Sed ullamcorper dui at risus viverra, nec cursus leo ullamcorper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id quam at justo ullamcorper vulputate. Donec mattis aliquam urna, sed placerat dolor volutpat vel. Maecenas posuere sem purus, quis feugiat.

As discussed in the introduction post, one of the best things about Ghost is just how much you can customize to turn your site into something unique. Everything about your layout and design can be changed, so you're not stuck with yet another clone of a social network profile.

JavaScript
window.addEventListener("load", function () {
  if (window.location.hash) {
    const section = document.querySelector(window.location.hash);

    if (section) {
      const scrollMT = this.getComputedStyle(section).scrollMarginTop;
      autoScroll(section.offsetTop - parseInt(scrollMT) - 100);
    }
  }
});

window.addEventListener("load", function () {
  setTimeout(() => {
    const anchorLinks = document.querySelectorAll(".anchorjs-link");

    anchorLinks.forEach((link) => {
      link.addEventListener("click", function (e) {
        const href = link.getAttribute("href"),
          target = document.querySelector(href);
        autoScroll(target.offsetTop - 100);
      });
    });
  }, 50);
});

Donec mattis aliquam urna

Sed ullamcorper dui at risus viverra, nec cursus leo ullamcorper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per cursus himenaeos.

  1. Sed ullamcorper dui at risus viverra, nec cursus leo ullamcorper nec cursus leo ullamcorper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per cursus himenaeos.

  2. Everything about your layout and design can be changed, so you're not stuck with yet another clone of a social network profile.

  3. Nulla id quam at justo ullamcorper vulputate. Donec mattis aliquam urna, dolor volutpat vel.

  4. Sed ullamcorper dui at risus viverra, nec cursus leo ullamcorper nec cursus leo ullamcorper.

blog image

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id quam at justo ullamcorper vulputate. Donec mattis aliquam urna, sed placerat dolor volutpat vel. Maecenas posuere sem purus, quis feugiat.

As discussed in the introduction post, one of the best things about Ghost is just how much you can customize to turn your site into something unique. Everything about your layout and design can be changed, so you're not stuck with yet another clone of a social network profile.

Join to my newsletter list

Subscribe to my newsletter and receive the latest blog content, with no spam.

Don't worry, I don't share your personal information.

Related Posts