You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
StephanSainleger
5de6f0242f
|
2 years ago | |
---|---|---|
archetypes | 2 years ago | |
content | 2 years ago | |
public | 2 years ago | |
.hugo_build.lock | 2 years ago | |
Pipfile | 2 years ago | |
Pipfile.lock | 2 years ago | |
README.md | 2 years ago | |
config.toml | 2 years ago | |
generate.py | 2 years ago |
README.md
Hugo from Hedgdoc
This repository contains code to generate a Hugo website based on markedown files coming from Hedgedoc.
Install
Install Hugo
Follow the Hugo installation guidelines: https://gohugo.io/installation/
Install Hugo from Hedgedoc
Clone the current Git repository on your computer.
Configure
Import the markdown files
Markdown files must be stored in the repository content
Customize the theme
- Create a repo
themes
mkdir themes
- Import your code in the repo
themes
, for instance:
cd themes
git clone https://github.com/matcornic/hugo-theme-learn.git
Run your Hugo
Launch the following command from your local repository:
hugo serve