layout | title | date | last_updated | description | tags | categories | featured |
---|---|---|---|---|---|---|---|
post |
Markup for the Jekyll Al-Folio Theme |
2024-07-26 01:37:00 -0700 |
2024-08-16 01:14:10 -0700 |
Using the Github Flavored Markdown in the Al-Folio Theme |
linux al-folio jekyll tool |
linux |
false |
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/[email protected]
with:
fail: true
# only check local links
args: --offline --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --verbose --no-progress '_site/**/*.html'