Skip to content
/ blog Public
forked from parcio/blog

ParCIO blogpost Speicheroptimierung

Notifications You must be signed in to change notification settings

Dideldumm/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParCIO Blog

CI

The ParCIO blog is generated using Hugo.

Create New Post

Use the following command to create a new post. YYYY should be replaced by the current year and MM should be replaced by the current month.

$ hugo new posts/YYYY/MM/short-title/index.md

The post template already includes some common boilerplate. For everything else, please take a look at the existing posts; their souce can be found in content/posts.

Resources such as code, images etc. should be put in the post's directory.

Create New Author

If you have not published a post yet, you will have to create your author metadata. Author handles usually follow the format firstname.lastname. To set everything up, please create a new file called data/authors/firstname.lastname.yml with the following content:

name: Firstname Lastname

Preview Locally

Hugo supports starting a local webserver for preview purposes using the following command.

$ hugo server

About

ParCIO blogpost Speicheroptimierung

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 94.8%
  • C 5.1%
  • CSS 0.1%