Skip to content

Commit b286055

Browse files
committed
Minor README.md cosmetics
1 parent 1795b50 commit b286055

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
Website for PyCon Israel 2024
2-
=============================
1+
# Website for PyCon Israel 2024
32

43
Website built with Pelican, using a PyCon-Israel-Flex theme based on
54
Flex. This is a static website (this is what Pelican does), but it
65
relies on a Pretalx system that manages and presents the schedule,
76
talks and speakers.
87

9-
Technicalities
10-
--------------
11-
12-
Tools and building
13-
..................
8+
## Tools and building
149

1510
The Python side is managed by [Poetry](https://python-poetry.org/).
1611
Use `poetry install` to get the dependencies.
@@ -45,8 +40,7 @@ You can also use `make devserver` for the HTML, and `npm run watch`
4540
for the styling -- these create watchers which update the output as
4641
you change the source files.
4742

48-
Content
49-
.......
43+
## Content
5044

5145
Pages are in `website_2024/content/pages`, and are written in
5246
Markdown. At the top of each page there is a block of metadata. Of
@@ -80,8 +74,7 @@ Other interesting files to look at:
8074
`website_2024/themes/PyCon-Israel-Flex/templates/base.html` -- that
8175
means that template defines structure for everything.
8276

83-
References of software used
84-
...........................
77+
## References of software used
8578

8679
- Pelican: You can start at
8780
https://docs.getpelican.com/en/latest/content.html

0 commit comments

Comments
 (0)