Try the Stack theme
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@@ -3,3 +3,6 @@
 | 
			
		||||
	url = https://github.com/adityatelange/hugo-PaperMod.git
 | 
			
		||||
	branch = v7.0
 | 
			
		||||
 | 
			
		||||
[submodule "src/themes/stack"]
 | 
			
		||||
	path = src/themes/stack
 | 
			
		||||
	url = https://github.com/CaiJimmy/hugo-theme-stack.git
 | 
			
		||||
 
 | 
			
		||||
@@ -3,10 +3,6 @@ title: "{{ replace .Name "-" " " | title }}"
 | 
			
		||||
date: {{ .Date }}
 | 
			
		||||
draft: true
 | 
			
		||||
ShowToc: true
 | 
			
		||||
cover:
 | 
			
		||||
    image: "cover.png"
 | 
			
		||||
    caption: "{{ replace .Name "-" " " | title }}"
 | 
			
		||||
    relative: false
 | 
			
		||||
    responsiveImages: false
 | 
			
		||||
image: "cover.png"
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
---
 | 
			
		||||
languageCode: 'en-us'
 | 
			
		||||
title: 'Bad Houseplants'
 | 
			
		||||
theme: 'papermod'
 | 
			
		||||
theme: stack
 | 
			
		||||
menu:
 | 
			
		||||
  main:
 | 
			
		||||
    - name: Posts
 | 
			
		||||
@@ -30,21 +30,14 @@ params:
 | 
			
		||||
  ShowReadingTime: true
 | 
			
		||||
  ShowPostNavLinks: true
 | 
			
		||||
  ShowCodeCopyButtons: true
 | 
			
		||||
  comments: true
 | 
			
		||||
  profileMode:
 | 
			
		||||
  comments:
 | 
			
		||||
    enabled: true
 | 
			
		||||
    title: "Bad Houseplants"
 | 
			
		||||
    subtitle: ... by allanger.
 | 
			
		||||
    imageUrl: "main-logo.png"
 | 
			
		||||
    imageWidth: 150
 | 
			
		||||
    imageHeight: 150
 | 
			
		||||
    buttons:
 | 
			
		||||
      - name: My Music
 | 
			
		||||
        url: "https://funkwhale.badhouseplants.net/library/artists"
 | 
			
		||||
      - name: Support
 | 
			
		||||
        url: "https://liberapay.com/allanger/donate"
 | 
			
		||||
      - name: Source
 | 
			
		||||
        url: "https://git.badhouseplants.net/badhouseplants/badhouseplants-net"
 | 
			
		||||
    remark42:
 | 
			
		||||
      host: https://remark42.badhouseplants.net
 | 
			
		||||
      site: badhouseplants
 | 
			
		||||
  homeInfoParams:
 | 
			
		||||
    Title: Bad Houseplants
 | 
			
		||||
    Content: ... by allanger
 | 
			
		||||
  socialIcons:
 | 
			
		||||
    - name: "mastodon"
 | 
			
		||||
      url: "https://mastodon.social/@allanger"
 | 
			
		||||
@@ -59,7 +52,9 @@ params:
 | 
			
		||||
  description: "...by allanger"
 | 
			
		||||
  keywords: [Blog, Portfolio]
 | 
			
		||||
  author: allanger
 | 
			
		||||
  DateFormat: "January 2, 2006"
 | 
			
		||||
  dateFormat:
 | 
			
		||||
    published: "Jan 02, 2006"
 | 
			
		||||
    lastUpdated: "Jan 02, 2006 15:04 MST"
 | 
			
		||||
  defaultTheme: auto
 | 
			
		||||
outputs:
 | 
			
		||||
  home:
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								src/content/_index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/content/_index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
---
 | 
			
		||||
menu:
 | 
			
		||||
    main:
 | 
			
		||||
        name: Home
 | 
			
		||||
        weight: 1
 | 
			
		||||
        params:
 | 
			
		||||
            icon: home
 | 
			
		||||
---
 | 
			
		||||
@@ -2,11 +2,7 @@
 | 
			
		||||
title: "ArgoCD vs Helmfile: Applications"
 | 
			
		||||
date: 2023-02-13T12:14:09+01:00
 | 
			
		||||
draft: false
 | 
			
		||||
cover:
 | 
			
		||||
    image: "/posts/argocd-vs-helmfile/cover-applications.png"
 | 
			
		||||
    caption: "ArgoCD"
 | 
			
		||||
    relative: false
 | 
			
		||||
    responsiveImages: false
 | 
			
		||||
image: "/posts/argocd-vs-helmfile/cover-applications.png"
 | 
			
		||||
ShowToc: true
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
@@ -2,11 +2,7 @@
 | 
			
		||||
title: "ArgoCD vs Helmfile: ApplicationSet"
 | 
			
		||||
date: 2023-02-15T10:14:09+01:00
 | 
			
		||||
draft: false
 | 
			
		||||
cover:
 | 
			
		||||
    image: "/posts/argocd-vs-helmfile/cover-applicationset.png"
 | 
			
		||||
    caption: "ArgoCD"
 | 
			
		||||
    relative: false
 | 
			
		||||
    responsiveImages: false
 | 
			
		||||
image: "/posts/argocd-vs-helmfile/cover-applicationset.png"
 | 
			
		||||
ShowToc: true
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
@@ -3,11 +3,7 @@ title: "Don't use ArgoCD for your infrastructure"
 | 
			
		||||
date: 2023-02-09T12:47:32+01:00
 | 
			
		||||
draft: false
 | 
			
		||||
ShowToc: true
 | 
			
		||||
cover:
 | 
			
		||||
    image: "/posts/dont-use-argocd-for-infrastructure/cover.png"
 | 
			
		||||
    caption: "ArgoCD"
 | 
			
		||||
    relative: false
 | 
			
		||||
    responsiveImages: false
 | 
			
		||||
image: /posts/dont-use-argocd-for-infrastructure/cover.png
 | 
			
		||||
---
 | 
			
		||||
> Of course, it's just a clickbait title. Use whatever works for you. I will just describe why I wouldn't use `ArgoCD` for the infrastructure
 | 
			
		||||
 | 
			
		||||
@@ -3,11 +3,7 @@ title: "Kid Robotik - I'm SO Sorry"
 | 
			
		||||
date: 2023-09-22T13:05:28+02:00
 | 
			
		||||
draft: true
 | 
			
		||||
ShowToc: true
 | 
			
		||||
cover:
 | 
			
		||||
    image: "/posts/kid-robotik-im-so-sorry/cover.jpg"
 | 
			
		||||
    caption: "Kid Robotik - I'm SO Sorry"
 | 
			
		||||
    relative: true
 | 
			
		||||
    responsiveImages: true
 | 
			
		||||
image: "/posts/kid-robotik-im-so-sorry/cover.jpg"
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
[OPEN ON SPOTIFY](https://open.spotify.com/album/6TTnfWZQyoZ8O1GuK8TtXf?si=cNchuEmfTAy52Z6jstnG2A) -- [OPEN ON DEEZER](https://deezer.page.link/D3M4JVdDYhmxXUUZ7) -- [OPEN ON YOUTUBE](https://youtube.com/playlist?list=OLAK5uy_l3BFAqPxAOkkzb-SByHbbvgBkdk3_idjg&si=bBo6cQE8jGWjLnsI)
 | 
			
		||||
@@ -3,11 +3,7 @@ title: "Some old beats are out"
 | 
			
		||||
date: 2023-07-23T13:46:29+02:00
 | 
			
		||||
draft: false
 | 
			
		||||
ShowToc: true
 | 
			
		||||
cover:
 | 
			
		||||
    image: "/posts/some-old-beats-are-out/Cover.png"
 | 
			
		||||
    caption: "Some old beats are out"
 | 
			
		||||
    relative: false
 | 
			
		||||
    responsiveImages: false
 | 
			
		||||
image: "/posts/some-old-beats-are-out/Cover.png"
 | 
			
		||||
tags: 
 | 
			
		||||
    - Music
 | 
			
		||||
    - Beats
 | 
			
		||||
@@ -3,11 +3,7 @@ title: "Vst on Linux 1"
 | 
			
		||||
date: 2023-01-24T15:47:50+01:00
 | 
			
		||||
draft: false
 | 
			
		||||
ShowToc: true
 | 
			
		||||
cover:
 | 
			
		||||
    image: "/posts/vst-on-linux-1/cover.png"
 | 
			
		||||
    caption: "Vst on Linux"
 | 
			
		||||
    relative: false
 | 
			
		||||
    responsiveImages: false
 | 
			
		||||
image: "/posts/vst-on-linux-1/cover.png"
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
>Best, but according to Output. Their article: *[https://output.com/blog/output-favorites-freebies](https://output.com/blog/output-favorites-freebies)
 | 
			
		||||
@@ -2,11 +2,7 @@
 | 
			
		||||
title: "Vst on Linux 2"
 | 
			
		||||
date: 2023-01-31T19:32:34+01:00
 | 
			
		||||
ShowToc: true
 | 
			
		||||
cover:
 | 
			
		||||
    image: "/posts/vst-on-linux-2/cover.png"
 | 
			
		||||
    caption: "VST on Linux"
 | 
			
		||||
    relative: false
 | 
			
		||||
    responsiveImages: false
 | 
			
		||||
image: /posts/vst-on-linux-2/cover.png
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Big ups, **Venus Theory!**
 | 
			
		||||
@@ -3,11 +3,7 @@ title: "Vst on Linux 3"
 | 
			
		||||
date: 2023-02-03T18:26:44+01:00
 | 
			
		||||
draft: false
 | 
			
		||||
ShowToc: true
 | 
			
		||||
cover:
 | 
			
		||||
    image: "/posts/vst-on-linux-1/cover.png"
 | 
			
		||||
    caption: "Vst on Linux"
 | 
			
		||||
    relative: false
 | 
			
		||||
    responsiveImages: false
 | 
			
		||||
image: /posts/vst-on-linux-1/cover.png
 | 
			
		||||
tags: ['music']
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 Submodule src/themes/papermod updated: bacb763071...e0fc64c43e
									
								
							
							
								
								
									
										1
									
								
								src/themes/stack
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								src/themes/stack
									
									
									
									
									
										Submodule
									
								
							 Submodule src/themes/stack added at 8f5164b5b9
									
								
							
		Reference in New Issue
	
	Block a user