Elao/manalas

Name: manalas

Owner: Elao

Description: Manalas

Created: 2015-06-03 08:24:27.0

Updated: 2016-06-20 08:45:34.0

Pushed: 2016-06-20 08:45:33.0

Homepage: null

Size: 713

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Hugo

Installing Hugo (only if you want run the server localy)

Your password is mandatory to install Python Pygments.

make install

Run Hugo Server (Only if you are not using a vagrant VM)

make server-start

Writing a post

With Hugo

hugo new dev/my-first-post.md

The new file is located at content/dev/my-first-post.md

Code highlighting

Hugo is using Python Pygments package for code highlighting so you can highlight your code with the dedicated tag like this:

highlight php >}}
/highlight >}}
What about my medias

All media files linked to an article need to be stored into the static directory and more precisely into the static/images/posts (Group by year of publication)

To display a media into a post use Hugo shortcode figure like the following:

lass="text-center">
{{< figure src="/images/posts/2014/proxmox_partition_elao_1000.png" title="Partitionnement personnalisé" alt="Partitionnement-d-un-serveur-proxmox - Partitionnement personnalisé">}}


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.