started-new-blog

This commit is contained in:
2022-09-04 23:58:49 +02:00
parent fb52855297
commit 1ec208cf70
37 changed files with 20789 additions and 13298 deletions

View File

@@ -1,7 +1,6 @@
import React from "react";
import { useSiteMetadata } from "@/hooks";
import { getContactHref } from "@/utils";
import * as styles from "./Author.module.scss";
@@ -11,14 +10,8 @@ const Author = () => {
return (
<div className={styles.author}>
<p className={styles.bio}>
{author.bio}
<a
className={styles.twitter}
href={getContactHref("twitter", author.contacts.twitter)}
rel="noopener noreferrer"
target="_blank"
>
<strong>{author.name}</strong> on Twitter
Written by: <a href ="/pages/about">
<strong>{author.name}</strong>
</a>
</p>
</div>

View File

@@ -39,7 +39,9 @@
@include breakpoint-md {
.sidebar {
lost-column: 1/3;
lost-column: 1/4;
// TODO: column to 1/4?
// lost-column: 1/3;?
.inner {
@include padding-equal(1.5);