Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 551 Bytes

File metadata and controls

27 lines (16 loc) · 551 Bytes

CI

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

Create a new article

hugo new post/<date>/post_name.md

Modify Menu

To add, remove or reorganize top menu links, edit this yaml file

Inline Images

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

Example:

<!-- some image without alt text -->
![:inline](someImageUrl)

<!-- some image with alt text -->

![some alt text:inline](someOtherImageUrl)

edit