Web for publishing materials from programming courses
- Clone this branch to your computer
- On your harddrive create folder for the content. Let's call it
<content-root>
- The top level content entriess are called
topics
. To create a topic, create for example folder<content-root>/vyvoj-webu
. - Create general entry file
<content-root>/entry.yml
with:topics: vyvoj-webu
- In your topic folder create an entry file
entry.yml
with:title: Vývoj webu lead: Něco něco courses: daweb-vyuka
- Clone the repo
daweb-vyuka
to your topic folder. - Run the web from inside the
website
directory with:npm install npm run dev