lol
This commit is contained in:
parent
930c7fc421
commit
0784507fb2
@ -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).
|
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
|
## 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" . }}
|
|
Loading…
Reference in New Issue
Block a user