File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 1- Website for PyCon Israel 2024
2- =============================
1+ # Website for PyCon Israel 2024
32
43Website built with Pelican, using a PyCon-Israel-Flex theme based on
54Flex. This is a static website (this is what Pelican does), but it
65relies on a Pretalx system that manages and presents the schedule,
76talks and speakers.
87
9- Technicalities
10- --------------
11-
12- Tools and building
13- ..................
8+ ## Tools and building
149
1510The Python side is managed by [ Poetry] ( https://python-poetry.org/ ) .
1611Use ` poetry install ` to get the dependencies.
@@ -45,8 +40,7 @@ You can also use `make devserver` for the HTML, and `npm run watch`
4540for the styling -- these create watchers which update the output as
4641you change the source files.
4742
48- Content
49- .......
43+ ## Content
5044
5145Pages are in ` website_2024/content/pages ` , and are written in
5246Markdown. 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
You can’t perform that action at this time.
0 commit comments