Skip to content

Commit 5d39db1

Browse files
committed
Merge branch 'master' of github.com:JuliaFEM/juliafem.github.io
2 parents aa2f1d2 + ead312b commit 5d39db1

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1-
# juliafem.github.io
1+
# juliafem.github.io / www.juliafem.org
22

3-
Web pages for organization.
3+
Web pages for organization. The actual page is juliafem.github.io and www.juliafem.org is pointing
4+
to same site.
5+
6+
## Adding content
7+
8+
**for contributors**: If you have all [Jekyll](https://jekyllrb.com/) related stuff installed on
9+
local machine (computer you are using to develop), you can do `bundle exec jekyll serve` and check
10+
using your web browser from url address `localhost:4000`, (i.e. write to address bar `http://localhost:4000`)
11+
that content is OK. **If that is the case**, you can then push directly to the
12+
master. **Otherwise**, create branch to repository [juliafem.github.io](https://github.com/JuliaFEM/juliafem.github.io),
13+
do changes, make pull request and ask someone to review changes locally before merging.
14+
15+
**for others**: Fork, do local changes, do pull request. If you want to be extra helpful and have
16+
installed Jekyll things on local machine, you can add screenshot of page to PR to make it easier
17+
for reviewers.
18+
19+
Examples can be written using Jupyter Notebooks or Markdown. See
20+
`examples/2017-08-06-instructions-how-to-write-examples` how to write using Jupyter and
21+
`performance/2017-08-13-eigenvalue-analysis-of-eiffel-tower-using-juliafem-0.3.2.md` how to write
22+
using Markdown syntax.

0 commit comments

Comments
 (0)