diff --git a/.gitignore b/.gitignore index 40b67f41..4ea3838a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ resources/ node_modules/ package-lock.json -.hugo_build.lock \ No newline at end of file +.hugo_build.lock + +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e69de29b..00000000 diff --git a/404.html b/404.html deleted file mode 100644 index 1a9bd704..00000000 --- a/404.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ define "main" -}} -
-

Not found

-

Oops! This page doesn't exist. Try going back to the home page.

-

You can learn how to make a 404 page like this in Custom 404 Pages.

-
-{{- end }} diff --git a/_variables_project.scss b/_variables_project.scss deleted file mode 100644 index 25690273..00000000 --- a/_variables_project.scss +++ /dev/null @@ -1,6 +0,0 @@ -/* - -Add styles or override variables from the theme here. - -*/ - diff --git a/package.json b/package.json index 569ce41d..83aecb88 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "docsy-example-site", + "name": "layer5-docs", "version": "0.7.1", "description": "Example site that uses Docsy theme for technical documentation.", "repository": "github:google/docsy-example",