lol
This commit is contained in:
		@@ -2,6 +2,15 @@
 | 
			
		||||
 | 
			
		||||
A simple Hugo theme I plan on using for my personal website, [Based.Cooking](https://based.cooking) and [LandChad.net](https://landchad.net).
 | 
			
		||||
 | 
			
		||||
## get started
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
hugo new site new-site
 | 
			
		||||
cd new-site
 | 
			
		||||
git clone https://github.com/lukesmithxyz/lugo themes/lugo
 | 
			
		||||
echo "theme = 'lugo'" >> config.toml
 | 
			
		||||
cp themes/lugo/static/style.css static/
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## stuff
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +0,0 @@
 | 
			
		||||
{{ partial "header.html" . -}}
 | 
			
		||||
<header><h1>{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}</h1></header>
 | 
			
		||||
<article>
 | 
			
		||||
{{ .Content }}
 | 
			
		||||
</article>
 | 
			
		||||
{{ partial "footer.html" . }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user