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.
- Host: GitHub
- URL: https://github.com/chipzoller/devtest
- Owner: chipzoller
- Created: 2020-04-25T20:36:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T20:57:01.000Z (over 1 year ago)
- Last Synced: 2025-10-09T15:13:53.361Z (7 months ago)
- Topics: junkcode
- Language: HTML
- Homepage:
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README

# 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


```
edit