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.
 
 
 
 
Stéphan Sainléger 8d7e26a85d [IMP] initiate hugo site generation with lotusdoc and json content source 7 months ago
archetypes Initial commit 1 year ago
public Initial commit 1 year ago
.hugo_build.lock Initial commit 1 year ago
.python-version [IMP] initiate hugo site generation with lotusdoc and json content source 7 months ago
Pipfile Initial commit 1 year ago
Pipfile.lock Initial commit 1 year ago
README.md [POC] update readme 10 months ago
generate_lotusdocs.py [IMP] initiate hugo site generation with lotusdoc and json content source 7 months ago
hugo.toml [IMP] initiate hugo site generation with lotusdoc and json content source 7 months ago
init_hugo_toml.py [IMP] initiate hugo site generation with lotusdoc and json content source 7 months ago
requirements.txt [IMP] add requirements.txt 7 months ago
structure.json [IMP] initiate hugo site generation with lotusdoc and json content source 7 months ago
update.sh [IMP] initiate hugo site generation with lotusdoc and json content source 7 months 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

  1. Create a repo themes
mkdir themes
  1. Import your code in the repo themes, for instance:
cd themes
git clone https://github.com/matcornic/hugo-theme-learn.git

Sync data

./update.sh

Run your Hugo

Launch the following command from your local repository:

hugo serve