diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5f758736 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +deploy.sh diff --git a/config.yml b/config.yml index 2f6067cd..8f431209 100644 --- a/config.yml +++ b/config.yml @@ -45,20 +45,6 @@ params: imageWidth: 160 imageHeight: 160 imageTitle: my image - buttons: - - name: About - url: about - - name: Resumé - url: resume - - name: Projects - url: projects - - name: Technical Posts - url: technicalposts - - name: General Posts - url: generalposts - - name: Hiking - url: hiking - # home-info mode homeInfoParams: Title: "Hi there \U0001F44B" diff --git a/public/index.html b/public/index.html index 15e3bb14..25861eb1 100644 --- a/public/index.html +++ b/public/index.html @@ -2,12 +2,7 @@