Skip to content

weslack/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

Hugo site for notes.

How to create new post

hugo new post/example-post.md

Inside the file, created at content/post/example-post.md, will be

---
title: Example Post
description: Fill this out with a short blurb
tags:
  - Add some tags
categories:
  - which ctf
draft: true  # change to false when time to publish
---

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages