diff --git a/.gitignore b/.gitignore index e7e3002..421e603 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .hugo_build.lock public +resources/_gen diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss new file mode 100644 index 0000000..82f0063 --- /dev/null +++ b/themes/v2/assets/css/style.scss @@ -0,0 +1,4 @@ +body { + font-family: monospace; + padding: 50px; +} diff --git a/themes/v2/layouts/partials/head.html b/themes/v2/layouts/partials/head.html index 8a50891..dc7392e 100644 --- a/themes/v2/layouts/partials/head.html +++ b/themes/v2/layouts/partials/head.html @@ -1,4 +1,6 @@