Introduced initial setup for a Jekyll-based site, including configurations, layouts, assets, and styles. Added custom 404 page, favicon assets, SCSS themes, fonts, and a blog post template to establish the foundation for the site.
10 lines
276 B
HTML
10 lines
276 B
HTML
<!-- unnecessary file, however you can still use for comment section, e.g disqus -->
|
|
<script
|
|
src="https://utteranc.es/client.js"
|
|
repo="username/reponame"
|
|
issue-term="pathname"
|
|
label="✨ comment ✨"
|
|
theme="github-light"
|
|
crossorigin="anonymous"
|
|
async
|
|
></script>
|