An open API service indexing awesome lists of open source software.

https://github.com/chipzoller/devtest

Developing CI/CD workflow for Hugo publication.
https://github.com/chipzoller/devtest

junkcode

Last synced: 2 months ago
JSON representation

Developing CI/CD workflow for Hugo publication.

Awesome Lists containing this project

README

          

![CI](https://github.com/chipzoller/devtest/workflows/CI/badge.svg)

# Files for "neonmirrors" blog based on Hugo and Silhouette theme.

## Create a new article
`hugo new post//post_name.md`

## Modify Menu

To add, remove or reorganize top menu links, [edit this yaml file](./data/menu.yaml)

## Inline Images

To make an image inline, add `:inline` to its alt text.

### Example:

```markdown

![:inline](someImageUrl)

![some alt text:inline](someOtherImageUrl)
```
edit