Skip to content

Commit

Permalink
some change
Browse files Browse the repository at this point in the history
  • Loading branch information
hudadamar21 committed Jul 10, 2022
1 parent 790be1d commit 09a4eaf
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 127 deletions.
3 changes: 2 additions & 1 deletion archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
description: ""
date: {{ .Date }}
draft: false
toc: true
keyword: []
thumbnail: ""
tags: []
categories: []
---

1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pygmentsCodefences = true
pygmentsUseClasses = true

[params]
author = "John Doe"
site_name = "SoundTown"
description = "SoundTown is an online music collaboration platform, focused on iterating on small ideas into big ideas. The main functionality at the moment is communication across groups/teams of people, uploading audio files and commenting on them."
locale = "en-US"
Expand Down
3 changes: 1 addition & 2 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ <h1 class="text-[36px] lg:text-[64px] leading-normal font-bold">{{.Title}}</h1>
class="rounded w-full"
src="{{ .Params.thumbnail }}"
alt="{{.Title}}"
onerror="imageNotRender()"
/>
</div>
{{end}}

<main class="prose mt-10 !max-w-screen-lg mx-auto prose-headings:text-white text-gray px-5 lg:px-0">
{{.Content}}
{{ .Content | safeHTML }}
</main>

{{end}}
70 changes: 0 additions & 70 deletions layouts/partials/components/card-article.html

This file was deleted.

4 changes: 2 additions & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<meta name="og:description" content="{{ .Site.Params.Description }}">
{{ end }}
<meta property="og:url" content="{{ .Permalink | absURL }}" />
<meta property="og:site_name" content="Sound Town" />
<meta property="og:site_name" content="{{ .Site.Params.Site_name}}" />
<meta name="twitter:card" content="summary" />
{{ if .IsPage }}
<meta property="article:author" content="" />
<meta property="article:author" content="{{ or .Author .Site.Params.Author }}" />
<meta property="article:published_time" content="{{ .PublishDate.Format `20060102-15:04:05.000` }}" />
<meta property="article:modified_time" content="{{ .Page.Lastmod.Format `20060102-15:04:05.000` }}" />
<meta property="og:image" content="{{ .Params.thumbnail | absURL }}" />
Expand Down
8 changes: 0 additions & 8 deletions layouts/partials/toc.html

This file was deleted.

3 changes: 0 additions & 3 deletions layouts/shortcodes/center.html

This file was deleted.

10 changes: 0 additions & 10 deletions layouts/shortcodes/demo.html

This file was deleted.

1 change: 0 additions & 1 deletion layouts/shortcodes/filename.html

This file was deleted.

10 changes: 0 additions & 10 deletions layouts/shortcodes/iklan.html

This file was deleted.

10 changes: 0 additions & 10 deletions layouts/shortcodes/link.html

This file was deleted.

9 changes: 0 additions & 9 deletions layouts/shortcodes/youtube.html

This file was deleted.

2 changes: 1 addition & 1 deletion static/assets/css/styles.css

Large diffs are not rendered by default.

0 comments on commit 09a4eaf

Please sign in to comment.