项目作者: energy-modelling-ireland

项目描述 :
Source files for the ireland-energy-wiki website which contains an actively maintained collection of Irish energy-related modelling resources.
高级语言:
项目地址: git://github.com/energy-modelling-ireland/wiki.git
创建时间: 2020-08-24T09:36:22Z
项目社区:https://github.com/energy-modelling-ireland/wiki

开源协议:MIT License

下载


Ireland Energy Wiki Website

This repository contains the source files for the ireland-energy-wiki website which hosts an actively maintained collection of Irish energy research resources.


How the Wiki works

Content

All content for each page on the site is contained in a Markdown (md) file in the docs/ folder.

Markdown is a simple language:

  1. Bullet-pointing:
    ```
  • 1
  • 2
    ```
  1. Linking images & pages:
    1. ![The Wiki Logo](docs/logo.png)
    The Wiki Logo
    1. [Data Sources](Data-Sources.md)

Where more control is required (i.e. styling images or tables) Markdown files understand HTML.

Publishing

When changes are made to the docs/ folder Github Actions uses mkdocs to convert the Markdown files to HTML, css and JavaScript. It then publishes these files. The workflow content is written in .github/workflows/publish.yml.