- Required version is
ruby 2.4.2p198
bundle install- permission problems ?
bundle install --path ./vendor/bundle/
- permission problems ?
- Install chrome extension link
- Activate the extension by clicking on the Livereload icon in the browser
bundle exec jekyll serve --watch
bundle exec jekyll liveserve- using vscode there is the task LiveServe
When merging on master branch it will deploy the resultant build.
jekyll build- drop
./_sitewhere you need
The events are in the /_posts/events/
They are jekyll posts so you have to give them a name with this structure: YEAR-MONTH-DAY-title.md
Where YEAR-MONTH-DAY are the data of the starting day of the Event.
(The latest will be put in the homepage as the current/next event)
NB: The structure of the data bust be the same
- OUR PHILOSOPHY:
/_data/philosophies.json - THE HIKE:
/_data/hikes.json
- MAIN SPONSOR:
/_data/main_sponsors.json - GOT A QUESTIONS?:
/_data/organization_data.yml - USEFUL LINKS:
/_data/useful_links.json
Use jekyll-admin to modify the data http://localhost:4000/admin
There is a section for everything:
- Events are
postsso they are in the sections posts, from the list select the folderevents - The other data are in the
Data Filescollection with the name listed here above (Adding data)