github-Page organisieren: mit jekyll - pins oder pages

tarifa

Lieutenant
Registriert
März 2020
Beiträge
549
Hallo und guten Tag

wie kann man auf Github-Seiten Ordnung schaffen?

Update: also wir haben das mit Pages & Jekyll gemacht. Das ist mal nicht schlecht.
Merke: die Möglichkeiten von Github die wachsen auch von Zeit zu Zeit. Da sind Sachen möglich die es vor Jahren überhaupt noch nicht gab.

vgl auch hier: https://jekyllrb.com/docs/github-pages/ GitHub Page

GitHub Pages are public web pages for users, organizations, and repositories, that are freely hosted on GitHub’s github.io domain or on a custom domain name of your choice. GitHub Pages are powered by Jekyll behind the scenes, so they’re a great way to host your Jekyll-powered website for free.
Your site is automatically generated by GitHub Pages when you push your source files. Note that GitHub Pages works equally well for regular HTML content, simply because Jekyll treats files without front matter as static assets. So if you only need to push generated HTML, you’re good to go without any further setup.


Die Ausgangsfrage gestern war diese: Wie geht ihr vor - wenn ihr auf einer githubseite mal etwas mehr Ordnung reinkommen soll?
Frage; wie kann man denn hier Ordnung herstellen - ggf. über die Möglichkeiten via folgenden Weg:

pages>pins zu verwenden - hier kann man bis zu sechs Pins einsetzen - und dann die via drag and drop verschieben. Das ist eine nette und sehr ansprechende Möglichkeit.

Frage aber: was ist wenn man hier noch mehr sortieren will - ergo also ein paar Topics hat die Unterpunkte haben. Kann man denn da ggf. auch einen Verzeichnisbaum anlegen, sodass hier noch mehr unter bestimmten Topics erscheint ( vgl. auch Build software better, together )

Oder arbeitet Ihr mit Jekyll & Pages

vgl. About GitHub Pages - GitHub Docs

About GitHub Pages
GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website. You can see examples of GitHub Pages sites in the GitHub Pages examples collection.
You can host your site on GitHub's github.io domain or your own custom domain. For more information, see "Using a custom domain with GitHub Pages."
If your project site is published from a private or internal repository owned by an organization using GitHub Enterprise Cloud, you can manage access control for the site. For more information, see "Changing the visibility of your GitHub Pages site."
To get started, see "Creating a GitHub Pages site." Organization owners can disable the publication of GitHub Pages sites from the organization's repositories. For more information, see "Managing the publication of GitHub Pages sites for your organization."


hier zu Topics: Build software better, together



1617026862907.png




Um also mal ein Beispiel zu geben:

- sagen wir, es wären unter CSS (oder unter GitHub API ) noch 30 Tutorials drunter zu finden - wie ist das dann organisiert - oder wie stellt man das dann dar. Mit Pins, Jeckil oder Pages!?


About GitHub Pages:
About GitHub Pages - GitHub Docs
You can use GitHub Pages to host a website about yourself, your organization, or your project directly from a GitHub repository.


Types of GitHub Pages sites
About GitHub Pages - GitHub Docs
There are three types of GitHub Pages sites: project, user, and organization. Project sites are connected to a specific project hosted on GitHub, such as a JavaScript library or a recipe collection. User and organization sites are connected to a specific GitHub account.
To publish a user site, you must create a repository owned by your user account that's named <username>.github.io. To publish an organization site, you must create a repository owned by an organization that's named <organization>.github.io. Unless you're using a custom domain, user and organization sites are available at http(s)://<username>.github.io or http(s)://<organization>.github.io.

Also - was setzt ihr denn ein?

Um also mal mal im o.g. Beispiel zu bleiben:

- sagen wir, es wären unter CSS (oder unter GitHub API ) noch 30 Tutorials drunter zu finden - wie ist das dann am besten organisiert - oder wie stellt man das dann dar. Mit Pins, Jeckil oder Pages!?


Fazit: wir kamen also mit Jekyll weiter: vgl auch hier: https://jekyllrb.com/docs/github-pages/ GitHub Page

VG Tarifa
 
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: BeBur
Zurück
Oben