diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f4cc14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.cache/ +public/ diff --git a/Makefile b/Makefile index 464823f..8193d64 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,6 @@ PROJECT_SRC = ./ HUGO = $(CACHE_DIR)/bin/hugo - - setup: $(HUGO) git submodule update --recursive --remote @@ -25,5 +23,3 @@ $(CACHE_DIR)/hugo.tar.gz: clean: rm -rf $(CACHE_DIR)/ - -#git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..0723ae7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ baseURL = 'https://example.org/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'Luiz Felipe F M Costa' theme = 'ananke'