few configs

This commit is contained in:
Luiz Felipe Costa 2024-09-13 00:06:37 -03:00
parent ed7d846255
commit 254e29a063
3 changed files with 3 additions and 5 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.cache/
public/

View file

@ -3,8 +3,6 @@ PROJECT_SRC = ./
HUGO = $(CACHE_DIR)/bin/hugo HUGO = $(CACHE_DIR)/bin/hugo
setup: $(HUGO) setup: $(HUGO)
git submodule update --recursive --remote git submodule update --recursive --remote
@ -25,5 +23,3 @@ $(CACHE_DIR)/hugo.tar.gz:
clean: clean:
rm -rf $(CACHE_DIR)/ rm -rf $(CACHE_DIR)/
#git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke

View file

@ -1,4 +1,4 @@
baseURL = 'https://example.org/' baseURL = 'https://example.org/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'My New Hugo Site' title = 'Luiz Felipe F M Costa'
theme = 'ananke' theme = 'ananke'