top of page
Search

First Post Level III

+++

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



 
 
 

Recent Posts

See All
Second Post

+++ date = '2025-01-13T12:51:35-03:00' draft = false title = 'Second Post' +++ ### Level V.I md editing Start new page with ```go hugo...

 
 
 
Third Post -> review

+++ date = '2025-01-17T21:34:28-03:00' draft = true title = 'Third Post_review' +++ # Sweet review of Behringer _FX2000_ ## **Virtualizer...

 
 
 
19" Rackmount 3DFX2000

+++ date = '2025-01-28T15:47:26-03:00' draft = false title = 'Fifth Post Fx2k Report-II' +++ # Report II - I've spend many more hours...

 
 
 

Comentários


bottom of page