First Post Level III
- ultimathuleazureus
- Jan 29
- 2 min read
+++
date = '2025-01-12T18:32:45-03:00'
draft = false
title = 'First Post Level III'
+++
## Intro
start site with
```go
hugo new site quickstart
cd quickstart
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml
hugo new content content/posts/my-first-post.md
vim.athena content/posts/my-first-post.md
hugo server --buildDrafts
```
modify theme with
```go
vim.athena quickstart/hugo.toml
```
- explanation of above md code in second file `content/posts/second-post.md`
This is **bold fat** text, and this is *emphasized* text, this is _italic_ text
Now some random tagged text __what is this__ **and this** in vim I *see* the tags!
for block quote see [markdown guide] (https://www.markdownguide.org/basic-syntax/)
> block quote some text more text this is even more text
nested quote
text
text
- These below are headings & this is an unsorted bullet
###### heading 6
##### heading 5
#### heading 4
### heading 3
## heading 2
# heading 1
These are ordered lists
1. yes list item
2. no another field
3. go there now
4. there is no logic
5. even more words
6. yet this could be
7. a convoluted sentence
8. but it's not
* block quotes
* and another
* yes there is more
* can you feel
* the force running
* while doing hugo stuff in markdown?
* now Vim athena changes the *colours* in markdown files
* when the command parameter is __fully__ deployed
* whether a block quote bullet list or other parameter
* because its immediate you see a nice flow in your text
I can now nest this text nicely
I do need to add the character manually
>>> since I did not tell vim to do it automatically
Visit the [Hugo] https://gohugo.io website!
Comentários