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
3
2
4
3
Website built with Pelican, using a PyCon-Israel-Flex theme based on
5
4
Flex. This is a static website (this is what Pelican does), but it
6
5
relies on a Pretalx system that manages and presents the schedule,
7
6
talks and speakers.
8
7
9
- Technicalities
10
- --------------
11
-
12
- Tools and building
13
- ..................
8
+ ## Tools and building
14
9
15
10
The Python side is managed by [ Poetry] ( https://python-poetry.org/ ) .
16
11
Use ` poetry install ` to get the dependencies.
@@ -45,8 +40,7 @@ You can also use `make devserver` for the HTML, and `npm run watch`
45
40
for the styling -- these create watchers which update the output as
46
41
you change the source files.
47
42
48
- Content
49
- .......
43
+ ## Content
50
44
51
45
Pages are in ` website_2024/content/pages ` , and are written in
52
46
Markdown. At the top of each page there is a block of metadata. Of
@@ -80,8 +74,7 @@ Other interesting files to look at:
80
74
` website_2024/themes/PyCon-Israel-Flex/templates/base.html ` -- that
81
75
means that template defines structure for everything.
82
76
83
- References of software used
84
- ...........................
77
+ ## References of software used
85
78
86
79
- Pelican: You can start at
87
80
https://docs.getpelican.com/en/latest/content.html
You can’t perform that action at this time.
0 commit comments