Skip to content

Commit

Permalink
some webpage reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Apr 12, 2024
1 parent 0577ca0 commit c579e50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Bonn Analysis Seminar
title: Collaborative Formalization of Analysis
#email: your-email@example.com
description: A formalization in Lean 4
description: Bonn Seminar on formalizing Fourier analysis in Lean 4
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://fpvandoorn.github.io/BonnAnalysis/" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://florisvandoorn.com/BonnAnalysis/" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username: jekyllrb
github_username: fpvandoorn
repository: fpvandoorn/BonnAnalysis
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline
}}</h2>
<a href="blueprint" class="btn">Blueprint</a>
<a href="blueprint.pdf" class="btn">Blueprint (pdf)</a>
<a href="docs" class="btn">Documentation</a>
<a href="blueprint.pdf" class="btn">Paper</a>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
{% endif %}
Expand Down
10 changes: 2 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ usemathjax: true

# Bonn Analysis Seminar

* [Blueprint of the proof](https://florisvandoorn.com/BonnAnalysis/blueprint/)
* [Blueprint (pdf)](https://florisvandoorn.com/BonnAnalysis/blueprint.pdf)
* [Documentation of the methods](https://florisvandoorn.com/BonnAnalysis/docs/)
We will formalize results in Fourier analysis, such as Plancherel's theorem and the interpolation theorems.

## Build the Lean files

Expand All @@ -21,11 +19,7 @@ See [the installation instructions](https://leanprover-community.github.io/get_s

To build the project, run `lake exe cache get` and then `lake build`.

## Build the blueprint

The blueprint is automatically built on each push to the project.
You can test whether the build is working by building the pdf locally:
`xelatex blueprint/src/print.tex`.
For more detailed build and contribution instructions see the Github README.

<!-- To build the web version of the blueprint locally, you need a working LaTeX installation.
Furthermore, you need some packages:
Expand Down

0 comments on commit c579e50

Please sign in to comment.