Skip to content

Commit 8c2cb49

Browse files
committed
Update site configuration and add About page for FEAScript Blog
1 parent 924f949 commit 8c2cb49

File tree

2 files changed

+20
-33
lines changed

2 files changed

+20
-33
lines changed

_config.yml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: Your awesome title
21+
title: FEAScript Blog
2222
23-
description: >- # this means to ignore newlines until "baseurl:"
24-
Write an awesome description for your new site here. You can edit this
25-
line in _config.yml. It will appear in your document head meta (for
26-
Google search results) and in your feed.xml site description.
27-
baseurl: "" # the subpath of your site, e.g. /blog
28-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
23+
description: >-
24+
Blog for FEAScript - a lightweight finite element simulation library
25+
built in JavaScript for creating client-side, browser-based simulations
26+
for physics and engineering problems.
27+
baseurl: ""
28+
url: "https://blog.feascript.com"
2929
twitter_username: jekyllrb
30-
github_username: jekyll
30+
github_username: FEAScript
3131

3232
# Build settings
3333
theme: minima
@@ -53,3 +53,15 @@ plugins:
5353
# - vendor/cache/
5454
# - vendor/gems/
5555
# - vendor/ruby/
56+
57+
---
58+
layout: page
59+
title: About
60+
permalink: /about/
61+
---
62+
63+
FEAScript is a lightweight finite element simulation library developed in JavaScript. It allows users to create and run client-side, browser-based simulations for physics and engineering problems without requiring additional installations.
64+
65+
Our goal is to democratize finite element analysis by making simulation capabilities accessible to everyone, everywhere.
66+
67+
Visit the [main website](https://feascript.com) or check out our [GitHub repository](https://github.com/FEAScript/FEAScript-core).

index.html.bak

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)