-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic structure to add deployable documentation
- Loading branch information
1 parent
199777d
commit 25de0b7
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: page | ||
title: simple site | ||
tagline: GreenX | ||
description: Library for Many-body Greens Functions on HPC | ||
--- | ||
|
||
# GreenX | ||
|
||
With [GitHub Pages](https://pages.github.com), you just write things in | ||
[Markdown](https://daringfireball.net/projects/markdown/), | ||
[GitHub](https://github.com) hosts the site for you, and you just push | ||
material to your GitHub repository with `git add`, `git commit`, and | ||
`git push`. | ||
|
||
The sites use [Jekyll](https://jekyllrb.com/), a | ||
[ruby](https://www.ruby-lang.org/en/) [gem](https://rubygems.org/), to | ||
convert Markdown files to html, and this part is done | ||
automatically when you push the materials to the `gh-pages` branch | ||
of a GitHub repository. | ||
|
||
## Overview | ||
|
||
- [Minimax Time-Frequency](pages/gx_time_frequency.html) | ||
|
||
--- |
Empty file.