diff --git a/assets/styles/layouts/single.scss b/assets/styles/layouts/single.scss index e2fe4b2..047440f 100644 --- a/assets/styles/layouts/single.scss +++ b/assets/styles/layouts/single.scss @@ -12,7 +12,7 @@ body.kind-page { .content-section { flex: 60%; - max-width: 60%; + max-width: 80%; order: 2; padding: 0; position: relative; diff --git a/config.yaml b/config.yaml index 199b05a..0c9b29b 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,6 @@ baseURL: "https://sharwin24.github.io/toha/" languageCode: "en-us" title: "Sharwin's Portfolio" - outputs: home: - "HTML" @@ -41,6 +40,68 @@ module: target: static/fonts +markup: + defaultMarkdownHandler: goldmark + goldmark: + duplicateResourceFiles: false + extensions: + cjk: + eastAsianLineBreaks: false + eastAsianLineBreaksStyle: simple + enable: false + escapedSpace: false + definitionList: true + extras: + delete: + enable: false + insert: + enable: false + mark: + enable: false + subscript: + enable: false + superscript: + enable: false + footnote: true + linkify: true + linkifyProtocol: https + passthrough: + delimiters: + block: [] + inline: [] + enable: false + strikethrough: true + table: true + taskList: true + typographer: + apostrophe: '’' + disable: false + ellipsis: '…' + emDash: '—' + enDash: '–' + leftAngleQuote: '«' + leftDoubleQuote: '“' + leftSingleQuote: '‘' + rightAngleQuote: '»' + rightDoubleQuote: '”' + rightSingleQuote: '’' + parser: + attribute: + block: false + title: true + autoHeadingID: true + autoHeadingIDType: github + wrapStandAloneImageWithinParagraph: true + renderHooks: + image: + enableDefault: false + link: + enableDefault: false + renderer: + hardWraps: false + unsafe: true + xhtml: false + # Site parameters params: # Background image of the landing page diff --git a/content/posts/mobile-manipulation/index.md b/content/posts/mobile-manipulation/index.md index b67df76..096bc9a 100644 --- a/content/posts/mobile-manipulation/index.md +++ b/content/posts/mobile-manipulation/index.md @@ -16,7 +16,10 @@ categories: ["Basic"] This project incorporates several robotics concepts to perform a pick and place task in simulation using a mecanum-wheeled mobile robot with a 5 degree-of-freedom robot arm. - + +