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.
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.
-
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.
-
Everything about your layout and design can be changed, so you're not stuck with yet another clone of a social network profile.
-
Nulla id quam at justo ullamcorper vulputate. Donec mattis aliquam urna, dolor volutpat vel.
-
Sed ullamcorper dui at risus viverra, nec cursus leo ullamcorper nec cursus leo ullamcorper.
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.