diff --git a/README.md b/README.md index 8916f84a..d60fff54 100644 --- a/README.md +++ b/README.md @@ -33,19 +33,16 @@ For example, `index.md` starts with: ``` --- title: FEniCSx -subtitle: fenicsxversion image: assets/img/headers/design.jpg -layout: with_twitter_sidebar -permalink: /fenics/ --- ``` The `title` is displayed at the top of the page, with the `subtitle` (optional) below it. The `image` will be used as the background of the header; if no image is given, a default image will -be used. The `layout` is used to select which layout the page uses: this can be `default` (for a -default style page) or `with_twitter_sidebar` (for a page with a twitter sidebar). If `layout` -is not set, then `default` will be used. `permalink` sets the url of the page: in this example, -the page would be available at `https://fenicsproject.org/fenics/`. +be used. The `layout` is used to select which layout the page uses: this can currently only be `default` +(for a default style page). If `layout` +is not set, then `default` will be used. `permalink` sets the url of the page: for example, if set to +`/fenics/`, the page would be available at `https://fenicsproject.org/fenics/`. ### Assets Files in the `assets` folder will be included as part of the website. Images and other files can diff --git a/_config.yml b/_config.yml index 2a21359e..395b765b 100644 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,8 @@ title: FEniCS Project description: Open-source finite element library fenicsversion: 2019.1.0 fenicsversiondate: April 2019 -fenicsxversion: 0.6 -fenicsxversiondate: January 2023 +fenicsxversion: 0.7 +fenicsxversiondate: October 2023 defaults: - diff --git a/_data/navbar.yml b/_data/navbar.yml index 79ea1316..94f389ec 100644 --- a/_data/navbar.yml +++ b/_data/navbar.yml @@ -1,6 +1,6 @@ # Site navigation links -- title: FEniCS 2023 - page: /fenics-2023 +- title: FEniCS 2024 + page: /fenics-2024 - title: Download page: /download - title: Documentation diff --git a/_layouts/with_twitter_sidebar.html b/_layouts/with_twitter_sidebar.html deleted file mode 100644 index 3e9a3c9b..00000000 --- a/_layouts/with_twitter_sidebar.html +++ /dev/null @@ -1,19 +0,0 @@ -{% include _head.html %} -
-{% include _header.html %} - - - -