Markup for the Jekyll Al-Folio Theme
What is Jekyll? https://de.wikipedia.org/wiki/Jekyll_(Software)
Jekyll ist eine in der Programmiersprache Ruby geschriebene Software, die zur Erstellung statischer Webseiten dient. Dabei kombiniert sie vereinfachte Markup-Texte mit Designvorlagen und erzeugt für jede Teilseite ein statisches Abbild als HTML-Datei.
Der Jekyll-Quellcode wird unter der MIT-Lizenz als Open Source bereitgestellt.
Häufig eingesetzt wird Jekyll zur Erstellung von Blogs, aber auch Softwaresysteme wie GitHub oder andere Content-Management-Systeme nutzen Jekyll im Hintergrund zur Erstellung von Webseiten.
to use the Al-Folio Theme you must follow the instructions on the Al-Folio github site:
- download /home/user/PycharmProjects/
.github.io - change informations, text and images etc.
- start local
.github.io$
sudo docker-compose up
Use a Browser to connect to your instance
localhost:8080
A god starting point is https://github.com/alshedivat/al-folio
also a good instruction site on medium.com:
https://medium.com/@carlbettosi/create-a-personal-academic-website-easily-with-github-pages-and-jekyll-minimal-coding-f1115eeb5ab7
Github Actions: Al Folio on Github (check links)
...
name: Link Checker 🔗
uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
# only check local links
args: --offline --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --verbose --no-progress '_site/**/*.html'
Enjoy Reading This Article?
Here are some more articles you might like to read next: