This commit is contained in:
Andrey Parhomenko 2024-12-20 01:41:38 +05:00
commit bd6fc16817
10 changed files with 28 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/public
.hugo_build.lock

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

9
content/posts/first.md Normal file
View file

@ -0,0 +1,9 @@
+++
title = 'First post in HUGO'
date = 2024-12-20T00:43:40+05:00
draft = false
+++
## Checking
This **SHIT** works!

4
hugo.toml Normal file
View file

@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'ru-rf'
title = 'My New Hugo Site'
theme = 'ananke'

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"/ananke/css/main.min.css","MediaType":"text/css","Data":{}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css","MediaType":"text/css","Data":{"Integrity":"sha256-0F+18xf88zs6UpNjmb329H3HdlFuFpLkEux9dvSl+qI="}}

1
themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit 600bddab7cd7dc6e4032b531c65779ae249dfd5b